Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DContext.cpp313 pointScaleEnable = false; in init()
383 void Context::setPointScaleEnable(bool pointScaleEnable) in setPointScaleEnable() argument
385 Context::pointScaleEnable = pointScaleEnable; in setPointScaleEnable()
744 return isDrawPoint(true) && pointScaleEnable; in pointScaleActive()
DContext.hpp315 void setPointScaleEnable(bool pointScaleEnable);
527 bool pointScaleEnable; member in sw::Context
DRenderer.hpp318 void setPointScaleEnable(bool pointScaleEnable);
DRenderer.cpp2623 void Renderer::setPointScaleEnable(bool pointScaleEnable) in setPointScaleEnable() argument
2625 context->setPointScaleEnable(pointScaleEnable); in setPointScaleEnable()