Home
last modified time | relevance | path

Searched refs:computeTightBounds (Results 1 – 25 of 46) sorted by relevance

12

/third_party/flutter/skia/docs/examples/
DPath_computeTightBounds.cpp8 const SkRect& bounds = path.computeTightBounds(); in draw()
/third_party/skia/docs/examples/
DPath_computeTightBounds.cpp8 const SkRect& bounds = path.computeTightBounds(); in draw()
/third_party/skia/modules/sksg/src/
DSkSGPath.cpp36 ? fPath.computeTightBounds() in onRevalidate()
DSkSGMerge.cpp109 return fMerged.computeTightBounds(); in onRevalidate()
DSkSGGeometryEffect.cpp59 return fPath.computeTightBounds(); in onRevalidate()
/third_party/flutter/skia/modules/sksg/src/
DSkSGPath.cpp36 ? fPath.computeTightBounds() in onRevalidate()
DSkSGRoundEffect.cpp59 return fRoundedPath.computeTightBounds(); in onRevalidate()
DSkSGTrimEffect.cpp59 return fTrimmedPath.computeTightBounds(); in onRevalidate()
DSkSGMerge.cpp99 return fMerged.computeTightBounds(); in onRevalidate()
/third_party/skia/modules/svg/src/
DSkSVGPath.cpp44 return fPath.computeTightBounds(); in onObjectBoundingBox()
/third_party/skia/modules/skottie/src/layers/shapelayer/
DPuckerBloat.cpp52 const auto input_bounds = input.computeTightBounds(); in onRevalidateEffect()
/third_party/skia/modules/pathkit/tests/
Dpath.spec.js119 ExpectRectsToBeEqual(path.computeTightBounds(),
/third_party/flutter/skia/modules/pathkit/tests/
Dpath.spec.js119 ExpectRectsToBeEqual(path.computeTightBounds(),
/third_party/flutter/skia/src/core/
DSkGeometry.h289 void computeTightBounds(SkRect* bounds) const;
/third_party/skia/src/core/
DSkGeometry.h361 void computeTightBounds(SkRect* bounds) const;
/third_party/flutter/skia/modules/canvaskit/
Dexterns.js216 computeTightBounds: function() {}, method
/third_party/flutter/skia/tests/
DPathOpsConicIntersectionTest.cpp89 conic.computeTightBounds(&bounds); in writePng()
/third_party/skia/tests/
DPathOpsConicIntersectionTest.cpp89 conic.computeTightBounds(&bounds); in writePng()
/third_party/flutter/skia/include/core/
DSkPath.h523 SkRect computeTightBounds() const;
/third_party/skia/modules/canvaskit/
Dexterns.js570 computeTightBounds: function() {},
/third_party/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts455 let bounds = path.computeTightBounds(); // $ExpectType Float32Array
456 path.computeTightBounds(bounds);
/third_party/skia/modules/canvaskit/tests/
Dpath.spec.js321 path.computeTightBounds(bounds);
/third_party/flutter/skia/modules/pathkit/
Dpathkit_wasm_bindings.cpp510 .function("computeTightBounds", &SkPath::computeTightBounds) in EMSCRIPTEN_BINDINGS()
/third_party/skia/include/core/
DSkPath.h519 SkRect computeTightBounds() const;
/third_party/skia/modules/pathkit/
Dpathkit_wasm_bindings.cpp497 .function("computeTightBounds", &SkPath::computeTightBounds) in EMSCRIPTEN_BINDINGS()

12