/third_party/skia/src/core/ |
H A D | SkTLazy.h | 65 T* set(const T& src) { in set() function in SkTLazy 74 T* set(T&& src) { in set() function in SkTLazy
|
H A D | SkRecord.h | 136 T* set(T* ptr) { in set() function
|
H A D | SkCanvasPriv.cpp | 89 void SkCanvasPriv::GetDstClipAndMatrixCounts(const SkCanvas::ImageSetEntry set[], int count, in GetDstClipAndMatrixCounts() argument
|
H A D | SkPtrRecorder.h | 65 Iter(const SkPtrSet& set) Iter() argument [all...] |
/third_party/skia/src/gpu/tessellate/ |
H A D | Tessellation.h | 107 void set(const SkStrokeRec& stroke) { in set() function
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Buffer.h | 71 void set(Buffer *newBuffer, int newOffset = 0, int newSize = 0) in set() function in es2::BufferBinding
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | VulkanTester.cpp | 82 void set(std::string value) in set() function in ScopedSetEnvVar
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
H A D | LookupFlag.java | 13 int set(int flags) { in set() method in LookupFlag
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | funcrepl.cpp | 115 UnicodeSet set; in addReplacementSetTo() local
|
H A D | name2uni.cpp | 42 _set_add(USet *set, UChar32 c) { in _set_add() argument
|
H A D | number_scientific.cpp | 32 void ScientificModifier::set(int32_t exponent, const ScientificHandler *handler) { in set() function in ScientificModifier
|
H A D | number_usageprefs.cpp | 93 void StringProp::set(StringPiece value) { in set() function in StringProp
|
H A D | pluralranges.cpp | 69 const UChar* set = ures_getStringByKeyWithFallback(rb.getAlias(), dataPath.data(), &setLen, &internalStatus); in getPluralRangesData() local
|
/third_party/skia/src/utils/ |
H A D | SkBitSet.h | 42 void set(size_t index) { in set() function in SkBitSet 48 void set() { in set() function in SkBitSet
|
/third_party/skia/src/sksl/lex/ |
H A D | RegexParser.cpp | 131 void RegexParser::set() { in set() function in RegexParser
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-atomic.hh | 150 void set (int v_) { hb_atomic_int_impl_set (&v, v_); } in set() function
|
H A D | hb-bit-page.hh | 51 void set (hb_codepoint_t g, bool v) { if (v) add (g); else del (g); } in set() function
|
H A D | hb-subset-cff-common.cc | 69 hb_set_t *set = hb_set_create (); in hb_plan_subset_cff_fdselect() local
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-ot-face.c | 42 hb_set_t *set; in test_font() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | containers.h | 69 MARL_NO_EXPORT inline T take(unordered_set<T, H, E>& set) { in take() argument
|
/third_party/skia/third_party/externals/tint/src/utils/ |
H A D | unique_vector.h | 106 std::unordered_set<T, HASH, EQUAL> set; member
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | stringpiece.h | 221 void set(const char* xdata, int32_t len) { ptr_ = xdata; length_ = len; } in set() function in StringPiece 237 inline void set(const char8_t* xdata, int32_t len) { in set() function in StringPiece 246 inline void set(const char8_t* str) { in set() function in StringPiece
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uniset_closure.cpp | 116 _set_add(USet *set, UChar32 c) { in _set_add() argument 121 _set_addRange(USet *set, UChar32 start, UChar32 end) { in _set_addRange() argument 126 _set_addString(USet *set, const UChar *str, int32_t length) { in _set_addString() argument 137 addCaseMapping(UnicodeSet &set, int32_t result, const UChar *full, UnicodeString &str) { in addCaseMapping() argument [all...] |
H A D | uset_props.cpp | 37 UnicodeSet* set = new UnicodeSet(pat, *ec); in uset_openPattern() local 57 UnicodeSet* set = new UnicodeSet(pat, options, NULL, *ec); in uset_openPatternOptions() local 73 uset_applyPattern(USet *set, const UChar *pattern, int32_t patternLength, uint32_t options, UErrorCode *status) uset_applyPattern() argument 102 uset_applyIntPropertyValue(USet* set, UProperty prop, int32_t value, UErrorCode* ec) uset_applyIntPropertyValue() argument 108 uset_applyPropertyAlias(USet* set, const UChar *prop, int32_t propLength, const UChar *value, int32_t valueLength, UErrorCode* ec) uset_applyPropertyAlias() argument 131 uset_toPattern(const USet* set, UChar* result, int32_t resultCapacity, UBool escapeUnprintable, UErrorCode* ec) uset_toPattern() argument 141 uset_closeOver(USet* set, int32_t attributes) uset_closeOver() argument [all...] |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | UnmodifiableLazyStringList.java | 82 public void set(int index, ByteString element) { in set() method in UnmodifiableLazyStringList 102 public void set(int index, byte[] element) { in set() method in UnmodifiableLazyStringList
|