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

  /external/webkit/Source/WebCore/platform/android/
RenderThemeAndroid.cpp 378 bool translucent = false; local
380 translucent = true;
381 paintInfo.context->platformContext()->drawMediaButton(rect, RenderSkinMediaButton::FULLSCREEN, translucent);
387 bool translucent = false; local
389 translucent = true;
390 paintInfo.context->platformContext()->drawMediaButton(rect, RenderSkinMediaButton::MUTE, translucent);
396 bool translucent = false; local
398 translucent = true;
401 paintInfo.context->platformContext()->drawMediaButton(rect, RenderSkinMediaButton::PLAY, translucent);
403 paintInfo.context->platformContext()->drawMediaButton(rect, RenderSkinMediaButton::PAUSE, translucent);
411 bool translucent = false; local
420 bool translucent = false; local
429 bool translucent = false; local
440 bool translucent = false; local
453 bool translucent = false; local
693 static const bool translucent = true; local
702 static const bool translucent = true; local
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 1377 const bool translucent = !layer->isOpaque(); local
    [all...]

Completed in 54 milliseconds