Searched defs:gsub (Results 1 - 8 of 8) sorted by last modified time

/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dttgsubtable.cpp59 bool CFX_CTTGSUBTable::LoadGSUBTable(FT_Bytes gsub) argument
61 header.Version = gsub[0] << 24 | gsub[1] << 16 | gsub[2] << 8 | gsub[3];
65 header.ScriptList = gsub[4] << 8 | gsub[5];
66 header.FeatureList = gsub[6] << 8 | gsub[7];
67 header.LookupList = gsub[
[all...]
H A Dttgsubtable.h26 CFX_CTTGSUBTable(FT_Bytes gsub): loaded(false), m_bFeautureMapLoad(FALSE) argument
28 LoadGSUBTable(gsub);
35 bool LoadGSUBTable(FT_Bytes gsub);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsub-table.hh1372 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); local
1373 const SubstLookup &l = gsub.get_lookup (lookup_index);
1379 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); local
1380 const SubstLookup &l = gsub.get_lookup (lookup_index);
H A Dhb-ot-layout-private.hh144 const struct OT::GSUB *gsub; member in struct:hb_ot_layout_t
/external/chromium_org/third_party/ots/src/
H A Dgsub.cc5 #include "gsub.h"
16 // http://www.microsoft.com/typography/otspec/gsub.htm
401 file->gsub->num_lookups);
411 file->gsub->num_lookups);
531 do { file->gsub->data = 0; file->gsub->length = 0; } while (0)
586 // Parsing gsub table requires |file->maxp->num_glyphs|
593 OpenTypeGSUB *gsub = new OpenTypeGSUB; local
594 file->gsub = gsub;
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeVerticalData.cpp493 const OpenType::GSUBTable* gsub = OpenType::validateTable<OpenType::GSUBTable>(buffer); local
494 if (gsub)
495 gsub->getVerticalGlyphSubstitutions(&m_verticalGlyphMap, *buffer.get());
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gsub-table.hh1372 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); local
1373 const SubstLookup &l = gsub.get_lookup (lookup_index);
1379 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); local
1380 const SubstLookup &l = gsub.get_lookup (lookup_index);
H A Dhb-ot-layout-private.hh144 const struct OT::GSUB *gsub; member in struct:hb_ot_layout_t

Completed in 1393 milliseconds