Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPicturePlayback.cpp352 if (!canvas->quickRejectY(top, bottom)) { in handleOp()
374 if (!canvas->quickRejectY(top, bottom)) { in handleOp()
419 if (!canvas->quickRejectY(ptr[2], ptr[3])) { in handleOp()
/external/skia/include/core/
DSkCanvas.h528 bool quickRejectY(SkScalar top, SkScalar bottom) const { in quickRejectY() function