Home
last modified time | relevance | path

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

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