HomeSort by relevance Sort by last modified time
    Searched refs:hb_tag_t (Results 1 - 25 of 56) sorted by null

1 2 3

  /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_EXTERN hb_tag_t
54 hb_ot_tag_to_language (hb_tag_t tag);
hb-ot-hmtx-table.hh 55 static const hb_tag_t hmtxTag = HB_OT_TAG_hmtx;
56 static const hb_tag_t vmtxTag = HB_OT_TAG_vmtx;
93 static const hb_tag_t tableTag = HB_OT_TAG_hmtx;
96 static const hb_tag_t tableTag = HB_OT_TAG_vmtx;
hb-ot-layout.h 102 hb_tag_t table_tag,
105 hb_tag_t *script_tags /* OUT */);
109 hb_tag_t table_tag,
110 hb_tag_t script_tag,
116 hb_tag_t table_tag,
117 const hb_tag_t *script_tags,
119 hb_tag_t *chosen_script);
123 hb_tag_t table_tag,
126 hb_tag_t *feature_tags /* OUT */);
130 hb_tag_t table_tag
    [all...]
hb-ot-hhea-table.hh 47 static const hb_tag_t tableTag = HB_TAG('_','h','e','a');
49 static const hb_tag_t hheaTag = HB_OT_TAG_hhea;
50 static const hb_tag_t vheaTag = HB_OT_TAG_vhea;
93 static const hb_tag_t tableTag = HB_OT_TAG_hhea;
96 static const hb_tag_t tableTag = HB_OT_TAG_vhea;
hb-ot-shape-complex-tibetan.cc 30 static const hb_tag_t tibetan_features[] =
42 for (const hb_tag_t *script_features = tibetan_features; script_features && *script_features; script_features++)
hb-ot-glyf-table.hh 45 static const hb_tag_t tableTag = HB_OT_TAG_loca;
71 static const hb_tag_t tableTag = HB_OT_TAG_glyf;
hb-ot-maxp-table.hh 44 static const hb_tag_t tableTag = HB_OT_TAG_maxp;
hb-ot-shape.h 48 hb_tag_t table_tag,
hb-open-file-private.hh 82 inline bool find_table_index (hb_tag_t tag, unsigned int *table_index) const
98 inline const TableRecord& get_table_by_tag (hb_tag_t tag) const
204 static const hb_tag_t tableTag = HB_TAG ('_','_','_','_'); /* Sanitizer needs this. */
206 static const hb_tag_t CFFTag = HB_TAG ('O','T','T','O'); /* OpenType with Postscript outlines */
207 static const hb_tag_t TrueTypeTag = HB_TAG ( 0 , 1 , 0 , 0 ); /* OpenType with TrueType outlines */
208 static const hb_tag_t TTCTag = HB_TAG ('t','t','c','f'); /* TrueType Collection */
209 static const hb_tag_t TrueTag = HB_TAG ('t','r','u','e'); /* Obsolete Apple TrueType */
210 static const hb_tag_t Typ1Tag = HB_TAG ('t','y','p','1'); /* Obsolete Apple Type1 font in SFNT container */
212 inline hb_tag_t get_tag (void) const { return u.tag; }
hb-ot-var.h 56 hb_tag_t tag;
84 hb_tag_t axis_tag,
hb-ot-var-hvar-table.hh 101 static const hb_tag_t HVARTag = HB_OT_TAG_HVAR;
102 static const hb_tag_t VVARTag = HB_OT_TAG_VVAR;
142 static const hb_tag_t tableTag = HB_OT_TAG_HVAR;
145 static const hb_tag_t tableTag = HB_OT_TAG_VVAR;
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];
168 HB_INTERNAL void add_feature (hb_tag_t tag, unsigned int value,
171 inline void add_global_bool_feature (hb_tag_t tag
    [all...]
hb-ot-layout-jstf-table.hh 154 hb_tag_t *lang_sys_tags /* OUT */) const
161 inline bool find_lang_sys_index (hb_tag_t tag, unsigned int *index) const
197 static const hb_tag_t tableTag = HB_OT_TAG_JSTF;
205 hb_tag_t *script_tags /* OUT */) const
209 inline bool find_script_index (hb_tag_t tag, unsigned int *index) const
hb-ot-layout.cc 271 hb_tag_t table_tag)
283 hb_tag_t table_tag,
286 hb_tag_t *script_tags /* OUT */)
297 hb_tag_t table_tag,
298 hb_tag_t script_tag,
327 hb_tag_t table_tag,
328 const hb_tag_t *script_tags,
330 hb_tag_t *chosen_script)
375 hb_tag_t table_tag,
378 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);
hb-face-private.hh 69 inline hb_blob_t *reference_table (hb_tag_t tag) const
hb-ot-head-table.hh 46 static const hb_tag_t tableTag = HB_OT_TAG_head;
hb-ot-os2-table.hh 44 static const hb_tag_t tableTag = HB_OT_TAG_os2;
hb-ot-post-table.hh 65 static const hb_tag_t tableTag = HB_OT_TAG_post;
hb-common.h 89 /* hb_tag_t */
91 typedef uint32_t hb_tag_t; typedef
93 #define HB_TAG(c1,c2,c3,c4) ((hb_tag_t)((((uint8_t)(c1))<<24)|(((uint8_t)(c2))<<16)|(((uint8_t)(c3))<<8)|((uint8_t)(c4))))
101 HB_EXTERN hb_tag_t
106 hb_tag_to_string (hb_tag_t tag, char *buf);
327 /* Dummy values to ensure any hb_tag_t value can be passed/stored as hb_script_t
343 hb_script_from_iso15924_tag (hb_tag_t tag);
348 HB_EXTERN hb_tag_t
368 hb_tag_t tag;
388 hb_tag_t tag
    [all...]
hb-ot-tag.cc 34 static hb_tag_t
39 switch ((hb_tag_t) script) {
57 return ((hb_tag_t) script) | 0x20000000u;
61 hb_ot_old_tag_to_script (hb_tag_t tag)
79 static hb_tag_t
82 switch ((hb_tag_t) script) {
99 hb_ot_new_tag_to_script (hb_tag_t tag)
128 hb_tag_t *script_tag_1,
129 hb_tag_t *script_tag_2)
131 hb_tag_t new_tag
    [all...]
hb-common.cc 56 /* hb_tag_t */
69 hb_tag_t
98 hb_tag_to_string (hb_tag_t tag, char *buf)
365 * @tag: an #hb_tag_t representing an ISO 15924 tag.
375 hb_script_from_iso15924_tag (hb_tag_t tag)
436 * An #hb_tag_t representing an ISO 15924 script tag.
440 hb_tag_t
443 return (hb_tag_t) script;
460 switch ((hb_tag_t) script)
715 parse_tag (const char **pp, const char *end, hb_tag_t *tag
    [all...]
  /frameworks/base/core/jni/android/graphics/
HarfBuzzNGFaceSkia.h 53 hb_blob_t* harfbuzzSkiaReferenceTable(hb_face_t* face, hb_tag_t tag, void* userData);
  /external/harfbuzz_ng/test/api/
test-common.c 137 hb_tag_t arab = HB_TAG_CHAR4 ("arab");
138 hb_tag_t Arab = HB_TAG_CHAR4 ("Arab");
139 hb_tag_t ARAB = HB_TAG_CHAR4 ("ARAB");
141 hb_tag_t wWyZ = HB_TAG_CHAR4 ("wWyZ");
142 hb_tag_t Wwyz = HB_TAG_CHAR4 ("Wwyz");
144 hb_tag_t x123 = HB_TAG_CHAR4 ("x123");
test-ot-tag.c 146 hb_tag_t tag = hb_tag_from_string (tag_s, -1);
158 hb_tag_t tag = hb_tag_from_string (tag_s, -1);
169 hb_tag_t tag = hb_tag_from_string (tag_s, -1);

Completed in 339 milliseconds

1 2 3