Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/third_party/agg23/
H A Dagg_basics.h67 template<class T> struct rect_base { struct
68 typedef rect_base<T> self_type; argument
73 rect_base() {} in rect_base() argument
74 rect_base(T x1_, T y1_, T x2_, T y2_) : in rect_base() argument
76 const self_type& normalize() in normalize()
91 bool clip(const self_type& r) in clip()
107 bool is_valid() const in is_valid()
/aosp_15_r20/external/pdfium/core/fxge/win32/
H A Dcgdi_device_driver.cpp208 struct rect_base { struct
209 float x1;
210 float y1;
211 float x2;
212 float y2;