Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/agg/agg23/
Dagg_basics.h61 template<class T> struct rect_base { struct
62 typedef rect_base<T> self_type; argument
67 rect_base() {} in rect_base() argument
68 rect_base(T x1_, T y1_, T x2_, T y2_) : in rect_base() function
70 const self_type& normalize() in normalize()
85 bool clip(const self_type& r) in clip()
101 bool is_valid() const in is_valid()