Home
last modified time | relevance | path

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

/external/skia/include/device/xps/
DSkXPSDevice.h195 HRESULT createXpsBrush(
/external/skia/src/device/xps/
DSkXPSDevice.cpp974 HRESULT SkXPSDevice::createXpsBrush(const SkPaint& skPaint, in createXpsBrush() function in SkXPSDevice
1482 HR(this->createXpsBrush(shaderPaint, &fillBrush, &matrix)); in shadePath()
1490 HR(this->createXpsBrush(shaderPaint, &strokeBrush, &matrix)); in shadePath()
1998 HR(this->createXpsBrush( in AddGlyphs()