HomeSort by relevance Sort by last modified time
    Searched defs:gsub (Results 1 - 7 of 7) sorted by null

  /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-gsub-table.hh 1372 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); local
1379 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); local
    [all...]
  /external/chromium_org/third_party/ots/src/
gsub.cc 5 #include "gsub.h"
15 // GSUB - The Glyph Substitution Table
16 // http://www.microsoft.com/typography/otspec/gsub.htm
20 // The GSUB header size
401 file->gsub->num_lookups);
411 file->gsub->num_lookups);
531 do { file->gsub->data = 0; file->gsub->length = 0; } while (0)
535 // As far as I checked, following fonts contain invalid values in GSUB table.
536 // OTS will drop their GSUB table
593 OpenTypeGSUB *gsub = new OpenTypeGSUB; local
    [all...]
  /external/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-gsub-table.hh 1372 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); local
1379 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); local
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 1268 /* cf gsub and refldbld */
1805 Cell *gsub(Node **a, int nnn) \/* global substitute *\/ function
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp 493 const OpenType::GSUBTable* gsub = OpenType::validateTable<OpenType::GSUBTable>(buffer); local
494 if (gsub)
495 gsub->getVerticalGlyphSubstitutions(&m_verticalGlyphMap, *buffer.get());

Completed in 244 milliseconds