Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_blit_1.c424 int dR, dG, dB; in Blit1toNAlpha() local
464 int dR, dG, dB; in Blit1toNAlphaKey() local
DSDL_blit_0.c371 unsigned dR, dG, dB; in BlitBtoNAlpha() local
417 int dR, dG, dB; in BlitBtoNAlphaKey() local
DSDL_blit.h385 #define ALPHA_BLEND(sR, sG, sB, A, dR, dG, dB) \ argument
393 #define ACCURATE_ALPHA_BLEND(sR, sG, sB, sA, dR, dG, dB) \ argument
/external/webkit/WebCore/platform/graphics/
DColor.cpp156 int dG = c1.green() - c2.green(); in differenceSquared() local