Searched refs:right (Results 1 - 8 of 8) sorted by relevance

/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/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...]
/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...]
H A Draster.cpp88 if ((xd + width) > GGLint(c->state.scissor.right)) {
89 width = GGLint(c->state.scissor.right) - xd;
125 // might be right to left
H A Dclear.cpp101 uint32_t w = c->state.scissor.right - l;
H A Dpixelflinger.cpp604 c->state.scissor.right = min(c->state.buffers.color.width, r);
610 c->state.scissor.right = c->state.buffers.color.width;
/system/core/include/system/
H A Dwindow.h61 int32_t right; member in struct:android_native_rect_t
/system/core/include/private/pixelflinger/
H A Dggl_context.h331 uint32_t right; member in struct:android::scissor_t

Completed in 1904 milliseconds