Searched refs:FT_Bytes (Results 1 - 17 of 17) sorted by relevance

/external/freetype/include/internal/services/
H A Dsvotval.h34 FT_Bytes *base,
35 FT_Bytes *gdef,
36 FT_Bytes *gpos,
37 FT_Bytes *gsub,
38 FT_Bytes *jstf );
H A Dsvgxval.h43 FT_Bytes tables[FT_VALIDATE_GX_LENGTH],
50 FT_Bytes *ckern_table );
/external/pdfium/third_party/freetype/include/freetype/internal/services/
H A Dsvotval.h34 FT_Bytes *base,
35 FT_Bytes *gdef,
36 FT_Bytes *gpos,
37 FT_Bytes *gsub,
38 FT_Bytes *jstf );
H A Dsvgxval.h43 FT_Bytes tables[FT_VALIDATE_GX_LENGTH],
50 FT_Bytes *ckern_table );
/external/freetype/include/
H A Dftotval.h166 FT_Bytes *BASE_table,
167 FT_Bytes *GDEF_table,
168 FT_Bytes *GPOS_table,
169 FT_Bytes *GSUB_table,
170 FT_Bytes *JSTF_table );
194 FT_Bytes table );
H A Dftgxval.h228 FT_Bytes tables[FT_VALIDATE_GX_LENGTH],
254 FT_Bytes table );
322 FT_Bytes *ckern_table );
347 FT_Bytes table );
H A Dfttypes.h52 /* FT_Bytes */
160 /* FT_Bytes */
165 typedef const FT_Byte* FT_Bytes; typedef
/external/pdfium/third_party/freetype/include/freetype/
H A Dftotval.h166 FT_Bytes *BASE_table,
167 FT_Bytes *GDEF_table,
168 FT_Bytes *GPOS_table,
169 FT_Bytes *GSUB_table,
170 FT_Bytes *JSTF_table );
194 FT_Bytes table );
H A Dftgxval.h228 FT_Bytes tables[FT_VALIDATE_GX_LENGTH],
254 FT_Bytes table );
322 FT_Bytes *ckern_table );
347 FT_Bytes table );
H A Dfttypes.h52 /* FT_Bytes */
160 /* FT_Bytes */
165 typedef const FT_Byte* FT_Bytes; typedef
/external/pdfium/third_party/freetype/src/base/
H A Dftotval.c31 FT_Bytes *BASE_table,
32 FT_Bytes *GDEF_table,
33 FT_Bytes *GPOS_table,
34 FT_Bytes *GSUB_table,
35 FT_Bytes *JSTF_table )
77 FT_Bytes table )
H A Dftgxval.c40 FT_Bytes tables[FT_VALIDATE_GX_LENGTH],
76 FT_Bytes table )
93 FT_Bytes *ckern_table )
127 FT_Bytes table )
H A Dftpatent.c34 FT_Bytes p, end;
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dttgsubtable.h31 CFX_CTTGSUBTable(FT_Bytes gsub) : m_bFeautureMapLoad(FALSE), loaded(false) {
36 bool LoadGSUBTable(FT_Bytes gsub);
301 bool Parse(FT_Bytes scriptlist, FT_Bytes featurelist, FT_Bytes lookuplist);
302 void ParseScriptList(FT_Bytes raw, TScriptList* rec);
303 void ParseScript(FT_Bytes raw, TScript* rec);
304 void ParseLangSys(FT_Bytes raw, TLangSys* rec);
305 void ParseFeatureList(FT_Bytes raw, TFeatureList* rec);
306 void ParseFeature(FT_Bytes ra
[all...]
H A Dttgsubtable.cpp58 bool CFX_CTTGSUBTable::LoadGSUBTable(FT_Bytes gsub) {
191 bool CFX_CTTGSUBTable::Parse(FT_Bytes scriptlist,
192 FT_Bytes featurelist,
193 FT_Bytes lookuplist) {
199 void CFX_CTTGSUBTable::ParseScriptList(FT_Bytes raw, struct TScriptList* rec) {
201 FT_Bytes sp = raw;
213 void CFX_CTTGSUBTable::ParseScript(FT_Bytes raw, struct TScript* rec) {
215 FT_Bytes sp = raw;
228 void CFX_CTTGSUBTable::ParseLangSys(FT_Bytes raw, struct TLangSys* rec) {
229 FT_Bytes s
[all...]
H A Dfpdf_font_cid.cpp1440 m_pTTGSUBTable->LoadGSUBTable((FT_Bytes)m_Font.GetSubData());
/external/freetype/src/base/
H A Dftpatent.c34 FT_Bytes p, end;

Completed in 321 milliseconds