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

12345678

/external/skia/src/core/
H A DSkScan_AAAPath.cpp220 if (!fClipRect.intersect(clip.getBounds())) {
382 sectBounds = clip.getBounds();
384 if (!sectBounds.intersect(ir, clip.getBounds())) {
1661 path.getBounds().roundOut(&ir);
1696 aaa_fill_path(path, clipRgn->getBounds(), &additiveBlitter, ir.fTop, ir.fBottom,
1704 aaa_fill_path(path, clipRgn->getBounds(), &additiveBlitter, ir.fTop, ir.fBottom,
1711 aaa_fill_path(path, clipRgn->getBounds(), &additiveBlitter, ir.fTop, ir.fBottom,
H A DSkStroke.cpp301 if (!fOuter.getBounds().contains(fInner.getBounds())) {
302 SkASSERT(fInner.getBounds().contains(fOuter.getBounds()));
H A DSkTypeface.cpp327 SkRect SkTypeface::getBounds() const { function in class:SkTypeface
H A DSkBitmap.cpp114 void SkBitmap::getBounds(SkRect* bounds) const { function in class:SkBitmap
120 void SkBitmap::getBounds(SkIRect* bounds) const { function in class:SkBitmap
H A DSkPathRef.cpp371 // Call getBounds() to ensure (as a side-effect) that fBounds
373 const SkRect& bounds = this->getBounds();
615 const SkRect& bounds = this->getBounds();
H A DSkPath.cpp67 avoiding the need to revisit all of the points in getBounds().
109 joinNoEmptyChecks(&fRect, fPath->getBounds());
574 *rect = this->getBounds();
950 const SkRect& bounds = rrect.getBounds();
1124 const SkRect& bounds = rrect.getBounds();
2691 SkScalar ymax = path.getBounds().fTop;
3170 if (!contains_inclusive(this->getBounds(), x, y)) {
3448 return this->getBounds();
H A DSkDevice.cpp56 return rgn.getBounds() == SkIRect::MakeWH(this->width(), this->height());
/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/samplecode/
H A DSamplePath.cpp55 SkRect r = path.getBounds();
H A DSampleRegion.cpp123 SkASSERT(rgn->getBounds() == r);
H A DSamplePathText.cpp97 const SkRect& bounds = fPath.getBounds();
/external/skia/src/gpu/ops/
H A DGrAALinearizingConvexPathRenderer.cpp158 SkRect bounds = path.getBounds();
H A DGrAAHairLinePathRenderer.cpp386 GrPathUtils::scaleToleranceToSrc(SK_Scalar1, m, path.getBounds());
781 this->setTransformedBounds(path.getBounds(), viewMatrix, HasAABloat::kYes,
/external/skia/src/gpu/text/
H A DGrAtlasGlyphCache.cpp350 SkASSERT(glyphBounds.contains(path->getBounds()));
/external/skia/src/utils/
H A DSkShadowTessellator.cpp385 this->setZOffset(path.getBounds(), ctm.hasPerspective());
797 if (this->setZOffset(path.getBounds(), ctm.hasPerspective())) {
804 SkPoint center = SkPoint::Make(path.getBounds().centerX(), path.getBounds().centerY());
/external/skia/tests/
H A DPathOpsBuilderTest.cpp65 REPORTER_ASSERT(reporter, result.getBounds() == expected);
H A DRegionTest.cpp161 SkIRect r = a.getBounds();
/external/skia/tools/debugger/
H A DSkObjectParser.cpp217 SkString* boundStr = SkObjectParser::RectToString(path.getBounds(), " Bound: ");
/external/skia/src/gpu/
H A DGrDistanceFieldGenFromVector.cpp746 SkDEBUGCODE(SkIRect pathBounds = xformPath.getBounds().roundOut());
768 SkDEBUGCODE(pathBounds = workingPath.getBounds().roundOut());
/external/skia/src/effects/
H A DSkBlurMaskFilter.cpp207 const SkRect& devOrig = devRRect.getBounds();
239 const SkRect srcProxyRect = srcRRect.getBounds().makeOutset(srcBlurRadius, srcBlurRadius);
1318 SkRect rect = rrect.getBounds();
/external/skia/gm/
H A Dcubicpaths.cpp35 SkRect bounds = path.getBounds();
H A Ddashing.cpp132 matrix.setRectToRect(path->getBounds(), bounds, SkMatrix::kCenter_ScaleToFit);
H A Dmultipicturedraw.cpp169 SkRect r = tri.getBounds();
/external/skia/src/c/
H A Dsk_surface.cpp316 *crect = ToRect(path.getBounds());

Completed in 4214 milliseconds

12345678