Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxgraphics/
Dcxfa_gepattern.cpp9 CXFA_GEPattern::CXFA_GEPattern(FX_HatchStyle hatchStyle, in CXFA_GEPattern() argument
13 : m_hatchStyle(hatchStyle), m_foreArgb(foreArgb), m_backArgb(backArgb) { in CXFA_GEPattern()
Dcxfa_gepattern.h19 CXFA_GEPattern(FX_HatchStyle hatchStyle,
Dcxfa_graphics.cpp279 FX_HatchStyle hatchStyle = m_info.fillColor.GetPattern()->m_hatchStyle; in FillPathWithPattern() local
280 const FX_HATCHDATA& data = hatchBitmapData[static_cast<int>(hatchStyle)]; in FillPathWithPattern()