Home
last modified time | relevance | path

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

/external/pdfium/third_party/agg23/
Dagg_basics.h64 template<class T> struct rect_base { struct
65 typedef rect_base<T> self_type; argument
70 rect_base() {} in rect_base() argument
71 rect_base(T x1_, T y1_, T x2_, T y2_) : in rect_base() argument
73 const self_type& normalize() in normalize()
88 bool clip(const self_type& r) in clip()
104 bool is_valid() const in is_valid()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp219 struct rect_base { struct
220 float x1;
221 float y1;
222 float x2;
223 float y2;