Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtAlignedAllocator.h63 typedef btAlignedAllocator< T , Alignment > self_type; typedef
99 self_type & operator=( const btAlignedAllocator< O , Alignment > & ) { return *this; }
101 friend bool operator==( const self_type & , const self_type & ) { return true; }
/external/pdfium/third_party/agg23/
Dagg_scanline_u.h32 typedef scanline_u<CoverT> self_type; typedef
137 scanline_u(const self_type&);
138 const self_type& operator = (const self_type&);
Dagg_basics.h65 typedef rect_base<T> self_type; typedef
73 const self_type& normalize() in normalize()
88 bool clip(const self_type& r) in clip()
Dagg_color_gray.h42 typedef gray8 self_type; typedef