Searched defs:right (Results 1 - 5 of 5) sorted by last modified time

/system/core/include/private/pixelflinger/
H A Dggl_context.h331 uint32_t right; member in struct:android::scissor_t
/system/core/include/system/
H A Dwindow.h61 int32_t right; member in struct:android_native_rect_t
/system/core/include/sysutils/
H A DList.h117 inline bool operator==(const _Iter& right) const {
118 return mpNode == right.mpNode; }
120 inline bool operator!=(const _Iter& right) const {
121 return mpNode != right.mpNode; }
127 inline bool operator==(const OTHER& right) const {
128 return mpNode == right.mpNode; }
131 inline bool operator!=(const OTHER& right) const {
132 return mpNode != right.mpNode; }
179 List<T>& operator=(const List<T>& right);
314 List<T>& List<T>::operator=(const List<T>& right) argument
[all...]
/system/core/libpixelflinger/
H A Dtrap.cpp224 if (r > GGLint(c->state.scissor.right)) {
225 r = GGLint(c->state.scissor.right);
289 if (r > GGLint(c->state.scissor.right)) {
290 r = GGLint(c->state.scissor.right);
428 if (r > GGLint(c->state.scissor.right))
429 r = GGLint(c->state.scissor.right);
546 const int32_t maxx = min(bmaxx, c->state.scissor.right);
558 // right-exclusive fill rule, to avoid rare cases
605 // unfortunately requires divisions in the setup phase to get right,
720 Edge* right,
719 triangle_sweep_edges( Edge* left, Edge* right, int ytop, int ybot, context_t* c ) argument
778 Edge* right = &edges[1]; local
988 AAEdge* right = &edges[1]; local
[all...]
/system/netd/
H A DList.h117 inline bool operator==(const _Iter& right) const {
118 return mpNode == right.mpNode; }
120 inline bool operator!=(const _Iter& right) const {
121 return mpNode != right.mpNode; }
127 inline bool operator==(const OTHER& right) const {
128 return mpNode == right.mpNode; }
131 inline bool operator!=(const OTHER& right) const {
132 return mpNode != right.mpNode; }
179 List<T>& operator=(const List<T>& right);
314 List<T>& List<T>::operator=(const List<T>& right) argument
[all...]

Completed in 23 milliseconds