Home
last modified time | relevance | path

Searched refs:createXpsBrush (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/xps/
DSkXPSDevice.h162 HRESULT createXpsBrush(
DSkXPSDevice.cpp968 HRESULT SkXPSDevice::createXpsBrush(const SkPaint& skPaint, in createXpsBrush() function in SkXPSDevice
1472 HR(this->createXpsBrush(shaderPaint, &fillBrush, &matrix)); in shadePath()
1480 HR(this->createXpsBrush(shaderPaint, &strokeBrush, &matrix)); in shadePath()
1980 HR(this->createXpsBrush( in AddGlyphs()