Home
last modified time | relevance | path

Searched defs:BaseCoord (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-base-table.hh118 struct BaseCoord struct
120 bool has_data () const { return u.format; } in has_data()
122 hb_position_t get_coord (hb_font_t *font, in get_coord()
134 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
147 union {
152 } u;
/external/skia/src/gpu/ganesh/
DGrGeometryProcessor.cpp117 enum class BaseCoord { kNone, kLocal, kPosition }; in collectTransforms() enum