Searched defs:computeTightBounds (Results 1 – 4 of 4) sorted by relevance
245 CanvasKit.Path.prototype.computeTightBounds = function(optionalOutputArray) { method in CanvasKit.Path
1645 void SkConic::computeTightBounds(SkRect* bounds) const { in computeTightBounds() function in SkConic
3353 SkRect SkPath::computeTightBounds() const { in computeTightBounds() function in SkPath
2312 computeTightBounds(outputArray?: Rect): Rect; method