Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DGGLAssembler.h245 struct component_t : public reg_t { struct
246 component_t() : reg_t(), h(0), l(0) { in component_t() argument
251 component_t(int r, int lo, int hi, int f=0) argument
254 explicit component_t(const integer_t& rhs) in component_t() argument
257 explicit component_t(const pixel_t& rhs, int component) { in component_t() function
266 int8_t h;
267 int8_t l;
268 inline int size() const { return h-l; } in size()