Searched refs:outBounds (Results 1 – 3 of 3) sorted by relevance
205 void computeSubRunBounds(SkRect* outBounds, int runIndex, int subRunIndex, in computeSubRunBounds() argument214 *outBounds = subRun.vertexBounds(); in computeSubRunBounds()218 outBounds->offset(x - fInitialX, y - fInitialY); in computeSubRunBounds()219 viewMatrix.mapRect(outBounds); in computeSubRunBounds()230 boundsMatrix.mapRect(outBounds); in computeSubRunBounds()233 outBounds->roundOut(outBounds); in computeSubRunBounds()
34 static void SetBounds(const Geometry& geo, SkRect* outBounds) { in SetBounds() argument35 geo.fViewMatrix.mapRect(outBounds, geo.fRect); in SetBounds()39 static void UpdateBoundsAfterAppend(const Geometry& geo, SkRect* outBounds) { in UpdateBoundsAfterAppend() argument42 outBounds->join(bounds); in UpdateBoundsAfterAppend()
199 static void SetBounds(const Geometry& geo, SkRect* outBounds) { in SetBounds() argument200 *outBounds = geo.fDevRect; in SetBounds()204 static void UpdateBoundsAfterAppend(const Geometry& geo, SkRect* outBounds) { in UpdateBoundsAfterAppend() argument205 outBounds->join(geo.fDevRect); in UpdateBoundsAfterAppend()