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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperationCollection.cpp 16 GraphicsOperationCollection::GraphicsOperationCollection(const IntRect& drawArea)
17 : m_drawArea(drawArea)
GraphicsOperationCollection.h 42 GraphicsOperationCollection(const IntRect& drawArea);
  /external/webkit/Source/WebKit/android/jni/
PicturePile.cpp 178 IntRect drawArea = pc.area;
186 drawArea.unite(pc.prerendered->area);
187 SkNWayCanvas* nwayCanvas = new SkNWayCanvas(drawArea.width(), drawArea.height());
188 nwayCanvas->translate(-drawArea.x(), -drawArea.y());
198 ALOGV("painting picture: " INT_RECT_FORMAT, INT_RECT_ARGS(drawArea));
199 painter->paintContents(&gc, drawArea);
WebViewCore.cpp 748 IntRect drawArea = dirty;
750 drawArea.move(origin.x(), origin.y());
751 view->platformWidget()->draw(gc, drawArea);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
Surface.cpp 259 IntRect drawArea = visibleContentArea(force3dContentVisible);
260 m_surfaceBacking->drawGL(drawArea, opacity(), drawTransform(),
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 1885 milliseconds