HomeSort by relevance Sort by last modified time
    Searched defs:contentRect (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/tests/
OpaqueRectTrackingContentLayerDelegateTest.cpp 52 virtual void paint(GraphicsContext& context, const IntRect& contentRect) OVERRIDE
54 m_callback(context, contentRect);
64 virtual void operator()(GraphicsContext& context, const IntRect& contentRect) OVERRIDE
67 IntRect top(contentRect.x(), contentRect.y(), contentRect.width(), contentRect.height() / 2);
68 IntRect bottom(contentRect.x(), contentRect.y() + contentRect.height() / 2, contentRect.width(), contentRect.height() / 2)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGImage.cpp 225 IntRect contentRect = enclosingIntRect(repaintRectInLocalCoordinates());
226 if (!contentRect.isEmpty())
227 rects.append(contentRect);
  /frameworks/base/core/jni/android/graphics/pdf/
PdfDocument.cpp 34 PageRecord(int width, int height, const SkRect& contentRect)
36 mContentRect = contentRect;
59 SkRect contentRect = SkRect::MakeLTRB(
61 PageRecord* page = new PageRecord(width, height, contentRect);
66 contentRect.width(), contentRect.height(), 0);
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.h 154 ARect contentRect;
251 * find the new content rect in android_app::contentRect.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderVideo.cpp 152 IntRect contentRect = pixelSnappedIntRect(contentBoxRect());
153 if (elementSize.isEmpty() || contentRect.isEmpty())
156 LayoutRect renderBox = contentRect;
163 renderBox.move((contentRect.width() - renderBox.width()) / 2, 0);
168 renderBox.move(0, (contentRect.height() - renderBox.height()) / 2);
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityRenderObject.cpp 532 IntRect contentRect = pixelSnappedIntRect(m_renderer->absoluteClippedOverflowRect());
535 viewRect.intersect(contentRect);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 301 milliseconds