Searched defs:ADJUST_COLOR_ITERATOR (Results 1 - 1 of 1) sorted by relevance

/system/core/libpixelflinger/
H A Dscanline.cpp635 GGLcolor ADJUST_COLOR_ITERATOR(GGLcolor v, GGLcolor dvdx, int len) function in namespace:android
662 r = ADJUST_COLOR_ITERATOR(r, c->shade.drdx, xc);
663 g = ADJUST_COLOR_ITERATOR(g, c->shade.dgdx, xc);
664 b = ADJUST_COLOR_ITERATOR(b, c->shade.dbdx, xc);
665 a = ADJUST_COLOR_ITERATOR(a, c->shade.dadx, xc);

Completed in 48 milliseconds