Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/otvalid/
H A Dotvmod.c78 FT_Byte* volatile gpos; in otv_validate() local
88 base = gdef = gpos = gsub = jstf = math = NULL; in otv_validate()
121 error = otv_load_table( face, TTAG_GPOS, &gpos, &len_gpos ); in otv_validate()
159 if ( gpos ) in otv_validate()
161 ft_validator_init( &valid, gpos, gpos + len_gpos, FT_VALIDATE_DEFAULT ); in otv_validate()
163 otv_GPOS_validate( gpos, num_glyphs, &valid ); in otv_validate()
183 otv_GDEF_validate( gdef, gsub, gpos, num_glyphs, &valid ); in otv_validate()
193 otv_JSTF_validate( jstf, gsub, gpos, num_glyphs, &valid ); in otv_validate()
211 *ot_gpos = (FT_Bytes)gpos; in otv_validate()
[all...]
H A Dotvalid.h43 FT_Bytes gpos,
62 FT_Bytes gpos,
H A Dotvjstf.c207 FT_Bytes gpos, in otv_JSTF_validate()
239 if ( gpos ) in otv_JSTF_validate()
240 otvalid->extra2 = otv_GSUBGPOS_get_Lookup_count( gpos ); in otv_JSTF_validate()
205 otv_JSTF_validate( FT_Bytes table, FT_Bytes gsub, FT_Bytes gpos, FT_UInt glyph_count, FT_Validator ftvalid ) otv_JSTF_validate() argument
H A Dotvgdef.c183 FT_Bytes gpos, in otv_GDEF_validate()
226 otv_GSUBGPOS_have_MarkAttachmentType_flag( gpos ) ); in otv_GDEF_validate()
181 otv_GDEF_validate( FT_Bytes table, FT_Bytes gsub, FT_Bytes gpos, FT_UInt glyph_count, FT_Validator ftvalid ) otv_GDEF_validate() argument
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/
H A DGPosTests.java37 Table gpos = font.getTable(Tag.GPOS); in testGposFiles()
38 Header gposHeader = gpos.header(); in testGposFiles()
43 assertTrue("have test gpos file", gposFontList.size() > 0); in testGposFiles()
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafshaper.c566 hb_glyph_position_t* gpos; in af_shaper_get_elem() local
573 gpos = hb_buffer_get_glyph_positions( buf, &gcount ); in af_shaper_get_elem()
579 *advance = gpos[idx].x_advance; in af_shaper_get_elem()
581 *y_offset = gpos[idx].y_offset; in af_shaper_get_elem()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset-plan.cc34 #include "hb-ot-layout-gpos-table.hh"
193 hb_blob_ptr_t<OT::GPOS> gpos = hb_sanitize_context_t ().reference_table<OT::GPOS> (face); in _collect_layout_variation_indices() local
198 gpos.destroy (); in _collect_layout_variation_indices()
205 gpos->collect_variation_indices (&c); in _collect_layout_variation_indices()
210 gpos.destroy (); in _collect_layout_variation_indices()
H A Dhb-ot-layout.cc48 #include "hb-ot-layout-gpos-table.hh"
1647 const OT::GPOS &gpos = *face->table.GPOS->table; in hb_ot_layout_get_size_params() local
1650 unsigned int num_features = gpos.get_feature_count (); in hb_ot_layout_get_size_params()
1653 if (tag == gpos.get_feature_tag (i)) in hb_ot_layout_get_size_params()
1655 const OT::Feature &f = gpos.get_feature (i); in hb_ot_layout_get_size_params()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/services/
H A Dsvotval.h36 FT_Bytes *gpos,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_wext.c1334 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_wext.c1339 char *genie, *gpos, *gend; in wext_get_scan_iwevgenie() local
1345 gpos = genie = custom; in wext_get_scan_iwevgenie()
1352 tmp = os_realloc(res->ie, res->ie_len + gend - gpos); in wext_get_scan_iwevgenie()
1355 os_memcpy(tmp + res->ie_len, gpos, gend - gpos); in wext_get_scan_iwevgenie()
1357 res->ie_len += gend - gpos; in wext_get_scan_iwevgenie()
/third_party/ffmpeg/libavformat/
H A Dasfdec_f.c711 uint64_t gpos = avio_tell(pb); in asf_read_header() local
797 if (avio_tell(pb) != gpos + gsize) in asf_read_header()
799 "gpos mismatch our pos=%"PRIu64", end=%"PRId64"\n", in asf_read_header()
800 avio_tell(pb) - gpos, gsize); in asf_read_header()
801 avio_seek(pb, gpos + gsize, SEEK_SET); in asf_read_header()
/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h722 int loca,head,glyf,hhea,hmtx,kern,gpos; // table locations as offset from start of .ttf member
1366 info->gpos = stbtt__find_table(data, fontstart, "GPOS"); // not required in stbtt_InitFont_internal()
2436 if (!info->gpos) return 0; in stbtt__GetGlyphGPOSInfoAdvance()
2438 data = info->data + info->gpos; in stbtt__GetGlyphGPOSInfoAdvance()
2560 if (info->gpos)
2571 if (!info->kern && !info->gpos) // if no kerning table, don't waste time looking up both codepoint->glyphs
/third_party/skia/third_party/externals/imgui/
H A Dimstb_truetype.h722 int loca,head,glyf,hhea,hmtx,kern,gpos; // table locations as offset from start of .ttf member
1366 info->gpos = stbtt__find_table(data, fontstart, "GPOS"); // not required in stbtt_InitFont_internal()
2436 if (!info->gpos) return 0; in stbtt__GetGlyphGPOSInfoAdvance()
2438 data = info->data + info->gpos; in stbtt__GetGlyphGPOSInfoAdvance()
2560 if (info->gpos)
2571 if (!info->kern && !info->gpos) // if no kerning table, don't waste time looking up both codepoint->glyphs

Completed in 29 milliseconds