Searched refs:kOpacity (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Dfullscreen_exit_bubble.h40 static const double kOpacity; // Opacity of the bubble, 0.0 - 1.0 member in class:FullscreenExitBubble
H A Dfullscreen_exit_bubble.cc109 const double FullscreenExitBubble::kOpacity = 0.7; member in class:FullscreenExitBubble
139 popup_->SetOpacity(static_cast<unsigned char>(0xff * kOpacity));
/external/skia/src/svg/
H A DSkSVGPaintState.cpp66 case kOpacity:
303 case kOpacity:
385 case kOpacity:
411 if (newColor || changed[kOpacity]) {
413 if (newColor || changed[kOpacity]) {
417 if (changed[kOpacity]) {

Completed in 79 milliseconds