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

1234

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DLineGraph.java69 Rectangle bounds= im.getBounds();
H A DTimeLineGraph.java33 Rectangle bounds= im.getBounds();
/external/guava/guava-tests/test/com/google/common/collect/
H A DFauxveridesTest.java246 bounds = Arrays.asList(typeParameter.getBounds());
/external/skia/include/core/
H A DSkRegion.h86 const SkIRect& getBounds() const { return fBounds; } function in class:SkRegion
/external/skia/samplecode/
H A DSampleAAClip2.cpp139 outer_frame(canvas, clip2.getBounds());
H A DSampleLayers.cpp46 const SkIRect& clip = iter.clip().getBounds();
H A DSamplePath.cpp66 SkRect r = path.getBounds();
H A DSampleRegion.cpp30 SkASSERT(rgn->getBounds() == r);
/external/skia/src/core/
H A DSkScan_Antihair.cpp396 SkASSERT(clip == NULL || !clip->getBounds().isEmpty());
406 clipBounds.set(clip->getBounds());
568 const SkIRect& clipBounds = clip->getBounds();
642 newR.set(clip->getBounds());
H A DSkRegion_path.cpp433 const SkIRect& bounds = this->getBounds();
H A DSkBlitter.cpp412 SkDEBUGCODE(const SkIRect& bounds = fRgn->getBounds();)
536 const SkIRect& clipR = clip->getBounds();
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DSkiaUtils.cpp214 SkRect bounds = originalPath->getBounds();
/external/webkit/Source/WebKit/android/plugins/
H A DANPCanvasInterface.cpp94 SkANP::SetRect(r, clip.getBounds());
H A DPluginWidgetAndroid.cpp199 *rect = dirty.getBounds();
240 SkANP::SetRect(&event.data.draw.clip, dirty.getBounds());
H A Dandroid_npapi.h340 void (*getBounds)(const ANPPath*, ANPRectF* bounds); member in struct:ANPPathInterfaceV0
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DConfigTab.java247 Rectangle bounds = tableItem.getBounds(col);
256 bounds = tableItem.getBounds(col);
/external/skia/src/utils/
H A DSkDumpCanvas.cpp64 toString(path.getBounds(), str);
83 toString(rgn.getBounds(), str);
/external/skia/src/views/
H A DSkWindow.cpp185 *updateArea = fDirtyRgn.getBounds();
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
H A DFlyoutControlComposite.java594 dockingTracker.setRectangles(new Rectangle[]{getBounds()});
629 dockingTracker.setRectangles(new Rectangle[]{getBounds()});
710 if (m_backImage == null || !m_backImage.getBounds().equals(clientArea)) {
/external/skia/src/gpu/
H A DSkGpuDevice.cpp341 const SkIRect& skBounds = clipRegion.getBounds();
914 SkRect srcRect = path.getBounds();
916 clipRect.set(clip.getBounds());
1038 if (!SkDraw::DrawToMask(path, &clip.getBounds(), filter, &matrix, &srcM,
1372 r.set(draw.fClip->getBounds());
H A DGrAAHairLinePathRenderer.cpp271 path.getBounds());
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCCombo3.java343 Rectangle tableBounds = m_table.getBounds();
H A DCComboBox.java578 Rectangle tableBounds = table.getBounds();
/external/skia/src/animator/
H A DSkDisplayable.cpp434 void SkDisplayable::getBounds(SkRect* rect) { function in class:SkDisplayable
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DSurface.cpp433 IntRect dirtyRect = tile->dirtyArea().getBounds();

Completed in 562 milliseconds

1234