Home
last modified time | relevance | path

Searched refs:line_cap_e (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/agg23/
Dagg_vcgen_stroke.h40 void line_cap(line_cap_e lc) in line_cap()
52 line_cap_e line_cap() const in line_cap()
110 line_cap_e m_line_cap;
Dagg_conv_stroke.h36 void line_cap(line_cap_e lc) in line_cap()
48 line_cap_e line_cap() const in line_cap()
Dagg_math_stroke.h26 enum line_cap_e { enum
151 line_cap_e line_cap, in stroke_calc_cap()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp364 agg::line_cap_e cap; in RasterizeStroke()