Searched refs:getRGBA (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | Color.cpp | 290 getRGBA(r, g, b, a); in light() 315 getRGBA(r, g, b, a); in dark() 382 void Color::getRGBA(float& r, float& g, float& b, float& a) const in getRGBA() function in blink::Color 390 void Color::getRGBA(double& r, double& g, double& b, double& a) const in getRGBA() function in blink::Color
|
D | Color.h | 112 void getRGBA(float& r, float& g, float& b, float& a) const; 113 void getRGBA(double& r, double& g, double& b, double& a) const;
|