Searched refs:getBounds (Results 101 - 125 of 211) sorted by relevance

123456789

/external/skia/gm/
H A Dpoly2poly.cpp83 const SkRect& r = path.getBounds();
H A Dhairlines.cpp183 const SkRect& bounds = fPaths[p].getBounds();
/external/skia/include/core/
H A DSkRRect.h221 const SkRect& getBounds() const { return fRect; } function in class:SkRRect
H A DSkRegion.h85 const SkIRect& getBounds() const { return fBounds; } function in class:SkRegion
H A DSkTypeface.h314 SkRect getBounds() const;
/external/skia/samplecode/
H A DSampleLayers.cpp259 const SkRect bounds = path.getBounds();
H A DSampleXfer.cpp116 return this->getBounds().intersects(target);
H A DSampleLitAtlas.cpp112 const SkRect cull = this->getBounds();
160 canvas->drawRect(this->getBounds(), paint);
H A DSampleAtlas.cpp188 const SkRect cull = this->getBounds();
/external/skia/src/core/
H A DSkRasterClipStack.h135 SkASSERT(fRootBounds.contains(clip.getBounds()));
H A DSkRecordDraw.cpp207 const Bounds& getBounds(int index) const { return fBounds[index]; } function in class:SkRecords::FillBounds
409 SkRect rect = SkRect::Make(op.region.getBounds());
438 : this->adjustAndMap(op.path.getBounds(), &op.paint);
508 SkRect dst = op.path.getBounds();
H A DSkScan_Antihair.cpp528 SkASSERT(clip == nullptr || !clip->getBounds().isEmpty());
539 clipBounds.set(clip->getBounds());
708 const SkIRect& clipBounds = clip->getBounds();
778 newR.set(clip->getBounds());
H A DSkScan_Hairline.cpp52 clipBounds.set(clip->getBounds());
86 const SkIRect& bounds = clip->getBounds();
487 const SkIRect ibounds = path.getBounds().roundOut().makeOutset(capOut, capOut);
514 insetStorage.set(clip->getBounds());
H A DSkRegion.cpp405 return this->contains(rgn.getBounds());
495 return rgn.intersects(this->getBounds());
498 return this->intersects(rgn.getBounds());
1399 const SkIRect& r = rgn.getBounds();
/external/skia/src/effects/
H A DSk2DPathEffect.cpp31 tmp.getBounds().round(&ir);
/external/skia/src/fonts/
H A DSkGScalerContext.cpp98 const SkRect& newBounds = paint.doComputeFastBounds(path.getBounds(),
H A DSkTestScalerContext.cpp114 // This should make SkPath::getBounds() queries threadsafe.
244 const SkRect& newBounds = paint.doComputeFastBounds(path.getBounds(),
/external/skia/src/gpu/ops/
H A DGrDrawPathOp.h84 this->setTransformedBounds(path->getBounds(), viewMatrix, HasAABloat::kNo, IsZeroArea::kNo);
/external/skia/src/utils/
H A DSkDeferredCanvas.cpp363 SkRect modRect = rrect.getBounds();
366 modRect.x() - rrect.getBounds().x(),
367 modRect.y() - rrect.getBounds().y()), paint);
379 SkRect modRect = path.getBounds();
H A DSkShadowUtils.cpp509 SkPoint center = SkPoint::Make(path.getBounds().centerX(), path.getBounds().centerY());
/external/skia/tests/
H A DStrokeTest.cpp74 REPORTER_ASSERT(reporter, equal(outer, fillPath.getBounds()));
/external/skia/tools/skdiff/
H A Dskdiff_main.cpp385 bool getBounds,
514 if (getBounds) {
536 if (getBounds) {
557 if (getBounds) {
376 create_diff_images(DiffMetricProc dmp, const int colorThreshold, RecordArray* differences, const SkString& baseDir, const SkString& comparisonDir, const SkString& outputDir, const StringArray& matchSubstrings, const StringArray& nomatchSubstrings, bool recurseIntoSubdirs, bool getBounds, bool verbose, DiffSummary* summary) argument
/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/guava/guava/src/com/google/common/reflect/
H A DTypes.java194 result.set(subtypeOfComponentType(t.getBounds()));
406 public Type[] getBounds() { method in class:Types.TypeVariableImpl
/external/skia/src/gpu/
H A DGrShape.cpp58 return fRRectData.fRRect.getBounds();
60 return this->path().getBounds();

Completed in 335 milliseconds

123456789