Home
last modified time | relevance | path

Searched refs:FX_SHADING_Steps (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxgraphics/
Dcxfa_geshading.h14 #define FX_SHADING_Steps 256 macro
53 FX_ARGB m_argbArray[FX_SHADING_Steps];
Dcxfa_geshading.cpp62 float f = static_cast<float>(FX_SHADING_Steps - 1); in InitArgbArray()
68 for (int32_t i = 0; i < FX_SHADING_Steps; i++) { in InitArgbArray()
Dcxfa_graphics.cpp340 int32_t index = (int32_t)(scale * (FX_SHADING_Steps - 1)); in FillPathWithShading()
401 int index = (int32_t)(s * (FX_SHADING_Steps - 1)); in FillPathWithShading()