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

  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_toolbar_view.mm 99 CGFloat alpha = morph * [toolbarColor alphaComponent];
117 alpha = morph * [borderColor alphaComponent];
125 alpha = (1 - morph) * [strokeColor alphaComponent];
  /external/webkit/Source/WebCore/platform/mac/
DragDataMac.mm 109 (int)([color blueComponent] * 255.0 + 0.5), (int)([color alphaComponent] * 255.0 + 0.5));
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm     [all...]

Completed in 584 milliseconds