Searched refs:createXpsSolidColorBrush (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/device/xps/ |
D | SkXPSDevice.cpp | 558 HRESULT SkXPSDevice::createXpsSolidColorBrush(const SkColor skColor, in createXpsSolidColorBrush() function in SkXPSDevice 604 HR(this->createXpsSolidColorBrush(color, 0xFF, &areaToFillBrush)); in cornerOfClamp() 979 HR(this->createXpsSolidColorBrush(skPaint.getColor(), 0xFF, brush)); in createXpsBrush() 999 HR(this->createXpsSolidColorBrush(color, alpha, brush)); in createXpsBrush() 1005 HR(this->createXpsSolidColorBrush(color, 0xFF, brush)); in createXpsBrush() 1018 HR(this->createXpsSolidColorBrush(color, alpha, brush)); in createXpsBrush() 1085 HR(this->createXpsSolidColorBrush(skPaint.getColor(), 0xFF, brush)); in createXpsBrush()
|
/external/skia/include/device/xps/ |
D | SkXPSDevice.h | 200 HRESULT createXpsSolidColorBrush(
|