/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-tag.h | 44 hb_tag_t *script_tag_1, 45 hb_tag_t *script_tag_2); 48 hb_ot_tag_to_script (hb_tag_t tag); 50 hb_tag_t 54 hb_ot_tag_to_language (hb_tag_t tag);
|
hb-ot-layout.h | 101 hb_tag_t table_tag, 104 hb_tag_t *script_tags /* OUT */); 108 hb_tag_t table_tag, 109 hb_tag_t script_tag, 115 hb_tag_t table_tag, 116 const hb_tag_t *script_tags, 118 hb_tag_t *chosen_script); 122 hb_tag_t table_tag, 125 hb_tag_t *feature_tags /* OUT */); 129 hb_tag_t table_tag [all...] |
hb-ot-hmtx-table.hh | 53 static const hb_tag_t tableTag = HB_OT_TAG_hmtx;
|
hb-ot-maxp-table.hh | 44 static const hb_tag_t tableTag = HB_OT_TAG_maxp;
|
hb-open-file-private.hh | 81 inline bool find_table_index (hb_tag_t tag, unsigned int *table_index) const 97 inline const TableRecord& get_table_by_tag (hb_tag_t tag) const 200 static const hb_tag_t CFFTag = HB_TAG ('O','T','T','O'); /* OpenType with Postscript outlines */ 201 static const hb_tag_t TrueTypeTag = HB_TAG ( 0 , 1 , 0 , 0 ); /* OpenType with TrueType outlines */ 202 static const hb_tag_t TTCTag = HB_TAG ('t','t','c','f'); /* TrueType Collection */ 203 static const hb_tag_t TrueTag = HB_TAG ('t','r','u','e'); /* Obsolete Apple TrueType */ 204 static const hb_tag_t Typ1Tag = HB_TAG ('t','y','p','1'); /* Obsolete Apple Type1 font in SFNT container */ 206 inline hb_tag_t get_tag (void) const { return u.tag; }
|
hb-ot-map-private.hh | 37 static const hb_tag_t table_tags[2] = {HB_OT_TAG_GSUB, HB_OT_TAG_GPOS}; 46 hb_tag_t tag; /* should be first for our bsearch to work */ 80 inline hb_mask_t get_mask (hb_tag_t feature_tag, unsigned int *shift = NULL) const { 86 inline bool needs_fallback (hb_tag_t feature_tag) const { 91 inline hb_mask_t get_1_mask (hb_tag_t feature_tag) const { 96 inline unsigned int get_feature_index (unsigned int table_index, hb_tag_t feature_tag) const { 101 inline unsigned int get_feature_stage (unsigned int table_index, hb_tag_t feature_tag) const { 137 hb_tag_t chosen_script[2]; 187 HB_INTERNAL void add_feature (hb_tag_t tag, unsigned int value, 190 inline void add_global_bool_feature (hb_tag_t tag [all...] |
hb-ot-layout-jstf-table.hh | 152 hb_tag_t *lang_sys_tags /* OUT */) const 159 inline bool find_lang_sys_index (hb_tag_t tag, unsigned int *index) const 194 static const hb_tag_t tableTag = HB_OT_TAG_JSTF; 202 hb_tag_t *script_tags /* OUT */) const 206 inline bool find_script_index (hb_tag_t tag, unsigned int *index) const
|
hb-ot-hhea-table.hh | 45 static const hb_tag_t tableTag = HB_OT_TAG_hhea;
|
hb-ot-shape-complex-default.cc | 35 static const hb_tag_t hangul_features[] = 43 static const hb_tag_t tibetan_features[] = 55 const hb_tag_t *script_features = NULL; 57 switch ((hb_tag_t) plan->props.script)
|
hb-shape.h | 44 hb_tag_t tag;
|
hb-ot-layout.cc | 174 hb_tag_t table_tag) 186 hb_tag_t table_tag, 189 hb_tag_t *script_tags /* OUT */) 200 hb_tag_t table_tag, 201 hb_tag_t script_tag, 230 hb_tag_t table_tag, 231 const hb_tag_t *script_tags, 233 hb_tag_t *chosen_script) 278 hb_tag_t table_tag, 281 hb_tag_t *feature_tags /* OUT */ [all...] |
hb-face.h | 50 typedef hb_blob_t * (*hb_reference_table_func_t) (hb_face_t *face, hb_tag_t tag, void *user_data); 88 hb_tag_t tag);
|
/external/harfbuzz_ng/src/ |
hb-ot-tag.h | 44 hb_tag_t *script_tag_1, 45 hb_tag_t *script_tag_2); 48 hb_ot_tag_to_script (hb_tag_t tag); 50 hb_tag_t 54 hb_ot_tag_to_language (hb_tag_t tag);
|
hb-ot-layout.h | 100 hb_tag_t table_tag, 103 hb_tag_t *script_tags /* OUT */); 107 hb_tag_t table_tag, 108 hb_tag_t script_tag, 114 hb_tag_t table_tag, 115 const hb_tag_t *script_tags, 117 hb_tag_t *chosen_script); 121 hb_tag_t table_tag, 124 hb_tag_t *feature_tags /* OUT */); 128 hb_tag_t table_tag [all...] |
hb-ot-hmtx-table.hh | 53 static const hb_tag_t Tag = HB_OT_TAG_hmtx;
|
hb-ot-maxp-table.hh | 44 static const hb_tag_t Tag = HB_OT_TAG_maxp;
|
hb-ot-layout.cc | 166 hb_tag_t table_tag) 178 hb_tag_t table_tag, 181 hb_tag_t *script_tags /* OUT */) 192 hb_tag_t table_tag, 193 hb_tag_t script_tag, 222 hb_tag_t table_tag, 223 const hb_tag_t *script_tags, 225 hb_tag_t *chosen_script) 270 hb_tag_t table_tag, 273 hb_tag_t *feature_tags /* OUT */ [all...] |
hb-open-file-private.hh | 81 inline bool find_table_index (hb_tag_t tag, unsigned int *table_index) const 97 inline const TableRecord& get_table_by_tag (hb_tag_t tag) const 200 static const hb_tag_t CFFTag = HB_TAG ('O','T','T','O'); /* OpenType with Postscript outlines */ 201 static const hb_tag_t TrueTypeTag = HB_TAG ( 0 , 1 , 0 , 0 ); /* OpenType with TrueType outlines */ 202 static const hb_tag_t TTCTag = HB_TAG ('t','t','c','f'); /* TrueType Collection */ 203 static const hb_tag_t TrueTag = HB_TAG ('t','r','u','e'); /* Obsolete Apple TrueType */ 204 static const hb_tag_t Typ1Tag = HB_TAG ('t','y','p','1'); /* Obsolete Apple Type1 font in SFNT container */ 206 inline hb_tag_t get_tag (void) const { return u.tag; }
|
hb-ot-map-private.hh | 37 static const hb_tag_t table_tags[2] = {HB_OT_TAG_GSUB, HB_OT_TAG_GPOS}; 46 hb_tag_t tag; /* should be first for our bsearch to work */ 80 inline hb_mask_t get_mask (hb_tag_t feature_tag, unsigned int *shift = NULL) const { 86 inline bool needs_fallback (hb_tag_t feature_tag) const { 91 inline hb_mask_t get_1_mask (hb_tag_t feature_tag) const { 96 inline unsigned int get_feature_index (unsigned int table_index, hb_tag_t feature_tag) const { 101 inline unsigned int get_feature_stage (unsigned int table_index, hb_tag_t feature_tag) const { 133 hb_tag_t chosen_script[2]; 183 HB_INTERNAL void add_feature (hb_tag_t tag, unsigned int value, 186 inline void add_global_bool_feature (hb_tag_t tag [all...] |
hb-ot-shape-complex-default.cc | 35 static const hb_tag_t hangul_features[] = 43 static const hb_tag_t tibetan_features[] = 55 const hb_tag_t *script_features = NULL; 57 switch ((hb_tag_t) plan->props.script) 77 switch ((hb_tag_t) props->script)
|
hb-ot-hhea-table.hh | 45 static const hb_tag_t Tag = HB_OT_TAG_hhea;
|
hb-shape.h | 44 hb_tag_t tag;
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
HarfBuzzFace.h | 47 static const hb_tag_t vertTag; 48 static const hb_tag_t vrt2Tag;
|
HarfBuzzFace.cpp | 40 const hb_tag_t HarfBuzzFace::vertTag = HB_TAG('v', 'e', 'r', 't'); 41 const hb_tag_t HarfBuzzFace::vrt2Tag = HB_TAG('v', 'r', 't', '2'); 108 hb_tag_t scriptTags[maxCount]; 112 hb_tag_t languageTags[maxCount];
|
/frameworks/base/core/jni/android/graphics/ |
HarfBuzzNGFaceSkia.h | 53 hb_blob_t* harfbuzzSkiaReferenceTable(hb_face_t* face, hb_tag_t tag, void* userData);
|