Searched refs:read_points (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-glyf-table.hh | 597 static bool read_points (const HBUINT8 *&p /* IN/OUT */, in read_points() function 665 return read_points (p, points_, bytes, [] (contour_point_t &p, float v) { p.x = v; }, in get_contour_points() 667 && read_points (p, points_, bytes, [] (contour_point_t &p, float v) { p.y = v; }, in get_contour_points()
|