Searched refs:createXpsSolidColorBrush (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/xps/ |
D | SkXPSDevice.cpp | 553 HRESULT SkXPSDevice::createXpsSolidColorBrush(const SkColor skColor, in createXpsSolidColorBrush() function in SkXPSDevice 599 HR(this->createXpsSolidColorBrush(color, 0xFF, &areaToFillBrush)); in cornerOfClamp() 971 HR(this->createXpsSolidColorBrush(skPaint.getColor(), 0xFF, brush)); in createXpsBrush() 991 HR(this->createXpsSolidColorBrush(color, alpha, brush)); in createXpsBrush() 997 HR(this->createXpsSolidColorBrush(color, 0xFF, brush)); in createXpsBrush() 1010 HR(this->createXpsSolidColorBrush(color, alpha, brush)); in createXpsBrush() 1068 HR(this->createXpsSolidColorBrush(skPaint.getColor(), 0xFF, brush)); in createXpsBrush()
|
D | SkXPSDevice.h | 169 HRESULT createXpsSolidColorBrush(
|