Home
last modified time | relevance | path

Searched defs:computeTightBounds (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/modules/canvaskit/
Dinterface.js240 CanvasKit.Path.prototype.computeTightBounds = function(optionalOutputArray) { method in CanvasKit.Path
/third_party/skia/src/core/
DSkGeometry.cpp1592 void SkConic::computeTightBounds(SkRect* bounds) const { in computeTightBounds() function in SkConic
DSkPath.cpp3328 SkRect SkPath::computeTightBounds() const { in computeTightBounds() function in SkPath
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts2212 computeTightBounds(outputArray?: Rect): Rect; method