Searched defs:createXpsSolidColorBrush (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp557 HRESULT SkXPSDevice::createXpsSolidColorBrush(const SkColor skColor, function in class:SkXPSDevice
603 HR(this->createXpsSolidColorBrush(color, 0xFF, &areaToFillBrush));
978 HR(this->createXpsSolidColorBrush(skPaint.getColor(), 0xFF, brush));
998 HR(this->createXpsSolidColorBrush(color, alpha, brush));
1004 HR(this->createXpsSolidColorBrush(color, 0xFF, brush));
1017 HR(this->createXpsSolidColorBrush(color, alpha, brush));
1090 HR(this->createXpsSolidColorBrush(skPaint.getColor(), 0xFF, brush));
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp558 HRESULT SkXPSDevice::createXpsSolidColorBrush(const SkColor skColor, function in class:SkXPSDevice
604 HR(this->createXpsSolidColorBrush(color, 0xFF, &areaToFillBrush));
979 HR(this->createXpsSolidColorBrush(skPaint.getColor(), 0xFF, brush));
999 HR(this->createXpsSolidColorBrush(color, alpha, brush));
1005 HR(this->createXpsSolidColorBrush(color, 0xFF, brush));
1018 HR(this->createXpsSolidColorBrush(color, alpha, brush));
1091 HR(this->createXpsSolidColorBrush(skPaint.getColor(), 0xFF, brush));

Completed in 238 milliseconds