Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DRenderer.hpp57 bool halfIntegerCoordinates; member
DContext.cpp30 bool halfIntegerCoordinates = false; // Pixel centers are not at integer coordinates variable
DRenderer.cpp45 extern bool halfIntegerCoordinates; // Pixel centers are not at integer coordinates
81 sw::halfIntegerCoordinates = conventions.halfIntegerCoordinates; in setGlobalRenderingSettings()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DVertexRoutine.cpp26 extern bool halfIntegerCoordinates; // Pixel centers are not at integer coordinates
631 if(!halfIntegerCoordinates && !state.preTransformed) in postTransform()
DPixelProgram.cpp25 extern bool halfIntegerCoordinates; // Pixel centers are not at integer coordinates
63 if(!halfIntegerCoordinates) in setBuiltins()