Home
last modified time | relevance | path

Searched refs:outBounds (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/text/
DGrAtlasTextBlob.h205 void computeSubRunBounds(SkRect* outBounds, int runIndex, int subRunIndex, in computeSubRunBounds() argument
214 *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()
/external/skia/src/gpu/batches/
DGrNonAAFillRectBatch.cpp34 static void SetBounds(const Geometry& geo, SkRect* outBounds) { in SetBounds() argument
35 geo.fViewMatrix.mapRect(outBounds, geo.fRect); in SetBounds()
39 static void UpdateBoundsAfterAppend(const Geometry& geo, SkRect* outBounds) { in UpdateBoundsAfterAppend() argument
42 outBounds->join(bounds); in UpdateBoundsAfterAppend()
DGrAAFillRectBatch.cpp199 static void SetBounds(const Geometry& geo, SkRect* outBounds) { in SetBounds() argument
200 *outBounds = geo.fDevRect; in SetBounds()
204 static void UpdateBoundsAfterAppend(const Geometry& geo, SkRect* outBounds) { in UpdateBoundsAfterAppend() argument
205 outBounds->join(geo.fDevRect); in UpdateBoundsAfterAppend()