Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/canvaskit/
H A Dinterface.js245 CanvasKit.Path.prototype.computeTightBounds = function(optionalOutputArray) { method in CanvasKit.Path
H A Dexterns.js657 computeTightBounds: function() {}, method
/aosp_15_r20/external/skia/src/core/
H A DSkGeometry.cpp1683 void SkConic::computeTightBounds(SkRect* bounds) const { in computeTightBounds() function in SkConic
H A DSkPath.cpp3393 SkRect SkPath::computeTightBounds() const { in computeTightBounds() function in SkPath
/aosp_15_r20/external/skia/modules/canvaskit/npm_build/types/
H A Dindex.d.ts2566 computeTightBounds(outputArray?: Rect): Rect; method