HomeSort by relevance Sort by last modified time
    Searched refs:FX_SHADING_Steps (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/fxgraphics/
cxfa_geshading.h 14 #define FX_SHADING_Steps 256
53 FX_ARGB m_argbArray[FX_SHADING_Steps];
cxfa_geshading.cpp 62 float f = static_cast<float>(FX_SHADING_Steps - 1);
68 for (int32_t i = 0; i < FX_SHADING_Steps; i++) {
cxfa_graphics.cpp 340 int32_t index = (int32_t)(scale * (FX_SHADING_Steps - 1));
401 int index = (int32_t)(s * (FX_SHADING_Steps - 1));

Completed in 2616 milliseconds