Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh529 struct y_setter_t struct
531 void set (contour_point_t &point, float v) const { point.y = v; } in set()
532 bool is_short (uint8_t flag) const { return flag & FLAG_Y_SHORT; } in is_short()
533 bool is_same (uint8_t flag) const { return flag & FLAG_Y_SAME; } in is_same()