Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxgraphics/
Dcfx_shading.h16 enum CFX_Shading_Type { FX_SHADING_Axial = 1, FX_SHADING_Radial }; enumerator
Dcfx_shading.cpp15 : m_type(FX_SHADING_Axial), in CFX_Shading()
Dcfx_graphics.cpp401 case FX_SHADING_Axial: { in FillPathWithShading()