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

  /external/webkit/Source/WebKit/android/jni/
PicturePile.cpp 343 IntRect drawArea = pc.area;
351 drawArea.unite(pc.prerendered->area);
352 SkNWayCanvas* nwayCanvas = new SkNWayCanvas(drawArea.width(), drawArea.height());
353 nwayCanvas->translate(-drawArea.x(), -drawArea.y());
363 ALOGV("painting picture: " INT_RECT_FORMAT, INT_RECT_ARGS(drawArea));
364 painter->paintContents(&gc, drawArea);
WebViewCore.cpp 738 IntRect drawArea = dirty;
740 drawArea.move(origin.x(), origin.y());
741 view->platformWidget()->draw(gc, drawArea);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
Surface.cpp 258 IntRect drawArea = visibleContentArea(force3dContentVisible);
259 m_surfaceBacking->drawGL(drawArea, opacity(), drawTransform(),
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 149 milliseconds