Searched refs:quadTop (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/core/ |
D | SkGlyph.cpp | 252 SkScalar quadTop = std::min(std::min(pts[0].fY, pts[1].fY), pts[2].fY); in calculate_path_gap() local 253 if (bottomOffset < quadTop) { break; } in calculate_path_gap() 266 SkScalar quadTop = in calculate_path_gap() local 268 if (bottomOffset < quadTop) { break; } in calculate_path_gap()
|
/external/skia/src/pathops/ |
D | SkPathOpsCurve.h | 75 SkDPoint quadTop(const SkPoint curve[3], SkScalar , double s, double e, double* topT);
|
/external/skqp/src/pathops/ |
D | SkPathOpsCurve.h | 75 SkDPoint quadTop(const SkPoint curve[3], SkScalar , double s, double e, double* topT);
|