HomeSort by relevance Sort by last modified time
    Searched full:gpos (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /bootable/recovery/edify/
lexer.ll 27 int gPos = 0;
31 #define ADVANCE do {yylloc.start=gPos; yylloc.end=gPos+yyleng; \
32 gColumn+=yyleng; gPos+=yyleng;} while(0)
46 yylloc.start = gPos;
48 ++gPos;
54 ++gPos;
57 yylloc.end = gPos;
61 \\n { gColumn += yyleng; gPos += yyleng; string_buffer.push_back('\n'); }
62 \\t { gColumn += yyleng; gPos += yyleng; string_buffer.push_back('\t');
    [all...]
  /external/freetype/include/freetype/
ftotval.h 59 /* some OpenType tables (BASE, GDEF, GPOS, GSUB, JSTF, MATH). */
87 * Validate GPOS table.
99 * Validate all OpenType tables (BASE, GDEF, GPOS, GSUB, JSTF, MATH).
143 * A pointer to the GPOS table.
  /external/freetype/include/freetype/internal/services/
svotval.h 36 FT_Bytes *gpos,
  /external/freetype/src/autofit/
afshaper.c 108 hb_set_t* gpos_lookups; /* GPOS lookups for a given script */
109 hb_set_t* gpos_glyphs; /* glyphs covered by GPOS lookups */
218 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/freetype/src/sfnt/
ttkern.h 6 /* kerning data within the GPOS table at the moment. */
  /external/pdfium/third_party/freetype/include/freetype/
ftotval.h 59 /* some OpenType tables (BASE, GDEF, GPOS, GSUB, JSTF, MATH). */
87 * Validate GPOS table.
99 * Validate all OpenType tables (BASE, GDEF, GPOS, GSUB, JSTF, MATH).
143 * A pointer to the GPOS table.
  /external/pdfium/third_party/freetype/include/freetype/internal/services/
svotval.h 36 FT_Bytes *gpos,
  /external/pdfium/third_party/freetype/src/sfnt/
ttkern.h 6 /* kerning data within the GPOS table at the moment. */
  /external/syslinux/bios/com32/modules/
vesainfo.c32 
  /external/syslinux/efi32/com32/modules/
vesainfo.c32 
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftotval.h 59 /* some OpenType tables (BASE, GDEF, GPOS, GSUB, JSTF, MATH). */
87 * Validate GPOS table.
99 * Validate all OpenType tables (BASE, GDEF, GPOS, GSUB, JSTF, MATH).
143 * A pointer to the GPOS table.
  /external/harfbuzz_ng/src/
hb-ot-map-private.hh 47 unsigned int index[2]; /* GSUB/GPOS */
48 unsigned int stage[2]; /* GSUB/GPOS */
145 hb_prealloced_array_t<lookup_map_t, 32> lookups[2]; /* GSUB/GPOS */
146 hb_prealloced_array_t<stage_map_t, 4> stages[2]; /* GSUB/GPOS */
207 unsigned int stage[2]; /* GSUB/GPOS */
232 unsigned int current_stage[2]; /* GSUB/GPOS */
234 hb_prealloced_array_t<stage_info_t, 8> stages[2]; /* GSUB/GPOS */
hb-ot-layout-jstf-table.hh 31 #include "hb-ot-layout-gpos-table.hh"
83 shrinkageEnableGPOS; /* Offset to Shrinkage Enable GPOS
87 shrinkageDisableGPOS; /* Offset to Shrinkage Disable GPOS
103 extensionEnableGPOS; /* Offset to Extension Enable GPOS
107 extensionDisableGPOS; /* Offset to Extension Disable GPOS
hb-ot-layout.cc 36 #include "hb-ot-layout-gpos-table.hh"
57 layout->gpos_blob = OT::Sanitizer<OT::GPOS>::sanitize (face->reference_table (HB_OT_TAG_GPOS));
58 layout->gpos = OT::Sanitizer<OT::GPOS>::lock_instance (layout->gpos_blob);
147 layout->gpos_lookup_count = layout->gpos->get_lookup_count ();
150 layout->gpos_accels = (hb_ot_layout_lookup_accelerator_t *) calloc (layout->gpos->get_lookup_count (), sizeof (hb_ot_layout_lookup_accelerator_t));
162 layout->gpos_accels[i].init (layout->gpos->get_lookup (i));
201 static inline const OT::GPOS&
204 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GPOS);
205 return *hb_ot_layout_from_face (face)->gpos;
953 const OT::GPOS &gpos = _get_gpos (face); local
    [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 */
421 * - This is used in GPOS to attach marks to the right component of a ligature
430 * - This is used in GPOS to attach marks to the first component of a
433 * The numbers are also used in GPOS to do mark-to-mark positioning onl
    [all...]
hb-ot-shape-complex-private.hh 151 * If set and returns true, GDEF/GSUB/GPOS of the font are ignored
255 * GSUB/GPOS needed, so there may be no scripts found! */
365 * GSUB/GPOS needed, so there may be no scripts found! */
hb-ot-layout.h 92 * GSUB/GPOS feature query and enumeration interface
293 * GPOS
  /frameworks/base/core/java/android/widget/
ExpandableListConnector.java 35 * <li> gPos - Group position, the position of a group among all the groups
164 midExpGm.gPos, -1, midExpGm, midExpGroupIndex);
177 midExpGm.gPos, childPos, midExpGm, midExpGroupIndex);
219 (flPos - leftExpGm.lastChildFlPos) + leftExpGm.gPos;
237 groupPos = rightExpGm.gPos - (rightExpGm.flPos - flPos);
287 if (pos.groupPos > midExpGm.gPos) {
292 } else if (pos.groupPos < midExpGm.gPos) {
297 } else if (pos.groupPos == midExpGm.gPos) {
345 + (pos.groupPos - leftExpGm.gPos);
360 - (rightExpGm.gPos - pos.groupPos)
    [all...]
  /external/skia/gm/
gradientDirtyLaundry.cpp 30 //constexpr SkScalar gPos[] = { SK_Scalar1*999/2000, SK_Scalar1*1001/2000 };
34 // { 2, gColors, gPos },
  /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/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/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
Lookup.java 40 // GPOS lookup types
OpenTypeTagBuilder.java 41 "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 &&
  /packages/apps/Music/src/com/android/music/
ArtistAlbumBrowserActivity.java 324 int gpos = ExpandableListView.getPackedPositionGroup(mi.packedPosition); local
327 if (gpos == -1) {
332 gpos = gpos - getExpandableListView().getHeaderViewsCount();
333 mArtistCursor.moveToPosition(gpos);
355 Cursor c = (Cursor) getExpandableListAdapter().getChild(gpos, cpos);
360 gpos = gpos - getExpandableListView().getHeaderViewsCount();
361 mArtistCursor.moveToPosition(gpos);
    [all...]

Completed in 1222 milliseconds

1 2 3 4