HomeSort by relevance Sort by last modified time
    Searched refs:INT_RECT_ARGS (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/android/
AndroidLog.h 61 #define INT_RECT_ARGS(ir) ir.x(), ir.y(), ir.width(), ir.height()
  /external/webkit/Source/WebKit/android/jni/
PicturePile.cpp 129 ALOGV("Rejecting inval " INT_RECT_FORMAT, INT_RECT_ARGS(dirtyRect));
209 ALOGV("Webkit inval: " INT_RECT_FORMAT, INT_RECT_ARGS(inval));
255 INT_RECT_ARGS(inval), INT_RECT_ARGS(originalInval));
348 INT_RECT_ARGS(pc.prerendered->area));
363 ALOGV("painting picture: " INT_RECT_FORMAT, INT_RECT_ARGS(drawArea));
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
Surface.cpp 158 this, layer, INT_RECT_ARGS(rect), INT_RECT_ARGS(m_fullContentArea));
458 INT_RECT_ARGS(prerenderedInval->screenArea),
459 INT_RECT_ARGS(enclosingScreenDirty));
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.cpp     [all...]

Completed in 504 milliseconds