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

/system/core/libpixelflinger/
H A Dscanline.cpp617 GGLcolor ADJUST_COLOR_ITERATOR(GGLcolor v, GGLcolor dvdx, int len) function in namespace:android
644 r = ADJUST_COLOR_ITERATOR(r, c->shade.drdx, xc);
645 g = ADJUST_COLOR_ITERATOR(g, c->shade.dgdx, xc);
646 b = ADJUST_COLOR_ITERATOR(b, c->shade.dbdx, xc);
647 a = ADJUST_COLOR_ITERATOR(a, c->shade.dadx, xc);

Completed in 8 milliseconds