Searched refs:xAdvance (Results 1 – 12 of 12) sorted by relevance
/external/harfbuzz_ng/src/OT/Layout/GPOS/ |
D | ValueFormat.hh | 19 xAdvance = 0x0004u, /* Includes horizontal adjustment for advance */ enumerator 37 HBINT16 xAdvance; /* Horizontal adjustment for 69 if (format & xAdvance) i++; in get_device_table_indices() 100 if (format & xAdvance) { in apply_value() 174 if (format & xAdvance) x_adv = copy_value (c, new_format, xAdvance, *values++); in copy_values() 220 if (format & xAdvance) i++; in collect_variation_indices() 265 if (format & xAdvance) values++; in sanitize_value_devices()
|
D | PairPosFormat2.hh | 175 unsigned mask = horizontal ? ValueFormat::xAdvance : ValueFormat::yAdvance; in apply()
|
/external/fonttools/Lib/fontTools/feaLib/ |
D | ast.py | 1544 xAdvance=None, argument 1555 self.xAdvance, self.yAdvance = (xAdvance, yAdvance) 1564 and self.xAdvance == other.xAdvance 1577 ^ hash(self.xAdvance) 1590 xAdvance, yAdvance = self.xAdvance, self.yAdvance 1597 if xAdvance is None and vertical: 1600 return str(xAdvance) 1605 xAdvance = xAdvance or 0 1615 return "<%s %s %s %s>" % (x, y, xAdvance, yAdvance) 1621 xAdvance,
|
D | parser.py | 1620 xAdvance=number, vertical=vertical, location=location 1637 xAdvance, yAdvance = (value.xAdvance, value.yAdvance) 1639 xPlacement, yPlacement, xAdvance, yAdvance = ( 1674 xAdvance,
|
/external/fonttools/Tests/feaLib/ |
D | ast_test.py | 13 statement = ast.ValueRecord(xPlacement=10, xAdvance=20)
|
D | parser_test.py | 735 self.assertEqual(foo.value.xAdvance, 123) 749 self.assertIsNone(foo.value.xAdvance) 1822 self.assertEqual(value.xAdvance, 123) 1837 self.assertIsNone(value.xAdvance) 1852 self.assertEqual(value.xAdvance, 0) 1867 self.assertIsNone(value.xAdvance) 1892 self.assertEqual(value.xAdvance, 3) 1907 self.assertEqual(value.xAdvance, 0) 1931 self.assertEqual(value.xAdvance, 3) 1967 self.assertEqual(value.xAdvance, 3) [all …]
|
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 2503 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/harfbuzz_ng/perf/texts/ |
D | en-words.txt | 12061 xAdvance
|
/external/python/pycparser/utils/benchmark/inputs/ |
D | sqlite-btree.c.ppout | 1627 int (*xAdvance)(BtCursor *, int);
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 15598 int (*xAdvance)(BtCursor *, int); member 79208 pOp->p4.xAdvance = sqlite3BtreeNext; 79217 pOp->p4.xAdvance = sqlite3BtreePrevious; 91722 assert( pOp->opcode!=OP_Next || pOp->p4.xAdvance==sqlite3BtreeNext ); 91723 assert( pOp->opcode!=OP_Prev || pOp->p4.xAdvance==sqlite3BtreePrevious ); 91737 rc = pOp->p4.xAdvance(pC->uc.pCursor, pOp->p3);
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 13420 <enumerator name='xAdvance' value='4'/>
|
/external/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 21135 <enumerator name='xAdvance' value='4'/>
|