HomeSort by relevance Sort by last modified time
    Searched defs:Gc (Results 1 - 4 of 4) sorted by null

  /packages/apps/Gallery2/jni/filters/
saturated.c 45 float Gc = R * Rt + G * (Gt + S) + B * Bt;
49 destination[GREEN] = CLAMP(Gc);
vibrance.c 54 float Gc = R * Rt + G * (Gt + S) + B * Bt;
58 destination[GREEN] = CLAMP(Gc);
wbalance.c 161 float Gc = g*scaleG;
165 rgb[GREEN] = clamp(Gc);
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa.cpp 87 T::Gc().BitBlt(T::HwRect().iTl, &aBmp);
89 T::Gc().DrawBitmap(T::HwRect(), &aBmp);
136 CBitmapContext& Gc();
197 CBitmapContext& CDsaBitgdi::Gc()
244 CBitmapContext& Gc();
265 CBitmapContext& CDsaBase::Gc()
267 return *Dsa().Gc();
312 iDsa->Gc()->SetClippingRegion(r);
780 iOverlays[i].iOverlay->Draw(Gc(), HwRect(), SwSize());
1137 return iBlitter && iBlitter->BitBlt(Gc(), aBmp, HwRect(), SwSize());
    [all...]

Completed in 61 milliseconds