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

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

Completed in 932 milliseconds