Searched refs:fillPath (Results 1 - 22 of 22) sorted by relevance

/external/skia/src/core/
H A DSkRasterizer.cpp26 bool SkRasterizer::rasterize(const SkPath& fillPath, const SkMatrix& matrix, argument
48 return this->onRasterize(fillPath, matrix, clipBounds, mask, mode);
53 bool SkRasterizer::onRasterize(const SkPath& fillPath, const SkMatrix& matrix, argument
59 fillPath.transform(matrix, &devPath);
H A DSkScalerContext.cpp314 SkPath devPath, fillPath; local
317 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
322 if (fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL,
401 SkPath devPath, fillPath; local
404 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
416 if (!fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL,
532 void SkScalerContext::internalGetPath(const SkGlyph& glyph, SkPath* fillPath, SkPath* devPath, SkMatrix* fillToDevMatrix) argument
582 if (fillPath)
583 fillPath->swap(localPath);
592 if (fillPath
[all...]
/external/skia/src/effects/
H A DSkLayerRasterizer.cpp66 SkPath fillPath, devPath; local
71 paint.getFillPath(path, &fillPath);
72 p = &fillPath;
/external/webkit/WebCore/platform/graphics/android/
H A DPathAndroid.cpp344 SkPath fillPath; local
345 paint.getFillPath(*path, &fillPath);
346 const SkRect& r = fillPath.getBounds();
H A DGraphicsContextAndroid.cpp1117 void GraphicsContext::fillPath() function in class:WebCore::GraphicsContext
/external/skia/src/gl/
H A DSkGL.cpp413 SkPath fillPath; local
416 p.getFillPath(path, &fillPath);
417 SkGL::DrawPath(fillPath, useTex, iter);
/external/webkit/WebCore/platform/graphics/wince/
H A DPlatformPathWince.h145 void fillPath(HDC, const AffineTransform* tr) const;
H A DGraphicsContextWince.cpp1360 void GraphicsContext::fillPath() function in class:WebCore::GraphicsContext
1388 i->platformPath()->fillPath(dc, &tr);
1397 i->platformPath()->fillPath(m_data->m_dc, &m_data->m_transform);
H A DPlatformPathWince.cpp579 void PlatformPath::fillPath(HDC dc, const AffineTransform* transformation) const function in class:WebCore::PlatformPath
/external/webkit/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp524 p->fillPath(path, QBrush(shadowColor));
529 void GraphicsContext::fillPath() function in class:WebCore::GraphicsContext
542 p->fillPath(path, QBrush(m_common->state.fillPattern->createPlatformPattern(affine)));
546 p->fillPath(path, brush);
549 p->fillPath(path, p->brush());
650 p->fillPath(path.platformPath(), QColor(color));
/external/skia/include/core/
H A DSkScalerContext.h252 void internalGetPath(const SkGlyph& glyph, SkPath* fillPath,
/external/webkit/WebCore/svg/graphics/
H A DSVGPaintServer.cpp186 context->fillPath();
/external/webkit/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp499 void GraphicsContext::fillPath() function in class:WebCore::GraphicsContext
509 fillPath();
/external/webkit/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp183 void GraphicsContext::fillPath() function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp141 void GraphicsContext::fillPath() function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp535 fillPath();
558 void GraphicsContext::fillPath() function in class:WebCore::GraphicsContext
664 fillPath();
/external/webkit/WebCore/platform/graphics/
H A DGraphicsContext.h240 void fillPath();
/external/webkit/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp499 void GraphicsContext::fillPath() function in class:WebCore::GraphicsContext
548 fillPath();
/external/webkit/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp707 void GraphicsContext::fillPath() function in class:WebCore::GraphicsContext
/external/webkit/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp657 c->fillPath();
/external/webkit/WebCore/inspector/
H A DInspectorController.cpp1655 context.fillPath();
/external/webkit/WebCore/rendering/
H A DRenderBoxModelObject.cpp1465 context->fillPath();

Completed in 169 milliseconds