Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/graphics/
Dcfgas_gepattern.cpp9 CFGAS_GEPattern::CFGAS_GEPattern(HatchStyle hatchStyle, in CFGAS_GEPattern() argument
12 : m_hatchStyle(hatchStyle), m_foreArgb(foreArgb), m_backArgb(backArgb) {} in CFGAS_GEPattern()
Dcfgas_gepattern.h23 CFGAS_GEPattern(HatchStyle hatchStyle, FX_ARGB foreArgb, FX_ARGB backArgb);
Dcfgas_gegraphics.cpp256 CFGAS_GEPattern::HatchStyle hatchStyle = in FillPathWithPattern() local
259 GetHatchBitmapData(static_cast<size_t>(hatchStyle)); in FillPathWithPattern()