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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.cpp 547 IntRect enclosingDocArea = enclosingIntRect(screenArea);
548 return enclosingDocArea == prerendered->area;
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp 791 FloatRect enclosingDocArea(enclosingScaledArea);
792 enclosingDocArea.scale(1 / m_scale);
793 prerendered->area = enclosingIntRect(enclosingDocArea);
802 bitmapCanvas->translate(-enclosingDocArea.x(), -enclosingDocArea.y());
    [all...]

Completed in 672 milliseconds