Home
last modified time | relevance | path

Searched refs:USE_MY_METRICS (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/sfnt/
DSkOTTable_glyf.h115 USE_MY_METRICS,
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-glyf-table.hh264 USE_MY_METRICS = 0x0200, enumerator
301 bool is_use_my_metrics () const { return flags & USE_MY_METRICS; } in is_use_my_metrics()
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttgload.c79 #define USE_MY_METRICS 0x0200 macro
2148 if ( !( subglyph->flags & USE_MY_METRICS ) ) in load_truetype_glyph()