Home
last modified time | relevance | path

Searched refs:xAdvance (Results 1 – 12 of 12) sorted by relevance

/external/fonttools/Tests/feaLib/
Dast_test.py13 statement = ast.ValueRecord(xPlacement=10, xAdvance=20)
Dparser_test.py656 self.assertEqual(foo.value.xAdvance, 123)
668 self.assertIsNone(foo.value.xAdvance)
1649 self.assertEqual(value.xAdvance, 123)
1664 self.assertIsNone(value.xAdvance)
1679 self.assertEqual(value.xAdvance, 0)
1694 self.assertIsNone(value.xAdvance)
1718 self.assertEqual(value.xAdvance, 3)
1733 self.assertEqual(value.xAdvance, 0)
1756 self.assertEqual(value.xAdvance, 3)
1778 self.assertEqual(value.xAdvance, 3)
[all …]
/external/fonttools/Lib/fontTools/feaLib/
Dast.py1521 xAdvance=None, argument
1532 self.xAdvance, self.yAdvance = (xAdvance, yAdvance)
1541 and self.xAdvance == other.xAdvance
1554 ^ hash(self.xAdvance)
1567 xAdvance, yAdvance = self.xAdvance, self.yAdvance
1574 if xAdvance is None and vertical:
1577 return str(xAdvance)
1582 xAdvance = xAdvance or 0
1592 return "<%s %s %s %s>" % (x, y, xAdvance, yAdvance)
1598 xAdvance,
Dparser.py1565 xAdvance=number, vertical=vertical, location=location
1582 xAdvance, yAdvance = (value.xAdvance, value.yAdvance)
1584 xPlacement, yPlacement, xAdvance, yAdvance = (
1619 xAdvance,
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh63 xAdvance = 0x0004u, /* Includes horizontal adjustment for advance */ enumerator
81 HBINT16 xAdvance; /* Horizontal adjustment for
118 if (format & xAdvance) { in apply_value()
165 if (format & xAdvance) values++; in sanitize_value_devices()
/external/mesa3d/src/imgui/
Dimstb_truetype.h2503 stbtt_int16 xAdvance = ttSHORT(pairValue + 2); in stbtt__GetGlyphGPOSInfoAdvance() local
2504 return xAdvance; in stbtt__GetGlyphGPOSInfoAdvance()
2532 stbtt_int16 xAdvance = ttSHORT(class2Records + 2 * glyph2class); in stbtt__GetGlyphGPOSInfoAdvance() local
2533 return xAdvance; in stbtt__GetGlyphGPOSInfoAdvance()
2558 int xAdvance = 0; in stbtt_GetGlyphKernAdvance() local
2561 xAdvance += stbtt__GetGlyphGPOSInfoAdvance(info, g1, g2); in stbtt_GetGlyphKernAdvance()
2564 xAdvance += stbtt__GetGlyphKernInfoAdvance(info, g1, g2); in stbtt_GetGlyphKernAdvance()
2566 return xAdvance; in stbtt_GetGlyphKernAdvance()
/external/python/pycparser/utils/benchmark/inputs/
Dsqlite-btree.c.ppout1627 int (*xAdvance)(BtCursor *, int);
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c15459 int (*xAdvance)(BtCursor *, int); member
78567 pOp->p4.xAdvance = sqlite3BtreeNext;
78576 pOp->p4.xAdvance = sqlite3BtreePrevious;
90887 assert( pOp->opcode!=OP_Next || pOp->p4.xAdvance==sqlite3BtreeNext );
90888 assert( pOp->opcode!=OP_Prev || pOp->p4.xAdvance==sqlite3BtreePrevious );
90902 rc = pOp->p4.xAdvance(pC->uc.pCursor, pOp->p3);
/external/sqlite/dist/orig/
Dsqlite3.c15184 int (*xAdvance)(BtCursor *, int); member
78376 pOp->p4.xAdvance = sqlite3BtreeNext;
78385 pOp->p4.xAdvance = sqlite3BtreePrevious;
90671 assert( pOp->opcode!=OP_Next || pOp->p4.xAdvance==sqlite3BtreeNext );
90672 assert( pOp->opcode!=OP_Prev || pOp->p4.xAdvance==sqlite3BtreePrevious );
90686 rc = pOp->p4.xAdvance(pC->uc.pCursor, pOp->p3);
/external/sqlite/dist/
Dsqlite3.c15184 int (*xAdvance)(BtCursor *, int); member
78392 pOp->p4.xAdvance = sqlite3BtreeNext;
78401 pOp->p4.xAdvance = sqlite3BtreePrevious;
90687 assert( pOp->opcode!=OP_Next || pOp->p4.xAdvance==sqlite3BtreeNext );
90688 assert( pOp->opcode!=OP_Prev || pOp->p4.xAdvance==sqlite3BtreePrevious );
90702 rc = pOp->p4.xAdvance(pC->uc.pCursor, pOp->p3);
/external/libabigail/tests/data/test-read-dwarf/
Dtest17-pr19027.so.abi7663 <enumerator name='xAdvance' value='4'/>
15748 <enumerator name='xAdvance' value='4'/>
/external/libabigail/tests/data/test-annotate/
Dtest17-pr19027.so.abi11592 <enumerator name='xAdvance' value='4'/>
24159 <enumerator name='xAdvance' value='4'/>