Home
last modified time | relevance | path

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

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