Searched defs:gpos (Results 1 - 11 of 11) sorted by relevance

/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/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-private.hh145 const struct OT::GPOS *gpos; member in struct:hb_ot_layout_t
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-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/harfbuzz_ng/src/
H A Dhb-ot-layout-private.hh145 const struct OT::GPOS *gpos; member in struct:hb_ot_layout_t
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-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/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...]
/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 1871 milliseconds