Searched refs:getBounds (Results 76 - 99 of 99) sorted by relevance

1234

/external/skia/src/gpu/
H A DGrTesselatedPathRenderer.cpp365 tol = GrPathUtils::scaleToleranceToSrc(tol, viewM, path.getBounds());
H A DGrContext.cpp1233 GrRect pathSBounds = path.getBounds();
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTable.java1185 int xOffset = m_plusImage.getBounds().width / 2;
1186 int yOffset = (height - m_plusImage.getBounds().width) / 2;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCTableCombo.java279 Rectangle listRect = m_table.getBounds();
514 //Rectangle tableRect = m_table.getBounds();
/external/skia/src/core/
H A DSkPictureRecord.cpp203 return this->INHERITED::clipRect(path.getBounds(), op, doAA);
H A DSkRegion.cpp1262 const SkIRect& r = rgn.getBounds();
H A DSkScalerContext.cpp315 devPath.getBounds().roundOut(&ir);
H A DSkStroke.cpp531 const SkRect& r = path.getBounds();
H A DSkPath.cpp41 avoiding the need to revisit all of the points in getBounds().
345 *rect = getBounds();
2040 SkScalar ymax = this->getBounds().fTop;
/external/skia/src/pipe/
H A DSkGPipeWrite.cpp422 return this->INHERITED::clipRect(path.getBounds(), rgnOp);
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextRecording.cpp457 painter.draw(canvas->getTotalClip().getBounds());
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DLayerAndroid.cpp538 IntRect dirty = m_dirtyRegion.getBounds();
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPlatformContextSkia.cpp316 SkRect bounds = clipPath.getBounds();
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.cpp953 bounds = oldWebFrameView->getBounds();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/skia/src/pdf/
H A DSkPDFDevice.cpp1401 SkIRect bounds = clipRegion.getBounds();
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp2067 // inval.getBounds() is our rectangle
2068 const SkIRect& bounds = inval.getBounds();

Completed in 418 milliseconds

1234