Searched refs:pointScaleEnable (Results 1 – 4 of 4) sorted by relevance
313 pointScaleEnable = false; in init()383 void Context::setPointScaleEnable(bool pointScaleEnable) in setPointScaleEnable() argument385 Context::pointScaleEnable = pointScaleEnable; in setPointScaleEnable()744 return isDrawPoint(true) && pointScaleEnable; in pointScaleActive()
315 void setPointScaleEnable(bool pointScaleEnable);527 bool pointScaleEnable; member in sw::Context
318 void setPointScaleEnable(bool pointScaleEnable);
2623 void Renderer::setPointScaleEnable(bool pointScaleEnable) in setPointScaleEnable() argument2625 context->setPointScaleEnable(pointScaleEnable); in setPointScaleEnable()