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

/external/skia/include/device/xps/
H A DSkXPSDevice.h200 HRESULT createXpsSolidColorBrush(
/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));
1085 HR(this->createXpsSolidColorBrush(skPaint.getColor(), 0xFF, brush));

Completed in 193 milliseconds