Searched refs:computeTightBounds (Results 1 – 25 of 46) sorted by relevance
12
8 const SkRect& bounds = path.computeTightBounds(); in draw()
36 ? fPath.computeTightBounds() in onRevalidate()
109 return fMerged.computeTightBounds(); in onRevalidate()
59 return fPath.computeTightBounds(); in onRevalidate()
59 return fRoundedPath.computeTightBounds(); in onRevalidate()
59 return fTrimmedPath.computeTightBounds(); in onRevalidate()
99 return fMerged.computeTightBounds(); in onRevalidate()
44 return fPath.computeTightBounds(); in onObjectBoundingBox()
52 const auto input_bounds = input.computeTightBounds(); in onRevalidateEffect()
119 ExpectRectsToBeEqual(path.computeTightBounds(),
289 void computeTightBounds(SkRect* bounds) const;
361 void computeTightBounds(SkRect* bounds) const;
216 computeTightBounds: function() {}, method
89 conic.computeTightBounds(&bounds); in writePng()
523 SkRect computeTightBounds() const;
570 computeTightBounds: function() {},
455 let bounds = path.computeTightBounds(); // $ExpectType Float32Array456 path.computeTightBounds(bounds);
321 path.computeTightBounds(bounds);
510 .function("computeTightBounds", &SkPath::computeTightBounds) in EMSCRIPTEN_BINDINGS()
519 SkRect computeTightBounds() const;
497 .function("computeTightBounds", &SkPath::computeTightBounds) in EMSCRIPTEN_BINDINGS()