Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DGGLAssembler.h251 struct component_t : public reg_t { struct
252 component_t() : reg_t(), h(0), l(0) { in component_t() function
257 component_t(int r, int lo, int hi, int f=0) argument
260 explicit component_t(const integer_t& rhs) in component_t() function
263 explicit component_t(const pixel_t& rhs, int component) { in component_t() function
272 int8_t h;
273 int8_t l;
274 inline int size() const { return h-l; } in size()