Lines Matching refs:getLineStippleEnable
1125 bool getLineStippleEnable (void) const { return m_stipple != LINESTIPPLE_DISABLED; }
1489 scene.stippleEnable = getLineStippleEnable();
1490 scene.stippleFactor = getLineStippleEnable() ? lineStippleFactor : 1;
1491 scene.stipplePattern = getLineStippleEnable() ? lineStipplePattern : 0xFFFF;
1600 getLineStippleEnable() ? VK_TRUE : VK_FALSE, // VkBool32 stippledLineEnable;
4838 if (getLineStippleEnable() &&
4849 if (getLineStippleEnable() &&
4860 if (getLineStippleEnable() &&
4871 if (getLineStippleEnable() &&
4885 bool getLineStippleEnable (void) const { return m_stipple != LINESTIPPLE_DISABLED; }