Home
last modified time | relevance | path

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

/external/pdfium/third_party/agg23/
Dagg_vcgen_stroke.h42 void line_cap(line_cap_e lc) in line_cap()
54 line_cap_e line_cap() const in line_cap()
112 line_cap_e m_line_cap;
Dagg_conv_stroke.h38 void line_cap(line_cap_e lc) in line_cap()
50 line_cap_e line_cap() const in line_cap()
Dagg_math_stroke.h28 enum line_cap_e { enum
153 line_cap_e line_cap, in stroke_calc_cap()
D0008-namespace.patch202 enum line_cap_e {
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp247 agg::line_cap_e cap; in RasterizeStroke()