Searched refs:createXpsSolidColorBrush (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/skia/src/device/xps/ |
D | SkXPSDevice.cpp | 557 HRESULT SkXPSDevice::createXpsSolidColorBrush(const SkColor skColor, in createXpsSolidColorBrush() function in SkXPSDevice 603 HR(this->createXpsSolidColorBrush(color, 0xFF, &areaToFillBrush)); in cornerOfClamp() 978 HR(this->createXpsSolidColorBrush(skPaint.getColor(), 0xFF, brush)); in createXpsBrush() 998 HR(this->createXpsSolidColorBrush(color, alpha, brush)); in createXpsBrush() 1004 HR(this->createXpsSolidColorBrush(color, 0xFF, brush)); in createXpsBrush() 1017 HR(this->createXpsSolidColorBrush(color, alpha, brush)); in createXpsBrush() 1090 HR(this->createXpsSolidColorBrush(skPaint.getColor(), 0xFF, brush)); in createXpsBrush()
|
/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() 1091 HR(this->createXpsSolidColorBrush(skPaint.getColor(), 0xFF, brush)); in createXpsBrush()
|
/external/chromium_org/third_party/skia/include/device/xps/ |
D | SkXPSDevice.h | 210 HRESULT createXpsSolidColorBrush(
|
/external/skia/include/device/xps/ |
D | SkXPSDevice.h | 196 HRESULT createXpsSolidColorBrush(
|