Home
last modified time | relevance | path

Searched refs:INT_RECT_ARGS (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
DPicturePile.cpp130 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/
DSurface.cpp158 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/
DAndroidLog.h61 #define INT_RECT_ARGS(ir) ir.x(), ir.y(), ir.width(), ir.height() macro
/external/webkit/Source/WebCore/platform/graphics/android/context/
DPlatformGraphicsContextRecording.cpp1071 INT_RECT_ARGS(ibounds)); in appendDrawingOperation()