Searched refs:getBounds (Results 126 - 150 of 211) sorted by relevance

123456789

/external/skia/src/gpu/
H A DGrBlurUtils.cpp198 if (maskFilter->canFilterMaskGPU(SkRRect::MakeRect(path->getBounds()),
/external/skia/src/gpu/gl/
H A DGrGLPath.cpp321 fBounds = skPath->getBounds();
/external/skia/src/pathops/
H A DSkPathOpsCommon.cpp17 const SkScalar* oneBounds = &path.getBounds().fLeft;
/external/skia/src/views/
H A DSkWindow.cpp113 *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/utils/
H A DSkDumpCanvas.cpp38 SkRect r = rrect.getBounds();
97 toString(path.getBounds(), str);
117 toString(rgn.getBounds(), str);
H A DSkShadowTessellator.cpp371 this->setZOffset(path.getBounds(), ctm.hasPerspective());
708 if (this->setZOffset(path.getBounds(), ctm.hasPerspective())) {
715 SkPoint center = SkPoint::Make(path.getBounds().centerX(), path.getBounds().centerY());
/external/skia/tests/
H A DBlurTest.cpp122 SkRect refBound = strokedPath.getBounds();
227 SkScalar midX = path.getBounds().centerX();
228 SkScalar midY = path.getBounds().centerY();
H A DPathOpsBuilderTest.cpp65 REPORTER_ASSERT(reporter, result.getBounds() == expected);
H A DRegionTest.cpp161 SkIRect r = a.getBounds();
/external/skia/tools/
H A Dsk_tool_utils.cpp521 const SkRect r = rr.getBounds();
562 const SkRect& r = rr.getBounds();
578 const SkRect& r = rr.getBounds();
/external/skia/samplecode/
H A DSampleAAGeometry.cpp988 SkRect bounds = fPath.getBounds();
998 SkRect bounds = fPath.getBounds();
1003 bounds = fPath.getBounds();
1014 SkRect bounds = fPath.getBounds();
1512 if (!outPath.getBounds().intersects(inPath.getBounds())) {
1529 SkRect bounds = fPath.getBounds();
H A DSamplePath.cpp55 SkRect r = path.getBounds();
H A DSampleRegion.cpp123 SkASSERT(rgn->getBounds() == r);
/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 DTimeLineGraph.java33 Rectangle bounds= im.getBounds();
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCCombo3.java343 Rectangle tableBounds = m_table.getBounds();
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
H A DCalendarFrame.java380 Rectangle bounds = getBounds();
/external/skia/bench/
H A DDashBench.cpp77 SkRect r = path.getBounds();
/external/skia/src/core/
H A DSkStroke.cpp301 if (!fOuter.getBounds().contains(fInner.getBounds())) {
302 SkASSERT(fInner.getBounds().contains(fOuter.getBounds()));
H A DSkTypeface.cpp331 SkRect SkTypeface::getBounds() const { function in class:SkTypeface
H A DSkBitmap.cpp136 void SkBitmap::getBounds(SkRect* bounds) const { function in class:SkBitmap
142 void SkBitmap::getBounds(SkIRect* bounds) const { function in class:SkBitmap
H A DSkPathRef.cpp366 // Call getBounds() to ensure (as a side-effect) that fBounds
368 const SkRect& bounds = this->getBounds();
610 const SkRect& bounds = this->getBounds();
/external/skia/src/gpu/ops/
H A DGrAALinearizingConvexPathRenderer.cpp162 SkRect bounds = path.getBounds();
/external/skia/src/gpu/text/
H A DGrAtlasGlyphCache.cpp334 SkASSERT(glyphBounds.contains(path->getBounds()));
/external/skia/tools/debugger/
H A DSkObjectParser.cpp216 SkString* boundStr = SkObjectParser::RectToString(path.getBounds(), " Bound: ");

Completed in 441 milliseconds

123456789