Searched refs:OpenTypeFile (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/ots/src/
H A Dhhea.cc15 bool ots_hhea_parse(OpenTypeFile *file, const uint8_t *data, size_t length) {
34 bool ots_hhea_should_serialise(OpenTypeFile *file) {
38 bool ots_hhea_serialise(OTSStream *out, OpenTypeFile *file) {
45 void ots_hhea_free(OpenTypeFile *file) {
H A Dhmtx.cc15 bool ots_hmtx_parse(OpenTypeFile *file, const uint8_t *data, size_t length) {
32 bool ots_hmtx_should_serialise(OpenTypeFile *file) {
36 bool ots_hmtx_serialise(OTSStream *out, OpenTypeFile *file) {
43 void ots_hmtx_free(OpenTypeFile *file) {
H A Dcvt.cc12 bool ots_cvt_parse(OpenTypeFile *file, const uint8_t *data, size_t length) {
35 bool ots_cvt_should_serialise(OpenTypeFile *file) {
42 bool ots_cvt_serialise(OTSStream *out, OpenTypeFile *file) {
52 void ots_cvt_free(OpenTypeFile *file) {
H A Dfpgm.cc12 bool ots_fpgm_parse(OpenTypeFile *file, const uint8_t *data, size_t length) {
31 bool ots_fpgm_should_serialise(OpenTypeFile *file) {
36 bool ots_fpgm_serialise(OTSStream *out, OpenTypeFile *file) {
46 void ots_fpgm_free(OpenTypeFile *file) {
H A Dprep.cc12 bool ots_prep_parse(OpenTypeFile *file, const uint8_t *data, size_t length) {
31 bool ots_prep_should_serialise(OpenTypeFile *file) {
36 bool ots_prep_serialise(OTSStream *out, OpenTypeFile *file) {
46 void ots_prep_free(OpenTypeFile *file) {
H A Dvhea.cc16 bool ots_vhea_parse(OpenTypeFile *file, const uint8_t *data, size_t length) {
36 bool ots_vhea_should_serialise(OpenTypeFile *file) {
44 bool ots_vhea_serialise(OTSStream *out, OpenTypeFile *file) {
51 void ots_vhea_free(OpenTypeFile *file) {
H A Dvmtx.cc16 bool ots_vmtx_parse(OpenTypeFile *file, const uint8_t *data, size_t length) {
33 bool ots_vmtx_should_serialise(OpenTypeFile *file) {
40 bool ots_vmtx_serialise(OTSStream *out, OpenTypeFile *file) {
47 void ots_vmtx_free(OpenTypeFile *file) {
H A Dlayout.h19 bool (*parse)(const OpenTypeFile *file, const uint8_t *data,
26 bool Parse(const OpenTypeFile *file, const uint8_t *data,
37 bool ParseLookupListTable(OpenTypeFile *file, const uint8_t *data,
61 bool ParseExtensionSubtable(const OpenTypeFile *file,
H A Dloca.cc15 bool ots_loca_parse(OpenTypeFile *file, const uint8_t *data, size_t length) {
65 bool ots_loca_should_serialise(OpenTypeFile *file) {
69 bool ots_loca_serialise(OTSStream *out, OpenTypeFile *file) {
94 void ots_loca_free(OpenTypeFile *file) {
H A Dltsh.cc17 bool ots_ltsh_parse(OpenTypeFile *file, const uint8_t *data, size_t length) {
57 bool ots_ltsh_should_serialise(OpenTypeFile *file) {
62 bool ots_ltsh_serialise(OTSStream *out, OpenTypeFile *file) {
78 void ots_ltsh_free(OpenTypeFile *file) {
H A Dgasp.cc15 bool ots_gasp_parse(OpenTypeFile *file, const uint8_t *data, size_t length) {
80 bool ots_gasp_should_serialise(OpenTypeFile *file) {
84 bool ots_gasp_serialise(OTSStream *out, OpenTypeFile *file) {
102 void ots_gasp_free(OpenTypeFile *file) {
H A Dvorg.cc17 bool ots_vorg_parse(OpenTypeFile *file, const uint8_t *data, size_t length) {
67 bool ots_vorg_should_serialise(OpenTypeFile *file) {
72 bool ots_vorg_serialise(OTSStream *out, OpenTypeFile *file) {
93 void ots_vorg_free(OpenTypeFile *file) {
H A Dhdmx.cc17 bool ots_hdmx_parse(OpenTypeFile *file, const uint8_t *data, size_t length) {
99 bool ots_hdmx_should_serialise(OpenTypeFile *file) {
105 bool ots_hdmx_serialise(OTSStream *out, OpenTypeFile *file) {
130 void ots_hdmx_free(OpenTypeFile *file) {
H A Dmaxp.cc12 bool ots_maxp_parse(OpenTypeFile *file, const uint8_t *data, size_t length) {
73 bool ots_maxp_should_serialise(OpenTypeFile *file) {
77 bool ots_maxp_serialise(OTSStream *out, OpenTypeFile *file) {
124 void ots_maxp_free(OpenTypeFile *file) {
H A Dgpos.cc41 bool ParseSingleAdjustment(const ots::OpenTypeFile *file,
43 bool ParsePairAdjustment(const ots::OpenTypeFile *file,
45 bool ParseCursiveAttachment(const ots::OpenTypeFile *file,
47 bool ParseMarkToBaseAttachment(const ots::OpenTypeFile *file,
49 bool ParseMarkToLigatureAttachment(const ots::OpenTypeFile *file,
51 bool ParseMarkToMarkAttachment(const ots::OpenTypeFile *file,
53 bool ParseContextPositioning(const ots::OpenTypeFile *file,
55 bool ParseChainedContextPositioning(const ots::OpenTypeFile *file,
57 bool ParseExtensionPositioning(const ots::OpenTypeFile *file,
203 bool ParseSingleAdjustment(const ots::OpenTypeFile *fil
[all...]
H A Dgsub.cc36 bool ParseSingleSubstitution(const ots::OpenTypeFile *file,
38 bool ParseMutipleSubstitution(const ots::OpenTypeFile *file,
40 bool ParseAlternateSubstitution(const ots::OpenTypeFile *file,
42 bool ParseLigatureSubstitution(const ots::OpenTypeFile *file,
44 bool ParseContextSubstitution(const ots::OpenTypeFile *file,
46 bool ParseChainingContextSubstitution(const ots::OpenTypeFile *file,
49 bool ParseExtensionSubstitution(const ots::OpenTypeFile *file,
52 const ots::OpenTypeFile *file, const uint8_t *data, const size_t length);
73 bool ParseSingleSubstitution(const ots::OpenTypeFile *file,
155 bool ParseMutipleSubstitution(const ots::OpenTypeFile *fil
[all...]
H A Dgdef.cc29 bool ParseGlyphClassDefTable(ots::OpenTypeFile *file, const uint8_t *data,
35 bool ParseAttachListTable(ots::OpenTypeFile *file, const uint8_t *data,
105 bool ParseLigCaretListTable(ots::OpenTypeFile *file, const uint8_t *data,
201 bool ParseMarkAttachClassDefTable(ots::OpenTypeFile *file, const uint8_t *data,
206 bool ParseMarkGlyphSetsDefTable(ots::OpenTypeFile *file, const uint8_t *data,
249 bool ots_gdef_parse(OpenTypeFile *file, const uint8_t *data, size_t length) {
372 bool ots_gdef_should_serialise(OpenTypeFile *file) {
380 bool ots_gdef_serialise(OTSStream *out, OpenTypeFile *file) {
388 void ots_gdef_free(OpenTypeFile *file) {
H A Dhead.cc14 bool ots_head_parse(OpenTypeFile *file, const uint8_t *data, size_t length) {
117 bool ots_head_should_serialise(OpenTypeFile *file) {
121 bool ots_head_serialise(OTSStream *out, OpenTypeFile *file) {
145 void ots_head_free(OpenTypeFile *file) {
H A Dkern.cc15 bool ots_kern_parse(OpenTypeFile *file, const uint8_t *data, size_t length) {
156 bool ots_kern_should_serialise(OpenTypeFile *file) {
161 bool ots_kern_serialise(OTSStream *out, OpenTypeFile *file) {
192 void ots_kern_free(OpenTypeFile *file) {
H A Dmetrics.h35 bool ParseMetricsHeader(OpenTypeFile *file, Buffer *table,
H A Dpost.cc14 bool ots_post_parse(OpenTypeFile *file, const uint8_t *data, size_t length) {
121 bool ots_post_should_serialise(OpenTypeFile *file) {
125 bool ots_post_serialise(OTSStream *out, OpenTypeFile *file) {
176 void ots_post_free(OpenTypeFile *file) {
H A Dvdmx.cc15 bool ots_vdmx_parse(OpenTypeFile *file, const uint8_t *data, size_t length) {
123 bool ots_vdmx_should_serialise(OpenTypeFile *file) {
128 bool ots_vdmx_serialise(OTSStream *out, OpenTypeFile *file) {
173 void ots_vdmx_free(OpenTypeFile *file) {
H A Dots.h216 struct OpenTypeFile { struct in namespace:ots
217 OpenTypeFile() { function in struct:ots::OpenTypeFile
235 bool ots_##name##_parse(OpenTypeFile *f, const uint8_t *d, size_t l); \
236 bool ots_##name##_should_serialise(OpenTypeFile *f); \
237 bool ots_##name##_serialise(OTSStream *s, OpenTypeFile *f); \
238 void ots_##name##_free(OpenTypeFile *f);
H A Dglyf.cc75 bool ParseSimpleGlyph(ots::OpenTypeFile *file, const uint8_t *data,
174 bool ots_glyf_parse(OpenTypeFile *file, const uint8_t *data, size_t length) {
285 bool ots_glyf_should_serialise(OpenTypeFile *file) {
289 bool ots_glyf_serialise(OTSStream *out, OpenTypeFile *file) {
301 void ots_glyf_free(OpenTypeFile *file) {
H A Dname.cc59 bool ots_name_parse(OpenTypeFile* file, const uint8_t* data, size_t length) {
265 bool ots_name_should_serialise(OpenTypeFile* file) {
269 bool ots_name_serialise(OTSStream* out, OpenTypeFile* file) {
328 void ots_name_free(OpenTypeFile* file) {

Completed in 956 milliseconds

12