Searched refs:INT_RECT_ARGS (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebKit/android/jni/ |
D | PicturePile.cpp | 130 ALOGV("Rejecting inval " INT_RECT_FORMAT, INT_RECT_ARGS(dirtyRect)); in invalidate() 210 ALOGV("Webkit inval: " INT_RECT_FORMAT, INT_RECT_ARGS(inval)); in applyWebkitInvals() 256 INT_RECT_ARGS(inval), INT_RECT_ARGS(originalInval)); in appendToPile() 349 INT_RECT_ARGS(pc.prerendered->area)); in recordPicture() 364 ALOGV("painting picture: " INT_RECT_FORMAT, INT_RECT_ARGS(drawArea)); in recordPicture()
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
D | Surface.cpp | 158 this, layer, INT_RECT_ARGS(rect), INT_RECT_ARGS(m_fullContentArea)); in addLayer() 458 INT_RECT_ARGS(prerenderedInval->screenArea), in blitFromContents() 459 INT_RECT_ARGS(enclosingScreenDirty)); in blitFromContents()
|
/external/webkit/Source/WebKit/android/ |
D | AndroidLog.h | 61 #define INT_RECT_ARGS(ir) ir.x(), ir.y(), ir.width(), ir.height() macro
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | PlatformGraphicsContextRecording.cpp | 1071 INT_RECT_ARGS(ibounds)); in appendDrawingOperation()
|