Searched refs:FX_SHADING_Steps (Results 1 – 3 of 3) sorted by relevance
14 #define FX_SHADING_Steps 256 macro54 FX_ARGB m_argbArray[FX_SHADING_Steps];
62 float f = static_cast<float>(FX_SHADING_Steps - 1); in InitArgbArray()68 for (int32_t i = 0; i < FX_SHADING_Steps; i++) { in InitArgbArray()
316 int32_t index = static_cast<int32_t>(scale * (FX_SHADING_Steps - 1)); in FillPathWithShading()375 int index = (int32_t)(s * (FX_SHADING_Steps - 1)); in FillPathWithShading()