Home
last modified time | relevance | path

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

/third_party/skia/src/xps/
H A DSkXPSDevice.cpp665 SkTScopedComPtr<IXpsOMImageBrush> xpsImageBrush; in createXpsImageBrush() local
668 &xpsImageBrush), in createXpsImageBrush()
674 HRM(xpsImageBrush->SetTileMode(SkToXpsTileMode(xy[0], xy[1])), in createXpsImageBrush()
676 HRM(xpsImageBrush->SetOpacity(alpha / 255.0f), in createXpsImageBrush()
678 HRM(xpsImageBrush->QueryInterface(xpsBrush), "QI failed."); in createXpsImageBrush()
703 HRM(xpsImageBrush->SetTileMode(XPS_TILE_MODE_FLIPXY), in createXpsImageBrush()
705 HRM(centralPath->SetFillBrushLocal(xpsImageBrush.get()), in createXpsImageBrush()

Completed in 3 milliseconds