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

  /external/chromium/chrome/browser/ui/views/
fullscreen_exit_bubble.h 40 static const double kOpacity; // Opacity of the bubble, 0.0 - 1.0
fullscreen_exit_bubble.cc 109 const double FullscreenExitBubble::kOpacity = 0.7;
139 popup_->SetOpacity(static_cast<unsigned char>(0xff * kOpacity));
  /external/skia/src/svg/
SkSVGPaintState.cpp 74 case kOpacity:
311 case kOpacity:
393 case kOpacity:
419 if (newColor || changed[kOpacity]) {
421 if (newColor || changed[kOpacity]) {
425 if (changed[kOpacity]) {

Completed in 39 milliseconds