Searched defs:computeTightBounds (Results 1 – 7 of 7) sorted by relevance
186 computeTightBounds: function() {}, method
240 CanvasKit.Path.prototype.computeTightBounds = function(optionalOutputArray) { method in CanvasKit.Path
1356 void SkConic::computeTightBounds(SkRect* bounds) const { in computeTightBounds() function in SkConic
3873 SkRect SkPath::computeTightBounds() const { in computeTightBounds() function in SkPath
1596 void SkConic::computeTightBounds(SkRect* bounds) const { in computeTightBounds() function in SkConic
3262 SkRect SkPath::computeTightBounds() const { in computeTightBounds() function in SkPath
2212 computeTightBounds(outputArray?: Rect): Rect; method