Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxgraphics/
Dcfx_pattern.cpp9 CFX_Pattern::CFX_Pattern(FX_HatchStyle hatchStyle, in CFX_Pattern() argument
13 : m_hatchStyle(hatchStyle), m_foreArgb(foreArgb), m_backArgb(backArgb) { in CFX_Pattern()
Dcfx_pattern.h19 CFX_Pattern(FX_HatchStyle hatchStyle,
Dcfx_graphics.cpp357 FX_HatchStyle hatchStyle = m_info.fillColor->m_info.pattern->m_hatchStyle; in FillPathWithPattern() local
358 const FX_HATCHDATA& data = hatchBitmapData[static_cast<int>(hatchStyle)]; in FillPathWithPattern()