• 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()
424 bool SkXPSDevice::endPortfolio() { in endPortfolio()
427 SkXPSDevice::TypefaceUse* current = &this->fTypefaces.front(); in endPortfolio()
514 HRESULT SkXPSDevice::createXpsTransform(const SkMatrix& matrix, in createXpsTransform()
535 HRESULT SkXPSDevice::createPath(IXpsOMGeometryFigure* figure, in createPath()
553 HRESULT SkXPSDevice::createXpsSolidColorBrush(const SkColor skColor, in createXpsSolidColorBrush()
565 HRESULT SkXPSDevice::sideOfClamp(const SkRect& areaToFill, in sideOfClamp()
589 HRESULT SkXPSDevice::cornerOfClamp(const SkRect& areaToFill, in cornerOfClamp()
624 HRESULT SkXPSDevice::createXpsImageBrush( in createXpsImageBrush()
815 HRESULT SkXPSDevice::createXpsGradientStop(const SkColor skColor, in createXpsGradientStop()
827 HRESULT SkXPSDevice::createXpsLinearGradient(SkShader::GradientInfo info, in createXpsLinearGradient()
889 HRESULT SkXPSDevice::createXpsRadialGradient(SkShader::GradientInfo info, in createXpsRadialGradient()
966 HRESULT SkXPSDevice::createXpsBrush(const SkPaint& skPaint, in createXpsBrush()
1089 HRESULT SkXPSDevice::createXpsRect(const SkRect& rect, BOOL stroke, BOOL fill, in createXpsRect()
1099 HRESULT SkXPSDevice::createXpsQuad(const SkPoint (&points)[4], in createXpsQuad()
1153 void SkXPSDevice::drawPoints(SkCanvas::PointMode mode, in drawPoints()
1159 void SkXPSDevice::drawVertices(const SkVertices* v, SkBlendMode blendMode, const SkPaint& paint) { in drawVertices()
1164 void SkXPSDevice::drawPaint(const SkPaint& origPaint) { in drawPaint()
1177 void SkXPSDevice::drawRect(const SkRect& r, in drawRect()
1182 void SkXPSDevice::drawRRect(const SkRRect& rr, in drawRRect()
1191 void SkXPSDevice::internalDrawRect(const SkRect& r, in internalDrawRect()
1296 HRESULT SkXPSDevice::addXpsPathGeometry( in addXpsPathGeometry()
1384 void SkXPSDevice::convertToPpm(const SkMaskFilter* filter, in convertToPpm()
1402 HRESULT SkXPSDevice::applyMask(const SkMask& mask, in applyMask()
1453 HRESULT SkXPSDevice::shadePath(IXpsOMPath* shadedPath, in shadePath()
1501 void SkXPSDevice::drawPath(const SkPath& platonicPath, in drawPath()
1750 HRESULT SkXPSDevice::clip(IXpsOMVisual* xpsVisual) { in clip()
1756 HRESULT SkXPSDevice::clipToPath(IXpsOMVisual* xpsVisual, in clipToPath()
1782 void SkXPSDevice::drawBitmap(const SkBitmap& bitmap, in drawBitmap()
1856 void SkXPSDevice::drawSprite(const SkBitmap& bitmap, int x, int y, const SkPaint& paint) { in drawSprite()
1861 HRESULT SkXPSDevice::CreateTypefaceUse(const SkPaint& paint, in CreateTypefaceUse()
1929 HRESULT SkXPSDevice::AddGlyphs(IXpsOMObjectFactory* xpsFactory, in AddGlyphs()
2090 void SkXPSDevice::drawText(const void* text, size_t byteLen, in drawText()
2147 void SkXPSDevice::drawPosText(const void* text, size_t byteLen, in drawPosText()
2205 void SkXPSDevice::drawDevice( SkBaseDevice* dev, in drawDevice()
2208 SkXPSDevice* that = static_cast<SkXPSDevice*>(dev); in drawDevice()
2226 SkBaseDevice* SkXPSDevice::onCreateDevice(const CreateInfo& info, const SkPaint*) { in onCreateDevice()
2238 SkXPSDevice* dev = new SkXPSDevice(info.fInfo.dimensions()); in onCreateDevice()
2245 void SkXPSDevice::drawOval( const SkRect& o, const SkPaint& p) { in drawOval()
2251 void SkXPSDevice::drawBitmapRect(const SkBitmap& bitmap, in drawBitmapRect()