Searched refs:setARGB (Results 1 – 5 of 5) sorted by relevance
/external/webkit/WebCore/platform/chromium/ |
D | ScrollbarThemeChromiumLinux.cpp | 129 paint.setARGB(255, 0, 255, 128); in paintButton()
|
/external/skia/include/core/ |
D | SkPaint.h | 275 void setARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b);
|
/external/webkit/WebKit/android/nav/ |
D | WebView.cpp | 567 m_findPaint.setARGB(255, 132, 190, 0); in setUpFindPaint() 571 m_findBlurPaint.setARGB(204, 0, 0, 0); in setUpFindPaint()
|
/external/skia/src/core/ |
D | SkCanvas.cpp | 1251 paint.setARGB(a, r, g, b); in drawARGB()
|
D | SkPaint.cpp | 197 void SkPaint::setARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b) in setARGB() function in SkPaint
|