Searched refs:quickRejectSetupScissor (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/ |
D | OpenGLRenderer.cpp | 1517 bool OpenGLRenderer::quickRejectSetupScissor(float left, float top, float right, float bottom, in quickRejectSetupScissor() function in android::uirenderer::OpenGLRenderer 1994 if (quickRejectSetupScissor(0, 0, bitmap->width(), bitmap->height())) { 2013 if (quickRejectSetupScissor(0, 0, bitmap->width(), bitmap->height())) { 2098 if (quickRejectSetupScissor(left, top, right, bottom)) { 2154 if (quickRejectSetupScissor(dstLeft, dstTop, dstRight, dstBottom)) { 2239 if (quickRejectSetupScissor(left, top, right, bottom)) { 2253 if (quickRejectSetupScissor(left, top, right, bottom)) { 2429 if (quickRejectSetupScissor(bounds.left, bounds.top, bounds.right, bounds.bottom)) { 2446 if (quickRejectSetupScissor(bounds.left, bounds.top, bounds.right, bounds.bottom)) { 2486 || quickRejectSetupScissor(left, top, right, bottom, p) [all …]
|
D | OpenGLRenderer.h | 387 bool quickRejectSetupScissor(float left, float top, float right, float bottom, 389 bool quickRejectSetupScissor(const Rect& bounds, const SkPaint* paint = NULL) { 390 return quickRejectSetupScissor(bounds.left, bounds.top,
|