Searched refs:quickRejectY (Results 1 – 2 of 2) sorted by relevance
352 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()
528 bool quickRejectY(SkScalar top, SkScalar bottom) const { in quickRejectY() function