Home
last modified time | relevance | path

Searched refs:quick_reject_in_y (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkEdgeClipper.cpp361 static bool quick_reject_in_y(const SkPoint pts[4], const SkRect& clip) { in quick_reject_in_y() function
373 if (!quick_reject_in_y(srcPts, clip)) { in clipCubic()