Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLCanvasImpl.java487 float colorScale = scale * (toColor >>> 24) / (0xff * 0xff); in drawMixed() local
488 setTextureColor(((toColor >>> 16) & 0xff) * colorScale, in drawMixed() local