/external/chromium_org/third_party/ots/test/ |
table_dependencies_test.cc | 7 #include "gsub.h" 33 SET_LAYOUT_TABLE(gsub, GSUB); 39 DROP_TABLE(gsub); 66 DROP_LAYOUT_TABLE(gsub); 68 DROP_TABLE(gsub); 73 DROP_LAYOUT_TABLE(gsub); 75 DROP_TABLE(gsub);
|
/external/harfbuzz_ng/src/ |
hb-ot-layout-private.hh | 41 /* buffer var allocations, used during the GSUB/GPOS processing */ 43 #define syllable() var1.u8[2] /* GSUB/GPOS shaping boundaries */ 44 #define lig_props() var1.u8[3] /* GSUB/GPOS ligature tracking */ 115 * GSUB/GPOS 243 struct GSUB; 254 const struct OT::GSUB *gsub; member in struct:hb_ot_layout_t
|
hb-ot-layout.cc | 34 #include "hb-ot-layout-gsub-table.hh" 53 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB)); 54 layout->gsub = OT::Sanitizer<OT::GSUB>::lock_instance (layout->gsub_blob); 59 layout->gsub_lookup_count = layout->gsub->get_lookup_count (); 62 layout->gsub_digests = (hb_set_digest_t *) calloc (layout->gsub->get_lookup_count (), sizeof (hb_set_digest_t)); 73 layout->gsub->get_lookup (i).add_coverage (&layout->gsub_digests[i]); 99 static inline const OT::GSUB& 102 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GSUB); 103 return *hb_ot_layout_from_face (face)->gsub; [all...] |
hb-ot-layout-gsub-table.hh | 1392 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); local 1399 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); local [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/ |
tag.h | 62 static const int32_t GSUB;
|
tag.cc | 48 const int32_t Tag::GSUB = TAG('G', 'S', 'U', 'B');
|
/external/sfntly/cpp/src/sfntly/ |
tag.h | 62 static const int32_t GSUB;
|
tag.cc | 48 const int32_t Tag::GSUB = TAG('G', 'S', 'U', 'B');
|
/ndk/sources/host-tools/nawk-20071023/ |
maketab.c | 56 { GSUB, "gsub", "gsub" },
|
awkgram.y | 56 %token <i> SUB GSUB IF INDEX LSUBSTR MATCHFCN NEXT NEXTFILE 83 %left GSUB IF INDEX LSUBSTR MATCHFCN NEXT NUMBER 348 SUB | GSUB
|
lex.c | 65 { "gsub", GSUB, GSUB },
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout-private.hh | 62 * GSUB/GPOS 116 struct GSUB; 144 const struct OT::GSUB *gsub; member in struct:hb_ot_layout_t 173 /* buffer var allocations, used during the GSUB/GPOS processing */ 175 #define lig_props() var1.u8[2] /* GSUB/GPOS ligature tracking */ 176 #define syllable() var1.u8[3] /* GSUB/GPOS shaping boundaries */
|
hb-ot-layout.cc | 34 #include "hb-ot-layout-gsub-table.hh" 56 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB)); 57 layout->gsub = OT::Sanitizer<OT::GSUB>::lock_instance (layout->gsub_blob); 62 layout->gsub_lookup_count = layout->gsub->get_lookup_count (); 65 layout->gsub_accels = (hb_ot_layout_lookup_accelerator_t *) calloc (layout->gsub->get_lookup_count (), sizeof (hb_ot_layout_lookup_accelerator_t)); 76 layout->gsub_accels[i].init (layout->gsub->get_lookup (i)); 87 layout->gsub_accels[i].fini (layout->gsub->get_lookup (i)); 107 static inline const OT::GSUB& 110 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GSUB); [all...] |
hb-ot-layout-gsub-table.hh | 1352 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); local 1359 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); local [all...] |
/external/chromium_org/third_party/ots/src/ |
ots.h | 194 F(gsub, GSUB) \
|