HomeSort by relevance Sort by last modified time
    Searched refs:gpos (Results 1 - 16 of 16) sorted by null

  /external/freetype/include/freetype/internal/services/
svotval.h 36 FT_Bytes *gpos,
  /external/freetype/src/otvalid/
otvalid.h 39 /* GSUB and GPOS tables should already be validated; */
44 FT_Bytes gpos,
58 /* GSUB and GPOS tables should already be validated; */
63 FT_Bytes gpos,
otvmod.c 79 FT_Byte* volatile gpos; local
89 base = gdef = gpos = gsub = jstf = math = NULL;
122 error = otv_load_table( face, TTAG_GPOS, &gpos, &len_gpos );
160 if ( gpos )
162 ft_validator_init( &valid, gpos, gpos + len_gpos, FT_VALIDATE_DEFAULT );
164 otv_GPOS_validate( gpos, num_glyphs, &valid );
184 otv_GDEF_validate( gdef, gsub, gpos, num_glyphs, &valid );
194 otv_JSTF_validate( jstf, gsub, gpos, num_glyphs, &valid );
212 *ot_gpos = (FT_Bytes)gpos;
    [all...]
otvjstf.c 38 /* uses otvalid->extra2 (GPOS lookup count) */
201 /* sets otvalid->extra2 (GPOS lookup count) */
207 FT_Bytes gpos,
239 if ( gpos )
240 otvalid->extra2 = otv_GSUBGPOS_get_Lookup_count( gpos );
otvgdef.c 183 FT_Bytes gpos,
226 otv_GSUBGPOS_have_MarkAttachmentType_flag( gpos ) );
  /external/syslinux/com32/mboot/
initvesa.c 141 (mi->memory_layout == 6 && mi->rpos == 16 && mi->gpos == 8 &&
146 (mi->memory_layout == 6 && mi->rpos == 16 && mi->gpos == 8 &&
151 (mi->memory_layout == 6 && mi->rpos == 11 && mi->gpos == 5 &&
156 (mi->memory_layout == 6 && mi->rpos == 10 && mi->gpos == 5 &&
vesa.h 79 uint8_t gpos; member in struct:vesa_mode_info
  /external/syslinux/efi/
vesa.c 163 mi->gpos = 8;
177 mi->gpos = 8;
196 &mi->gpos, &lfb_gsize);
204 dprintf("RPos %d Rsize %d GPos %d Gsize %d\n", mi->rpos, lfb_rsize, mi->gpos, lfb_gsize);
  /external/freetype/src/autofit/
afshaper.c 109 hb_set_t* gpos_lookups = NULL; /* GPOS lookups for a given script */
110 hb_set_t* gpos_glyphs = NULL; /* glyphs covered by GPOS lookups */
209 FT_TRACE4(( "GPOS lookups (style `%s'):\n"
233 /* get input coverage of GPOS feature */
310 * GPOS tables). The code for blue zones computation actually uses a
316 * feature covers the glyph in both the GSUB and the GPOS tables. This
324 * (b) a feature's GPOS data really moves the glyph vertically.
333 * directly get the necessary information from the GPOS table. A
334 * possible solution might be to directly parse the GPOS table to find
339 * Complex scripts like Devanagari have mandatory GPOS features t
552 hb_glyph_position_t* gpos; local
    [all...]
  /external/syslinux/com32/lib/sys/vesa/
vesa.h 80 uint8_t gpos; member in struct:vesa_mode_info
  /external/syslinux/com32/modules/
vesainfo.c 54 "Mode attrib h_res v_res bpp layout rpos gpos bpos\n",
80 mi->memory_layout, mi->rpos, mi->gpos, mi->bpos);
  /external/harfbuzz_ng/src/
hb-ot-layout.cc 36 #include "hb-ot-layout-gpos-table.hh"
59 layout->gpos_blob = OT::Sanitizer<OT::GPOS>::sanitize (face->reference_table (HB_OT_TAG_GPOS));
60 layout->gpos = OT::Sanitizer<OT::GPOS>::lock_instance (layout->gpos_blob);
174 layout->gpos_lookup_count = layout->gpos->get_lookup_count ();
177 layout->gpos_accels = (hb_ot_layout_lookup_accelerator_t *) calloc (layout->gpos->get_lookup_count (), sizeof (hb_ot_layout_lookup_accelerator_t));
189 layout->gpos_accels[i].init (layout->gpos->get_lookup (i));
228 static inline const OT::GPOS&
231 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GPOS);
232 return *hb_ot_layout_from_face (face)->gpos;
981 const OT::GPOS &gpos = _get_gpos (face); local
    [all...]
hb-ot-layout-gpos-table.hh     [all...]
hb-ot-layout-private.hh 73 * GSUB/GPOS
127 struct GPOS;
162 const struct OT::GPOS *gpos; member in struct:hb_ot_layout_t
194 /* buffer var allocations, used during the GSUB/GPOS processing */
196 #define lig_props() var1.u8[2] /* GSUB/GPOS ligature tracking */
197 #define syllable() var1.u8[3] /* GSUB/GPOS shaping boundaries */
430 * - This is used in GPOS to attach marks to the right component of a ligature
439 * - This is used in GPOS to attach marks to the first component of a
442 * The numbers are also used in GPOS to do mark-to-mark positioning onl
    [all...]
  /external/syslinux/core/
bios.c 286 mi->rpos, mi->gpos, mi->bpos);
328 (mi->memory_layout == 6 && mi->rpos == 16 && mi->gpos == 8 &&
333 (mi->memory_layout == 6 && mi->rpos == 16 && mi->gpos == 8 &&
338 (mi->memory_layout == 6 && mi->rpos == 11 && mi->gpos == 5 &&
343 (mi->memory_layout == 6 && mi->rpos == 10 && mi->gpos == 5 &&
  /external/wpa_supplicant_8/src/drivers/
driver_wext.c 1332 char *genie, *gpos, *gend; local
    [all...]

Completed in 1036 milliseconds