Searched refs:xpsImageBrush (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/xps/ |
D | SkXPSDevice.cpp | 665 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()
|
/third_party/flutter/skia/src/xps/ |
D | SkXPSDevice.cpp | 669 SkTScopedComPtr<IXpsOMImageBrush> xpsImageBrush; in createXpsImageBrush() local 672 &xpsImageBrush), in createXpsImageBrush() 678 HRM(xpsImageBrush->SetTileMode(SkToXpsTileMode(xy[0], xy[1])), in createXpsImageBrush() 680 HRM(xpsImageBrush->SetOpacity(alpha / 255.0f), in createXpsImageBrush() 682 HRM(xpsImageBrush->QueryInterface(xpsBrush), "QI failed."); in createXpsImageBrush() 707 HRM(xpsImageBrush->SetTileMode(XPS_TILE_MODE_FLIPXY), in createXpsImageBrush() 709 HRM(centralPath->SetFillBrushLocal(xpsImageBrush.get()), in createXpsImageBrush()
|