Home
last modified time | relevance | path

Searched defs:snapToPixelCenters (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/batches/
DGrNonAAStrokeRectBatch.cpp78 SkScalar strokeWidth, bool snapToPixelCenters) { in appendAndUpdateBounds()
86 void init(bool snapToPixelCenters) { in init()
95 void setupBounds(SkRect* bounds, const Geometry& geo, bool snapToPixelCenters) { in setupBounds()
223 bool snapToPixelCenters) { in Create()
235 bool snapToPixelCenters) { in Append()
DGrRectBatchFactory.h59 bool snapToPixelCenters) { in CreateNonAAStroke()
/external/skia/src/gpu/
DGrDrawContext.cpp332 bool snapToPixelCenters = (0 == width && !fRenderTarget->isUnifiedMultisampled()); in drawRect() local