Searched refs:createXpsRect (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/xps/ |
D | SkXPSDevice.cpp | 572 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure)); in sideOfClamp() 595 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure)); in cornerOfClamp() 697 HR(this->createXpsRect(bitmapPoints, FALSE, TRUE, ¢ralFigure)); in createXpsImageBrush() 1090 HRESULT SkXPSDevice::createXpsRect(const SkRect& rect, BOOL stroke, BOOL fill, in createXpsRect() function in SkXPSDevice 1439 HRM(this->createXpsRect(universeRect, FALSE, TRUE, &shadedFigure), in applyMask() 1657 HRV(this->createXpsRect(universe, FALSE, TRUE, &addOneFigure)); in drawPath() 1793 HRV(this->createXpsRect(bitmapRect, FALSE, TRUE, &rectFigure)); in drawBitmap()
|
D | SkXPSDevice.h | 203 HRESULT createXpsRect(
|
/external/skia/src/xps/ |
D | SkXPSDevice.h | 195 HRESULT createXpsRect(
|
D | SkXPSDevice.cpp | 567 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure)); in sideOfClamp() 590 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure)); in cornerOfClamp() 694 HR(this->createXpsRect(bitmapPoints, FALSE, TRUE, ¢ralFigure)); in createXpsImageBrush() 1087 HRESULT SkXPSDevice::createXpsRect(const SkRect& rect, BOOL stroke, BOOL fill, in createXpsRect() function in SkXPSDevice 1429 HRM(this->createXpsRect(universeRect, FALSE, TRUE, &shadedFigure), in applyMask() 1647 HRV(this->createXpsRect(universe, FALSE, TRUE, &addOneFigure)); in drawPath()
|