Searched refs:createXpsRect (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/device/xps/ |
D | SkXPSDevice.cpp | 575 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure)); in sideOfClamp() 598 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure)); in cornerOfClamp() 701 HR(this->createXpsRect(bitmapPoints, FALSE, TRUE, ¢ralFigure)); in createXpsImageBrush() 1111 HRESULT SkXPSDevice::createXpsRect(const SkRect& rect, BOOL stroke, BOOL fill, in createXpsRect() function in SkXPSDevice 1460 HR(this->createXpsRect(universeRect, FALSE, TRUE, &oldFigure)); in drawInverseWindingPath() 1485 HR(this->createXpsRect(universeRect, FALSE, TRUE, &shadedFigure)); in drawInverseWindingPath() 1510 HR(this->createXpsRect(universeRect, FALSE, TRUE, &topFigure)); in drawInverseWindingPath() 1602 HRM(this->createXpsRect(universeRect, FALSE, TRUE, &shadedFigure), in applyMask() 1873 HRV(this->createXpsRect(universe, FALSE, TRUE, &addOneFigure)); in drawPath() 2007 HRV(this->createXpsRect(bitmapRect, FALSE, TRUE, &rectFigure)); in drawBitmap()
|
/external/chromium_org/third_party/skia/src/device/xps/ |
D | SkXPSDevice.cpp | 574 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure)); in sideOfClamp() 597 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure)); in cornerOfClamp() 700 HR(this->createXpsRect(bitmapPoints, FALSE, TRUE, ¢ralFigure)); in createXpsImageBrush() 1110 HRESULT SkXPSDevice::createXpsRect(const SkRect& rect, BOOL stroke, BOOL fill, in createXpsRect() function in SkXPSDevice 1445 HRM(this->createXpsRect(universeRect, FALSE, TRUE, &shadedFigure), in applyMask() 1719 HRV(this->createXpsRect(universe, FALSE, TRUE, &addOneFigure)); in drawPath() 1853 HRV(this->createXpsRect(bitmapRect, FALSE, TRUE, &rectFigure)); in drawBitmap()
|
/external/chromium_org/third_party/skia/include/device/xps/ |
D | SkXPSDevice.h | 244 HRESULT createXpsRect(
|
/external/skia/include/device/xps/ |
D | SkXPSDevice.h | 230 HRESULT createXpsRect(
|