Searched refs:SK_RECT_ARGS (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/libs/hwui/ |
H A D | Readback.cpp | 151 ALOGV("imageSrcRect = " RECT_STRING, SK_RECT_ARGS(imageSrcRect)); in copySurfaceInto() 164 ALOGV("intersecting " RECT_STRING " with " RECT_STRING, SK_RECT_ARGS(srcRect), in copySurfaceInto() 165 SK_RECT_ARGS(textureRect)); in copySurfaceInto() 227 ALOGV("Mapping from " RECT_STRING " to " RECT_STRING, SK_RECT_ARGS(srcRect), in copySurfaceInto() 228 SK_RECT_ARGS(SkRect::MakeWH(bitmap->width(), bitmap->height()))); in copySurfaceInto()
|
H A D | Rect.h | 34 #define SK_RECT_ARGS(r) (r).left(), (r).top(), (r).right(), (r).bottom() macro
|
/aosp14/frameworks/base/libs/hwui/renderthread/ |
H A D | CanvasContext.cpp | 589 ATRACE_FORMAT("Drawing " RECT_STRING, SK_RECT_ARGS(dirty)); in draw() 1028 ALOGW("Dirty " RECT_STRING " doesn't intersect with 0 0 %d %d ?", SK_RECT_ARGS(*dirty), in computeDirtyRect()
|