Home
last modified time | relevance | path

Searched defs:xAdvance (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/OT/Layout/GPOS/
DValueFormat.hh19 xAdvance = 0x0004u, /* Includes horizontal adjustment for advance */ enumerator
/external/mesa3d/src/imgui/
Dimstb_truetype.h2503 stbtt_int16 xAdvance = ttSHORT(pairValue + 2); in stbtt__GetGlyphGPOSInfoAdvance() local
2532 stbtt_int16 xAdvance = ttSHORT(class2Records + 2 * glyph2class); in stbtt__GetGlyphGPOSInfoAdvance() local
2558 int xAdvance = 0; in stbtt_GetGlyphKernAdvance() local
/external/fonttools/Lib/fontTools/feaLib/
Dast.py1544 xAdvance=None, argument
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c15598 int (*xAdvance)(BtCursor *, int); member