Home
last modified time | relevance | path

Searched defs:optional_point_t (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-glyf-table.hh1134 struct optional_point_t struct
1136 optional_point_t () { has_data = false; } in optional_point_t() function
1137 optional_point_t (float x_, float y_) { x = x_; y = y_; has_data = true; } in optional_point_t() function
[all...]

Completed in 4 milliseconds