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

  /bootable/recovery/edify/
lexer.l 26 int gPos = 0;
32 #define ADVANCE do {yylloc.start=gPos; yylloc.end=gPos+yyleng; \
33 gColumn+=yyleng; gPos+=yyleng;} while(0)
47 yylloc.start = gPos;
49 ++gPos;
55 ++gPos;
59 yylloc.end = gPos;
63 \\n { gColumn += yyleng; gPos += yyleng; *string_pos++ = '\n'; }
64 \\t { gColumn += yyleng; gPos += yyleng; *string_pos++ = '\t';
    [all...]
  /external/freetype/include/freetype/
ftotval.h 59 /* some OpenType tables (BASE, GDEF, GPOS, GSUB, JSTF, MATH). */
81 * Validate GPOS table.
93 * Validate all OpenType tables (BASE, GDEF, GPOS, GSUB, JSTF, MATH).
139 * A pointer to the GPOS table.
freetype.h     [all...]
  /external/freetype/include/freetype/internal/services/
svotval.h 36 FT_Bytes *gpos,
  /external/freetype/src/sfnt/
ttkern.h 6 /* kerning data within the GPOS table at the moment. */
ttkern.c 6 /* kerning data within the GPOS table at the moment. */
  /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/icu4c/layout/
OpenTypeLayoutEngine.h 22 * fonts which have GSUB and GPOS tables associated with them. In order to do this,
38 * OpenTypeLayoutEngine will also use the font's GPOS table to apply position adjustments
211 * The address of the GPOS table.
362 * This method uses the GPOS table, if there is one, to adjust the glyph positions.
ArabicLayoutEngine.h 120 * This method applies the GPOS table if it is present, otherwise it ensures that all vowel
OpenTypeLayoutEngine.cpp 322 // apply GPOS table, if any
LETypes.h 357 LE_GPOS_TABLE_TAG = 0x47504F53UL, /**< 'GPOS' */
IndicReordering.cpp 940 // GPOS table lookups
    [all...]
  /packages/apps/Music/src/com/android/music/
ArtistAlbumBrowserActivity.java 329 int gpos = ExpandableListView.getPackedPositionGroup(mi.packedPosition); local
332 if (gpos == -1) {
337 gpos = gpos - getExpandableListView().getHeaderViewsCount();
338 mArtistCursor.moveToPosition(gpos);
358 Cursor c = (Cursor) getExpandableListAdapter().getChild(gpos, cpos);
363 gpos = gpos - getExpandableListView().getHeaderViewsCount();
364 mArtistCursor.moveToPosition(gpos);
    [all...]
  /external/wpa_supplicant/
driver_wext.c 1249 char *pos, *end, *custom, *genie, *gpos, *gend; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_wext.c 1345 char *genie, *gpos, *gend; local
    [all...]
  /external/freetype/src/cff/
cffobjs.c 481 /* XXX: we don't load the GPOS table, as OpenType Layout */
781 /* XXX: WE DO NOT SUPPORT KERNING METRICS IN THE GPOS TABLE FOR NOW */
  /external/freetype/include/freetype/config/
ftheader.h 601 * GPOS, GSUB, JSTF).
  /external/tcpdump/
print-domain.c 272 { T_GPOS, "GPOS" }, /* RFC 1712 */
  /bionic/libc/netbsd/resolv/
res_debug.c 454 {ns_t_gpos, "GPOS", "geographical position (withdrawn)"},
  /ndk/build/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /ndk/build/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /ndk/build/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /ndk/build/platforms/android-5/arch-x86/usr/lib/
libc.so 
  /ndk/build/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /ndk/build/platforms/android-8/arch-x86/usr/lib/
libc.so 

Completed in 88 milliseconds