Searched refs:gpos (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/freetype/include/freetype/internal/services/
H A Dsvotval.h36 FT_Bytes *gpos,
/external/freetype/include/internal/services/
H A Dsvotval.h36 FT_Bytes *gpos,
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/services/
H A Dsvotval.h36 FT_Bytes *gpos,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/
H A Dsvotval.h36 FT_Bytes *gpos,
/external/chromium_org/third_party/ots/src/
H A Dgpos.cc5 #include "gpos.h"
16 // http://www.microsoft.com/typography/otspec/gpos.htm
33 // The size of gpos header.
648 file->gpos->num_lookups);
657 file->gpos->num_lookups);
671 do { file->gpos->data = 0; file->gpos->length = 0; } while (0)
729 OpenTypeGPOS *gpos = new OpenTypeGPOS; local
730 file->gpos = gpos;
[all...]
H A Dgdef.cc10 #include "gpos.h"
375 (file->gpos && file->gpos->data == NULL);
H A Dots.h195 F(gpos, GPOS) \
H A Dgsub.cc11 #include "gpos.h"
656 (file->gpos && file->gpos->data == NULL);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout.cc35 #include "hb-ot-layout-gpos-table.hh"
60 layout->gpos = OT::Sanitizer<OT::GPOS>::lock_instance (layout->gpos_blob);
63 layout->gpos_lookup_count = layout->gpos->get_lookup_count ();
66 layout->gpos_accels = (hb_ot_layout_lookup_accelerator_t *) calloc (layout->gpos->get_lookup_count (), sizeof (hb_ot_layout_lookup_accelerator_t));
78 layout->gpos_accels[i].init (layout->gpos->get_lookup (i));
89 layout->gpos_accels[i].fini (layout->gpos->get_lookup (i));
117 return *hb_ot_layout_from_face (face)->gpos;
661 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index);
759 const OT::GPOS &gpos = _get_gpos (face); local
762 unsigned int num_features = gpos
[all...]
H A Dhb-ot-layout-private.hh145 const struct OT::GPOS *gpos; member in struct:hb_ot_layout_t
H A Dhb-ot-layout-gpos-table.hh1613 const GPOS &gpos = *(hb_ot_layout_from_face (c->face)->gpos); local
1614 const PosLookup &l = gpos.get_lookup (lookup_index);
1620 const GPOS &gpos = *(hb_ot_layout_from_face (c->face)->gpos); local
1621 const PosLookup &l = gpos.get_lookup (lookup_index);
/external/freetype/src/autofit/
H A Dhbshim.c452 hb_glyph_position_t* gpos; local
470 gpos = hb_buffer_get_glyph_positions( buf, &gcount );
484 *y_offset = gpos[0].y_offset;
/external/harfbuzz_ng/src/
H A Dhb-ot-layout.cc35 #include "hb-ot-layout-gpos-table.hh"
60 layout->gpos = OT::Sanitizer<OT::GPOS>::lock_instance (layout->gpos_blob);
63 layout->gpos_lookup_count = layout->gpos->get_lookup_count ();
66 layout->gpos_accels = (hb_ot_layout_lookup_accelerator_t *) calloc (layout->gpos->get_lookup_count (), sizeof (hb_ot_layout_lookup_accelerator_t));
78 layout->gpos_accels[i].init (layout->gpos->get_lookup (i));
89 layout->gpos_accels[i].fini (layout->gpos->get_lookup (i));
117 return *hb_ot_layout_from_face (face)->gpos;
661 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index);
759 const OT::GPOS &gpos = _get_gpos (face); local
762 unsigned int num_features = gpos
[all...]
H A Dhb-ot-layout-private.hh145 const struct OT::GPOS *gpos; member in struct:hb_ot_layout_t
H A Dhb-ot-layout-gpos-table.hh1613 const GPOS &gpos = *(hb_ot_layout_from_face (c->face)->gpos); local
1614 const PosLookup &l = gpos.get_lookup (lookup_index);
1620 const GPOS &gpos = *(hb_ot_layout_from_face (c->face)->gpos); local
1621 const PosLookup &l = gpos.get_lookup (lookup_index);
/external/chromium_org/third_party/ots/
H A Dots.target.darwin-arm64.mk36 third_party/ots/src/gpos.cc \
H A Dots.target.linux-arm64.mk36 third_party/ots/src/gpos.cc \
H A Dots.target.darwin-arm.mk36 third_party/ots/src/gpos.cc \
H A Dots.target.darwin-mips.mk36 third_party/ots/src/gpos.cc \
H A Dots.target.darwin-mips64.mk36 third_party/ots/src/gpos.cc \
H A Dots.target.darwin-x86.mk36 third_party/ots/src/gpos.cc \
H A Dots.target.darwin-x86_64.mk36 third_party/ots/src/gpos.cc \
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_wext.c1249 char *genie, *gpos, *gend; local
1255 gpos = genie = custom;
1262 tmp = os_realloc(res->ie, res->ie_len + gend - gpos);
1265 os_memcpy(tmp + res->ie_len, gpos, gend - gpos);
1267 res->ie_len += gend - gpos;
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_wext.c1249 char *genie, *gpos, *gend; local
1255 gpos = genie = custom;
1262 tmp = os_realloc(res->ie, res->ie_len + gend - gpos);
1265 os_memcpy(tmp + res->ie_len, gpos, gend - gpos);
1267 res->ie_len += gend - gpos;
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_wext.c1249 char *genie, *gpos, *gend; local
1255 gpos = genie = custom;
1262 tmp = os_realloc(res->ie, res->ie_len + gend - gpos);
1265 os_memcpy(tmp + res->ie_len, gpos, gend - gpos);
1267 res->ie_len += gend - gpos;

Completed in 8008 milliseconds

12