/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationsets.cpp | 124 int32_t tag; in compare() local [all...] |
/third_party/skia/third_party/externals/libwebp/src/mux/ |
H A D | muxi.h | 97 uint32_t tag; member [all...] |
/third_party/skia/src/ports/ |
H A D | SkFontMgr_android_parser.h | 30 SkLanguage(const SkString& tag) : fTag(tag) { } in SkLanguage() argument 31 SkLanguage(const char* tag) : fTag(tag) { } in SkLanguage() argument 32 SkLanguage(const char* tag, size_t len) : fTag(tag, len) { } in SkLanguage() argument
|
H A D | SkFontMgr_config_parser.h | 32 SkLanguage(const SkString& tag) : fTag(tag) { } in SkLanguage() argument 33 SkLanguage(const char* tag) : fTag(tag) { } in SkLanguage() argument 34 SkLanguage(const char* tag, size_t len) : fTag(tag, len) { } in SkLanguage() argument
|
H A D | SkTypeface_win_dw.cpp | 277 size_t DWriteFontTypeface::onGetTableData(SkFontTableTag tag, size_t offset, in onGetTableData() argument
|
/third_party/skia/src/xml/ |
H A D | SkXMLParser.cpp | 93 void XMLCALL start_element_handler(void *data, const char* tag, const char** attributes) { in start_element_handler() argument 104 void XMLCALL end_element_handler(void* data, const char* tag) { in end_element_handler() argument
|
/third_party/skia/tests/ |
H A D | FontMgrAndroidParserTest.cpp | 317 SkFourByteTag tag = SkSetFourByteTag('w', 'g', 'h', 't'); in DEF_TEST() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | BindGroup.cpp | 425 BindGroupBase::BindGroupBase(DeviceBase* device, ObjectBase::ErrorTag tag) in BindGroupBase() argument
|
H A D | Buffer.cpp | 162 BufferBase(DeviceBase* device, const BufferDescriptor* descriptor, ObjectBase::ErrorTag tag) BufferBase() argument
|
H A D | SwapChain.cpp | 121 SwapChainBase::SwapChainBase(DeviceBase* device, ObjectBase::ErrorTag tag) in SwapChainBase() argument
|
H A D | CommandBuffer.cpp | 41 CommandBufferBase::CommandBufferBase(DeviceBase* device, ObjectBase::ErrorTag tag) in CommandBufferBase() argument
|
/third_party/openssl/crypto/asn1/ |
H A D | tasn_enc.c | 83 ASN1_item_ex_i2d(const ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass) ASN1_item_ex_i2d() argument 216 asn1_template_ex_i2d(const ASN1_VALUE **pval, unsigned char **out, const ASN1_TEMPLATE *tt, int tag, int iclass) asn1_template_ex_i2d() argument 468 asn1_i2d_ex_primitive(const ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass) asn1_i2d_ex_primitive() argument [all...] |
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftoutln.c | 62 FT_Int tag; /* current point's state */ in FT_EXPORT_DEF() local
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
H A D | pfrgload.c | 183 FT_Byte* tag = (FT_Byte*)outline->tags + outline->n_points; in pfr_glyph_curve_to() local
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | gen-use-table.py | 486 tag = k + suf variable 552 tag = k + suf variable
|
H A D | hb-aat-layout.cc | 188 hb_aat_layout_find_feature_mapping (hb_tag_t tag) in hb_aat_layout_find_feature_mapping() argument
|
H A D | hb-ot-layout-base-table.hh | 174 Tag tag; /* 4-byte feature identification tag--must member
|
H A D | hb-ot-map.cc | 97 void hb_ot_map_builder_t::add_feature (hb_tag_t tag, in add_feature() argument [all...] |
H A D | hb-ot-map.hh | 49 hb_tag_t tag; /* should be first for our bsearch to work */ member [all...] |
H A D | hb-ot-shape-complex-arabic-fallback.hh | 210 OT::Tag tag; member
|
H A D | hb-ot-stat-table.hh | 279 Tag tag; /* A tag identifying the axis of design variation. */ member
|
H A D | hb-ot-tag.cc | 62 hb_ot_old_tag_to_script (hb_tag_t tag) in hb_ot_old_tag_to_script() argument 100 hb_ot_new_tag_to_script(hb_tag_t tag) hb_ot_new_tag_to_script() argument 177 hb_ot_tag_to_script(hb_tag_t tag) hb_ot_tag_to_script() argument 216 hb_tag_t tag; global() member 329 char tag[4]; parse_private_use_subtag() local 446 hb_ot_tag_to_language(hb_tag_t tag) hb_ot_tag_to_language() argument [all...] |
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-font.c | 86 get_table (hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data HB_UNUSED) in get_table() argument
|
H A D | test-ot-tag.c | 39 hb_script_t tag; in test_simple_tags() local 61 hb_script_t tag; in test_script_tags_from_language() local 210 hb_tag_t tag = hb_tag_from_string (tag_s, -1); test_language_two_way() local 231 hb_tag_t tag = hb_tag_from_string (tag_s, -1); test_tag_from_language() local 251 hb_tag_t tag = hb_tag_from_string (tag_s, -1); test_tag_to_language() local [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
H A D | tag.h | 104 inline char* TagToString(int32_t tag) { in TagToString() argument
|