Home
last modified time | relevance | path

Searched defs:CFX_FillRenderOptions (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pdfium/core/fxge/
H A Dcfx_fillrenderoptions.h11 struct CFX_FillRenderOptions { struct
26 static constexpr CFX_FillRenderOptions EvenOddOptions() { in EvenOddOptions() argument
29 static constexpr CFX_FillRenderOptions WindingOptions() { in WindingOptions() argument
33 constexpr CFX_FillRenderOptions() in CFX_FillRenderOptions() function
38 constexpr explicit CFX_FillRenderOptions(FillType fill_type) in CFX_FillRenderOptions() argument
64 FillType fill_type;
67 bool adjust_stroke : 1;
70 bool aliased_path : 1;
73 bool full_cover : 1;
76 bool rect_aa : 1;
[all …]