Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DOpenGLRenderer.cpp1517 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 …]
DOpenGLRenderer.h387 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,