Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh522 struct x_setter_t struct
524 void set (contour_point_t &point, float v) const { point.x = v; } in set()
525 bool is_short (uint8_t flag) const { return flag & FLAG_X_SHORT; } in is_short()
526 bool is_same (uint8_t flag) const { return flag & FLAG_X_SAME; } in is_same()