Home
last modified time | relevance | path

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

/external/skia/src/gpu/batches/
DGrNonAAStrokeRectBatch.cpp82 this->setupBounds(&bounds, fGeoData.back(), snapToPixelCenters); in appendAndUpdateBounds()
91 this->setupBounds(&fBounds, geo, snapToPixelCenters); in init()
95 void setupBounds(SkRect* bounds, const Geometry& geo, bool snapToPixelCenters) { in setupBounds() function in NonAAStrokeRectBatch