Lines Matching refs:getAlpha
105 (MathUtils::isZero(properties().getAlpha()) ? ", zero alpha" : ""), in output()
130 (MathUtils::isZero(properties().getAlpha()) ? ", zero alpha" : ""), in output()
158 pprops->set_alpha(properties().getAlpha()); in copyTo()
194 poutline->set_alpha(outline.getAlpha()); in copyTo()
601 if (properties().getAlpha() < 1) { in pushLayerUpdate()
607 renderer.scaleAlpha(properties().getAlpha()); in pushLayerUpdate()
618 (int) (properties().getAlpha() * 255), in pushLayerUpdate()
848 if (properties().getAlpha() <= 0.0f in pushLayerUpdate()
849 || properties().getOutline().getAlpha() <= 0.0f in pushLayerUpdate()
868 float casterAlpha = properties().getAlpha() * properties().getOutline().getAlpha(); in pushLayerUpdate()
1051 if (properties().getAlpha() <= 0 in pushLayerUpdate()