Home
last modified time | relevance | path

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

/third_party/skia/modules/canvaskit/
Dinterface.js240 CanvasKit.Path.prototype.computeTightBounds = function(optionalOutputArray) { method in CanvasKit.Path
Dexterns.js570 computeTightBounds: function() {}, method
/third_party/skia/m133/modules/canvaskit/
Dinterface.js245 CanvasKit.Path.prototype.computeTightBounds = function(optionalOutputArray) { method in CanvasKit.Path
Dexterns.js657 computeTightBounds: function() {}, method
/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/m133/src/core/
DSkGeometry.cpp1683 void SkConic::computeTightBounds(SkRect* bounds) const { in computeTightBounds() function in SkConic
DSkPath.cpp3393 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
/third_party/skia/m133/modules/canvaskit/npm_build/types/
Dindex.d.ts2566 computeTightBounds(outputArray?: Rect): Rect; method