Searched refs:gpos (Results 1 – 12 of 12) sorted by relevance
/external/freetype/src/otvalid/ |
D | otvmod.c | 79 FT_Byte* volatile gpos; in otv_validate() local 89 base = gdef = gpos = gsub = jstf = math = NULL; in otv_validate() 122 error = otv_load_table( face, TTAG_GPOS, &gpos, &len_gpos ); in otv_validate() 160 if ( gpos ) in otv_validate() 162 ft_validator_init( &valid, gpos, gpos + len_gpos, FT_VALIDATE_DEFAULT ); in otv_validate() 164 otv_GPOS_validate( gpos, num_glyphs, &valid ); in otv_validate() 184 otv_GDEF_validate( gdef, gsub, gpos, num_glyphs, &valid ); in otv_validate() 194 otv_JSTF_validate( jstf, gsub, gpos, num_glyphs, &valid ); in otv_validate() 212 *ot_gpos = (FT_Bytes)gpos; in otv_validate() 224 FT_FREE( gpos ); in otv_validate()
|
D | otvalid.h | 44 FT_Bytes gpos, 63 FT_Bytes gpos,
|
D | otvjstf.c | 207 FT_Bytes gpos, in otv_JSTF_validate() argument 239 if ( gpos ) in otv_JSTF_validate() 240 otvalid->extra2 = otv_GSUBGPOS_get_Lookup_count( gpos ); in otv_JSTF_validate()
|
D | otvgdef.c | 183 FT_Bytes gpos, in otv_GDEF_validate() argument 226 otv_GSUBGPOS_have_MarkAttachmentType_flag( gpos ) ); in otv_GDEF_validate()
|
/external/freetype/src/autofit/ |
D | afshaper.c | 552 hb_glyph_position_t* gpos; in af_shaper_get_elem() local 559 gpos = hb_buffer_get_glyph_positions( buf, &gcount ); in af_shaper_get_elem() 565 *advance = gpos[idx].x_advance; in af_shaper_get_elem() 567 *y_offset = gpos[idx].y_offset; in af_shaper_get_elem()
|
/external/freetype/include/freetype/internal/services/ |
D | svotval.h | 36 FT_Bytes *gpos,
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout.cc | 1134 const OT::GPOS &gpos = *face->table.GPOS->table; in hb_ot_layout_get_size_params() local 1137 unsigned int num_features = gpos.get_feature_count (); in hb_ot_layout_get_size_params() 1140 if (tag == gpos.get_feature_tag (i)) in hb_ot_layout_get_size_params() 1142 const OT::Feature &f = gpos.get_feature (i); in hb_ot_layout_get_size_params()
|
D | Makefile.sources | 73 hb-ot-layout-gpos-table.hh \
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_wext.c | 1334 char *genie, *gpos, *gend; in wext_get_scan_iwevgenie() local 1340 gpos = genie = custom; in wext_get_scan_iwevgenie() 1347 tmp = os_realloc(res->ie, res->ie_len + gend - gpos); in wext_get_scan_iwevgenie() 1350 os_memcpy(tmp + res->ie_len, gpos, gend - gpos); in wext_get_scan_iwevgenie() 1352 res->ie_len += gend - gpos; in wext_get_scan_iwevgenie()
|
/external/skia/third_party/harfbuzz/ |
D | BUILD.gn | 103 "$_src/hb-ot-layout-gpos-table.hh",
|
/external/freetype/ |
D | ChangeLog.21 | 1535 * src/otlayout/gpos.c: Rename counting variables to be more 1563 gpos_lookup_count if gsub or gpos is zero.
|
D | ChangeLog.23 | 7466 `face' and local variables `base', `gdef', `gpos', `gsub', `jstf',
|