Searched refs:createXpsSolidColorBrush (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/device/xps/ |
D | SkXPSDevice.cpp | 574 HRESULT SkXPSDevice::createXpsSolidColorBrush(const SkColor skColor, in createXpsSolidColorBrush() function in SkXPSDevice 620 HR(this->createXpsSolidColorBrush(color, 0xFF, &areaToFillBrush)); in cornerOfClamp() 995 HR(this->createXpsSolidColorBrush(skPaint.getColor(), 0xFF, brush)); in createXpsBrush() 1015 HR(this->createXpsSolidColorBrush(color, alpha, brush)); in createXpsBrush() 1021 HR(this->createXpsSolidColorBrush(color, 0xFF, brush)); in createXpsBrush() 1034 HR(this->createXpsSolidColorBrush(color, alpha, brush)); in createXpsBrush() 1091 HR(this->createXpsSolidColorBrush(skPaint.getColor(), 0xFF, brush)); in createXpsBrush()
|
/external/skia/include/device/xps/ |
D | SkXPSDevice.h | 202 HRESULT createXpsSolidColorBrush(
|