HomeSort by relevance Sort by last modified time
    Searched full:colorscale (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.h 150 int colorscale; member in struct:GapiInfo
SDL_gapivideo.c 600 gapi->colorscale = gapi->gxProperties.cBPP < 8 ? 8 - gapi->gxProperties.cBPP : 0;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLCanvasImpl.java 485 float colorScale = scale * (toColor >>> 24) / (0xff * 0xff);
486 setTextureColor(((toColor >>> 16) & 0xff) * colorScale,
487 ((toColor >>> 8) & 0xff) * colorScale,
488 (toColor & 0xff) * colorScale, combo);

Completed in 50 milliseconds