Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.h44 bool snapVerticesToPixelCenters() const { in snapVerticesToPixelCenters() function
45 return fProgramInfo.pipeline().snapVerticesToPixelCenters(); in snapVerticesToPixelCenters()
DGrGLSLVertexGeoBuilder.cpp16 if (this->getProgramBuilder()->snapVerticesToPixelCenters()) { in emitNormalizedSkPosition()
/third_party/skia/src/gpu/
DGrPipeline.h169 bool snapVerticesToPixelCenters() const { in snapVerticesToPixelCenters() function
DGrProgramDesc.cpp159 b->addBool(pipeline.snapVerticesToPixelCenters(), "snapVertices"); in gen_key()
/third_party/flutter/skia/src/gpu/
DGrPipeline.h181 bool snapVerticesToPixelCenters() const { in snapVerticesToPixelCenters() function
DGrProgramDesc.cpp262 header->fSnapVerticesToPixelCenters = pipeline.snapVerticesToPixelCenters(); in Build()