Searched refs:xpsImageBrush (Results 1 – 2 of 2) sorted by relevance
/external/skqp/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() 1782 SkTScopedComPtr<IXpsOMTileBrush> xpsImageBrush; in drawBitmap() local 1787 &xpsImageBrush)); in drawBitmap() 1788 HRVM(shadedPath->SetFillBrushLocal(xpsImageBrush.get()), in drawBitmap()
|
/external/skia/src/xps/ |
D | SkXPSDevice.cpp | 662 SkTScopedComPtr<IXpsOMImageBrush> xpsImageBrush; in createXpsImageBrush() local 665 &xpsImageBrush), in createXpsImageBrush() 671 HRM(xpsImageBrush->SetTileMode(SkToXpsTileMode(xy[0], xy[1])), in createXpsImageBrush() 673 HRM(xpsImageBrush->SetOpacity(alpha / 255.0f), in createXpsImageBrush() 675 HRM(xpsImageBrush->QueryInterface(xpsBrush), "QI failed."); in createXpsImageBrush() 700 HRM(xpsImageBrush->SetTileMode(XPS_TILE_MODE_FLIPXY), in createXpsImageBrush() 702 HRM(centralPath->SetFillBrushLocal(xpsImageBrush.get()), in createXpsImageBrush()
|