Home
last modified time | relevance | path

Searched refs:computeTightBounds (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/docs/examples/
H A DPath_computeTightBounds.cpp8 const SkRect& bounds = path.computeTightBounds(); in REG_FIDDLE()
/third_party/skia/modules/sksg/src/
H A DSkSGPath.cpp36 ? fPath.computeTightBounds() in onRevalidate()
H A DSkSGMerge.cpp109 return fMerged.computeTightBounds(); in onRevalidate()
H A DSkSGGeometryEffect.cpp59 return fPath.computeTightBounds(); in onRevalidate()
/third_party/skia/modules/svg/src/
H A DSkSVGPath.cpp44 return fPath.computeTightBounds(); in onObjectBoundingBox()
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DPuckerBloat.cpp52 const auto input_bounds = input.computeTightBounds();
/third_party/skia/src/core/
H A DSkGeometry.h361 void computeTightBounds(SkRect* bounds) const;
H A DSkGeometry.cpp1592 void SkConic::computeTightBounds(SkRect* bounds) const {
H A DSkPath.cpp3328 SkRect SkPath::computeTightBounds() const { in computeTightBounds() function in SkPath
/third_party/skia/tests/
H A DPathOpsConicIntersectionTest.cpp89 conic.computeTightBounds(&bounds); in writePng()
H A DPathTest.cpp5044 SkRect tight = path.computeTightBounds(); in DEF_TEST()
/third_party/skia/modules/canvaskit/
H A Dexterns.js570 computeTightBounds: function() {},
H A Dinterface.js240 CanvasKit.Path.prototype.computeTightBounds = function(optionalOutputArray) {
H A Dcanvaskit_bindings.cpp1609 output[0] = self.computeTightBounds(); in EMSCRIPTEN_BINDINGS()
/third_party/skia/include/core/
H A DSkPath.h519 SkRect computeTightBounds() const;
/third_party/skia/modules/pathkit/
H A Dpathkit_wasm_bindings.cpp497 .function("computeTightBounds", &SkPath::computeTightBounds) in EMSCRIPTEN_BINDINGS()
/third_party/skia/bench/
H A DPathBench.cpp1218 DEF_BENCH( return new TightBoundsBench([](const SkPath& path){ return path.computeTightBounds();},
/third_party/skia/samplecode/
H A DSampleVariableWidthStroker.cpp1280 const SkRect pathBounds = path.computeTightBounds();
/third_party/skia/tools/fonts/
H A DTestSVGTypeface.cpp1187 SkRect bounds = quads.computeTightBounds(); in writePath()

Completed in 45 milliseconds