Home
last modified time | relevance | path

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

/external/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.h48 bool snapVerticesToPixelCenters() const { in snapVerticesToPixelCenters() function
49 return fProgramInfo.pipeline().snapVerticesToPixelCenters(); in snapVerticesToPixelCenters()
DGrGLSLVertexGeoBuilder.cpp16 if (this->getProgramBuilder()->snapVerticesToPixelCenters()) { in emitNormalizedSkPosition()
/external/skqp/src/gpu/
DGrPipeline.h171 bool snapVerticesToPixelCenters() const { in snapVerticesToPixelCenters() function
DGrProgramDesc.cpp251 header->fSnapVerticesToPixelCenters = pipeline.snapVerticesToPixelCenters(); in Build()
/external/skia/src/gpu/
DGrPipeline.h176 bool snapVerticesToPixelCenters() const { in snapVerticesToPixelCenters() function
DGrProgramDesc.cpp158 b->addBool(pipeline.snapVerticesToPixelCenters(), "snapVertices"); in gen_key()