Searched defs:luminance (Results 1 – 7 of 7) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/test/ |
D | testoverlay.c | 21 int luminance; variable 35 void RGBtoYUV(Uint8 *rgb, int *yuv, int monochrome, int luminance) in RGBtoYUV() 81 void ConvertRGBtoYV12(SDL_Surface *s, SDL_Overlay *o, int monochrome, int luminance) in ConvertRGBtoYV12() 121 void ConvertRGBtoIYUV(SDL_Surface *s, SDL_Overlay *o, int monochrome, int luminance) in ConvertRGBtoIYUV() 161 void ConvertRGBtoUYVY(SDL_Surface *s, SDL_Overlay *o, int monochrome, int luminance) in ConvertRGBtoUYVY() 194 void ConvertRGBtoYVYU(SDL_Surface *s, SDL_Overlay *o, int monochrome, int luminance) in ConvertRGBtoYVYU() 230 void ConvertRGBtoYUY2(SDL_Surface *s, SDL_Overlay *o, int monochrome, int luminance) in ConvertRGBtoYUY2()
|
D | testoverlay2.c | 58 void RGBtoYUV(Uint8 *rgb, int *yuv, int monochrome, int luminance) in RGBtoYUV() 93 void ConvertRGBtoYV12(SDL_Surface *s, SDL_Overlay *o, int monochrome, int luminance) in ConvertRGBtoYV12() 126 void ConvertRGBtoIYUV(SDL_Surface *s, SDL_Overlay *o, int monochrome, int luminance) in ConvertRGBtoIYUV() 159 void ConvertRGBtoUYVY(SDL_Surface *s, SDL_Overlay *o, int monochrome, int luminance) in ConvertRGBtoUYVY() 192 void ConvertRGBtoYVYU(SDL_Surface *s, SDL_Overlay *o, int monochrome, int luminance) in ConvertRGBtoYVYU() 228 void ConvertRGBtoYUY2(SDL_Surface *s, SDL_Overlay *o, int monochrome, int luminance) in ConvertRGBtoYUY2()
|
/external/skia/src/core/ |
D | SkMaskGamma.h | 34 const SkColorSpaceLuminance& luminance = Fetch(gamma); in computeLuminance() local
|
/external/webkit/Source/WebCore/platform/graphics/filters/ |
D | FEColorMatrix.cpp | 119 inline void luminance(double& red, double& green, double& blue, double& alpha) in luminance() function
|
/external/skia/legacy/src/core/ |
D | SkPaint.cpp | 1395 int luminance = r * 27 + g * 92 + b * 9; in computeLuminance() local 1413 int luminance = r * 27 + g * 92 + b * 9; in computeLuminance() local 1416 int luminance = r * 2 + g * 5 + b * 1; in computeLuminance() local
|
/external/skia/legacy/src/ports/ |
D | SkFontHost_FreeType.cpp | 1249 static const uint8_t* getGammaTable(U8CPU luminance) { in getGammaTable()
|
D | SkFontHost_mac_coretext.cpp | 1080 static const uint8_t* getGammaTable(U8CPU luminance) { in getGammaTable()
|