Searched refs:gdef (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/freetype/include/freetype/internal/services/
H A Dsvotval.h35 FT_Bytes *gdef,
/external/freetype/include/internal/services/
H A Dsvotval.h35 FT_Bytes *gdef,
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/services/
H A Dsvotval.h35 FT_Bytes *gdef,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/
H A Dsvotval.h35 FT_Bytes *gdef,
/external/chromium_org/third_party/ots/src/
H A Dgdef.cc5 #include "gdef.h"
16 // http://www.microsoft.com/typography/otspec/gdef.htm
238 file->gdef->num_mark_glyph_sets = mark_set_count;
245 do { file->gdef->data = 0; file->gdef->length = 0; } while (0)
259 OpenTypeGDEF *gdef = new OpenTypeGDEF; local
260 file->gdef = gdef;
273 gdef->version_2 = true;
287 if (gdef
[all...]
H A Dlayout.cc10 #include "gdef.h"
194 (!file->gdef || !file->gdef->has_glyph_class_def)) {
198 (!file->gdef || !file->gdef->has_mark_attachment_class_def)) {
203 if (!file->gdef || !file->gdef->has_mark_glyph_sets_def) {
238 if (file->gdef->num_mark_glyph_sets == 0 ||
239 mark_filtering_set >= file->gdef->num_mark_glyph_sets) {
H A Dots.h193 F(gdef, GDEF) \
H A Dgpos.cc10 #include "gdef.h"
791 (file->gdef && file->gdef->data == NULL) ||
H A Dgsub.cc10 #include "gdef.h"
655 (file->gdef && file->gdef->data == NULL) ||
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dmain.cc29 #include "hb-ot-layout-gdef-table.hh"
178 const GDEF &gdef = *CastP<GDEF> (font_data + table.offset); local
181 gdef.has_glyph_classes () ? "" : "no ");
183 gdef.has_mark_attachment_types () ? "" : "no ");
185 gdef.has_attach_points () ? "" : "no ");
187 gdef.has_lig_carets () ? "" : "no ");
189 gdef.has_mark_sets () ? "" : "no ");
H A Dhb-ot-layout-private.hh143 const struct OT::GDEF *gdef; member in struct:hb_ot_layout_t
H A Dhb-ot-layout-gsubgpos-private.hh33 #include "hb-ot-layout-gdef-table.hh"
273 const GDEF &gdef; member in struct:OT::hb_apply_context_t
289 gdef (*hb_ot_layout_from_face (face)->gdef),
290 has_glyph_classes (gdef.has_glyph_classes ()),
523 return gdef.mark_set_covers (lookup_props >> 16, glyph);
576 _hb_glyph_info_set_glyph_props (&buffer->cur(), add_in | gdef.get_glyph_props (glyph_index));
H A Dhb-ot-layout-gsub-table.hh1343 const GDEF &gdef = *hb_ot_layout_from_face (font->face)->gdef; local
1347 _hb_glyph_info_set_glyph_props (&buffer->info[i], gdef.get_glyph_props (buffer->info[i].codepoint));
H A Dhb-ot-layout.cc33 #include "hb-ot-layout-gdef-table.hh"
54 layout->gdef = OT::Sanitizer<OT::GDEF>::lock_instance (layout->gdef_blob);
105 return *hb_ot_layout_from_face (face)->gdef;
/external/harfbuzz_ng/src/
H A Dmain.cc29 #include "hb-ot-layout-gdef-table.hh"
178 const GDEF &gdef = *CastP<GDEF> (font_data + table.offset); local
181 gdef.has_glyph_classes () ? "" : "no ");
183 gdef.has_mark_attachment_types () ? "" : "no ");
185 gdef.has_attach_points () ? "" : "no ");
187 gdef.has_lig_carets () ? "" : "no ");
189 gdef.has_mark_sets () ? "" : "no ");
H A Dhb-ot-layout-private.hh143 const struct OT::GDEF *gdef; member in struct:hb_ot_layout_t
H A Dhb-ot-layout-gsubgpos-private.hh33 #include "hb-ot-layout-gdef-table.hh"
273 const GDEF &gdef; member in struct:OT::hb_apply_context_t
289 gdef (*hb_ot_layout_from_face (face)->gdef),
290 has_glyph_classes (gdef.has_glyph_classes ()),
523 return gdef.mark_set_covers (lookup_props >> 16, glyph);
576 _hb_glyph_info_set_glyph_props (&buffer->cur(), add_in | gdef.get_glyph_props (glyph_index));
H A Dhb-ot-layout-gsub-table.hh1343 const GDEF &gdef = *hb_ot_layout_from_face (font->face)->gdef; local
1347 _hb_glyph_info_set_glyph_props (&buffer->info[i], gdef.get_glyph_props (buffer->info[i].codepoint));
/external/bison/build-aux/
H A Dtexinfo.tex117 \ifx\putwordAppendix\undefined \gdef\putwordAppendix{Appendix}\fi
118 \ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi
119 \ifx\putworderror\undefined \gdef\putworderror{error}\fi
120 \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi
121 \ifx\putwordin\undefined \gdef\putwordin{in}\fi
122 \ifx\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)}\fi
123 \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi
124 \ifx\putwordInfo\undefined \gdef\putwordInfo{Info}\fi
125 \ifx\putwordInstanceVariableof\undefined \gdef\putwordInstanceVariableof{Instance Variable of}\fi
126 \ifx\putwordMethodon\undefined \gdef\putwordMethodo
[all...]
/external/chromium_org/third_party/ots/
H A Dots.target.darwin-arm64.mk34 third_party/ots/src/gdef.cc \
H A Dots.target.linux-arm64.mk34 third_party/ots/src/gdef.cc \
H A Dots.target.darwin-arm.mk34 third_party/ots/src/gdef.cc \
H A Dots.target.darwin-mips.mk34 third_party/ots/src/gdef.cc \
H A Dots.target.darwin-mips64.mk34 third_party/ots/src/gdef.cc \
H A Dots.target.darwin-x86.mk34 third_party/ots/src/gdef.cc \

Completed in 850 milliseconds

12