Searched refs:quadTop (Results 1 – 3 of 3) sorted by relevance
313 SkScalar quadTop = std::min(std::min(pts[0].fY, pts[1].fY), pts[2].fY); in calculate_path_gap() local314 if (bottomOffset < quadTop) { break; } in calculate_path_gap()327 SkScalar quadTop = in calculate_path_gap() local329 if (bottomOffset < quadTop) { break; } in calculate_path_gap()
628 const deUint32 quadTop = renderY + quadMarginY; in iterate() local670 …VkClearRect rect = { makeRect2D(quadLeft, quadTop, quadRight - quadLeft, quadBottom - quadTop)… in iterate()723 …if (x >= quadLeft && x < quadRight && y >= quadTop && y < quadBottom && (activeLayersQuad & (1 << … in iterate()
81 SkDPoint quadTop(const SkPoint curve[3], SkScalar , double s, double e, double* topT);