• Home
  • Raw
  • Download

Lines Matching refs:SkXPSDevice

97 HRESULT SkXPSDevice::createId(wchar_t* buffer, size_t bufferSize, wchar_t sep) {  in createId()
115 SkXPSDevice::SkXPSDevice(SkISize s) in SkXPSDevice() function in SkXPSDevice
120 SkXPSDevice::~SkXPSDevice() {} in ~SkXPSDevice()
122 SkXPSDevice::TypefaceUse::TypefaceUse() in TypefaceUse()
128 SkXPSDevice::TypefaceUse::~TypefaceUse() { in ~TypefaceUse()
134 bool SkXPSDevice::beginPortfolio(SkWStream* outputStream, IXpsOMObjectFactory* factory) { in beginPortfolio()
141 bool SkXPSDevice::beginSheet( in beginSheet()
159 bool SkXPSDevice::createCanvasForLayer() { in createCanvasForLayer()
170 HRESULT SkXPSDevice::createXpsThumbnail(IXpsOMPage* page, in createXpsThumbnail()
206 HRESULT SkXPSDevice::createXpsPage(const XPS_SIZE& pageSize, in createXpsPage()
228 HRESULT SkXPSDevice::initXpsDocumentWriter(IXpsOMImageResource* image) { in initXpsDocumentWriter()
266 bool SkXPSDevice::endSheet() { in endSheet()
331 static HRESULT subset_typeface(SkXPSDevice::TypefaceUse* current) { in subset_typeface()
426 bool SkXPSDevice::endPortfolio() { in endPortfolio()
429 SkXPSDevice::TypefaceUse* current = &this->fTypefaces.front(); in endPortfolio()
516 HRESULT SkXPSDevice::createXpsTransform(const SkMatrix& matrix, in createXpsTransform()
537 HRESULT SkXPSDevice::createPath(IXpsOMGeometryFigure* figure, in createPath()
555 HRESULT SkXPSDevice::createXpsSolidColorBrush(const SkColor skColor, in createXpsSolidColorBrush()
567 HRESULT SkXPSDevice::sideOfClamp(const SkRect& areaToFill, in sideOfClamp()
591 HRESULT SkXPSDevice::cornerOfClamp(const SkRect& areaToFill, in cornerOfClamp()
630 HRESULT SkXPSDevice::createXpsImageBrush( in createXpsImageBrush()
821 HRESULT SkXPSDevice::createXpsGradientStop(const SkColor skColor, in createXpsGradientStop()
833 HRESULT SkXPSDevice::createXpsLinearGradient(SkShader::GradientInfo info, in createXpsLinearGradient()
895 HRESULT SkXPSDevice::createXpsRadialGradient(SkShader::GradientInfo info, in createXpsRadialGradient()
972 HRESULT SkXPSDevice::createXpsBrush(const SkPaint& skPaint, in createXpsBrush()
1094 HRESULT SkXPSDevice::createXpsRect(const SkRect& rect, BOOL stroke, BOOL fill, in createXpsRect()
1104 HRESULT SkXPSDevice::createXpsQuad(const SkPoint (&points)[4], in createXpsQuad()
1158 void SkXPSDevice::drawPoints(SkCanvas::PointMode mode, in drawPoints()
1164 void SkXPSDevice::drawVertices(const SkVertices* v, const SkVertices::Bone bones[], int boneCount, in drawVertices()
1171 void SkXPSDevice::drawPaint(const SkPaint& origPaint) { in drawPaint()
1184 void SkXPSDevice::drawRect(const SkRect& r, in drawRect()
1189 void SkXPSDevice::drawRRect(const SkRRect& rr, in drawRRect()
1198 void SkXPSDevice::internalDrawRect(const SkRect& r, in internalDrawRect()
1303 HRESULT SkXPSDevice::addXpsPathGeometry( in addXpsPathGeometry()
1391 void SkXPSDevice::convertToPpm(const SkMaskFilter* filter, in convertToPpm()
1409 HRESULT SkXPSDevice::applyMask(const SkMask& mask, in applyMask()
1460 HRESULT SkXPSDevice::shadePath(IXpsOMPath* shadedPath, in shadePath()
1508 void SkXPSDevice::drawPath(const SkPath& platonicPath, in drawPath()
1706 HRESULT SkXPSDevice::clip(IXpsOMVisual* xpsVisual) { in clip()
1712 HRESULT SkXPSDevice::clipToPath(IXpsOMVisual* xpsVisual, in clipToPath()
1738 void SkXPSDevice::drawSprite(const SkBitmap& bitmap, int x, int y, const SkPaint& paint) { in drawSprite()
1745 HRESULT SkXPSDevice::CreateTypefaceUse(const SkPaint& paint,
1814 HRESULT SkXPSDevice::AddGlyphs(IXpsOMObjectFactory* xpsFactory,
1970 void SkXPSDevice::drawPosText(const void* text, size_t byteLen,
2028 void SkXPSDevice::drawDevice( SkBaseDevice* dev, in drawDevice()
2031 SkXPSDevice* that = static_cast<SkXPSDevice*>(dev); in drawDevice()
2049 SkBaseDevice* SkXPSDevice::onCreateDevice(const CreateInfo& info, const SkPaint*) { in onCreateDevice()
2061 SkXPSDevice* dev = new SkXPSDevice(info.fInfo.dimensions()); in onCreateDevice()
2068 void SkXPSDevice::drawOval( const SkRect& o, const SkPaint& p) { in drawOval()
2074 void SkXPSDevice::drawBitmapRect(const SkBitmap& bitmap, in drawBitmapRect()