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

12

/external/skia/src/core/
H A DSkRasterizer.cpp18 bool SkRasterizer::rasterize(const SkPath& fillPath, const SkMatrix& matrix, argument
38 return this->onRasterize(fillPath, matrix, clipBounds, mask, mode);
43 bool SkRasterizer::onRasterize(const SkPath& fillPath, const SkMatrix& matrix, argument
48 fillPath.transform(matrix, &devPath);
H A DSkScalerContext.cpp294 SkPath devPath, fillPath; local
297 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
302 if (fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL,
541 SkPath devPath, fillPath; local
545 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
552 if (!fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL,
615 void SkScalerContext::internalGetPath(const SkGlyph& glyph, SkPath* fillPath, argument
671 if (fillPath) {
672 fillPath->swap(localPath);
679 if (fillPath
[all...]
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGResourceSolidColor.cpp84 context->fillPath(*path);
H A DRenderSVGResourceGradient.cpp262 context->fillPath(*path);
H A DRenderSVGResourcePattern.cpp191 context->fillPath(*path);
/external/skia/src/effects/
H A DSkLayerRasterizer.cpp56 SkPath fillPath, devPath; local
60 paint.getFillPath(path, &fillPath);
61 p = &fillPath;
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGLES2Canvas.h61 void fillPath(const Path&);
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextSkia.h93 virtual void fillPath(const Path& pathToFill, WindRule fillRule);
H A DGraphicsContextAndroid.cpp596 void GraphicsContext::fillPath(const Path& pathToFill) function in class:WebCore::GraphicsContext
602 platformContext()->fillPath(pathToFill, fillRule());
H A DPlatformGraphicsContext.h125 virtual void fillPath(const Path& pathToFill, WindRule fillRule) = 0;
H A DPlatformGraphicsContextRecording.h131 virtual void fillPath(const Path& pathToFill, WindRule fillRule);
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DPlatformPathWinCE.h150 void fillPath(HDC, const AffineTransform* tr) const;
/external/webkit/Source/WebCore/rendering/
H A DRenderDetailsMarker.cpp142 paintInfo.context->fillPath(getPath(boxOrigin));
H A DRenderEmbeddedObject.cpp173 context->fillPath(path);
/external/webkit/Source/WebKit2/UIProcess/
H A DFindIndicator.cpp155 graphicsContext.fillPath(pathWithRoundedRect(outerPathRect, cornerRadius));
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp490 void GraphicsContext::fillPath(const Path& path) function in class:WebCore::GraphicsContext
508 shadowPainter->fillPath(platformPath, QBrush(m_state.fillPattern->createPlatformPattern(affine)));
513 shadowPainter->fillPath(platformPath, brush);
517 shadowPainter->fillPath(platformPath, shadowColor);
526 p->fillPath(platformPath, shadowColor);
532 p->fillPath(platformPath, QBrush(m_state.fillPattern->createPlatformPattern(affine)));
536 p->fillPath(platformPath, brush);
538 p->fillPath(platformPath, p->brush());
758 shadowPainter->fillPath(path.platformPath(), QColor(m_data->shadow.m_color));
763 p->fillPath(pat
[all...]
/external/webkit/Source/WebCore/platform/graphics/
H A DShadowBlur.cpp517 shadowContext->fillPath(path);
561 shadowContext->fillPath(path);
638 shadowContext->fillPath(path);
662 graphicsContext->fillPath(exteriorPath);
699 shadowContext->fillPath(path);
/external/mdnsresponder/mDNSPosix/
H A Dparselog.py197 c.fillPath()
/external/skia/include/core/
H A DSkScalerContext.h351 void internalGetPath(const SkGlyph& glyph, SkPath* fillPath,
/external/webkit/Source/WebCore/inspector/
H A DDOMNodeHighlighter.cpp82 context.fillPath(quadPath);
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp522 fillPath(path);
548 void GraphicsContext::fillPath(const Path& path) function in class:WebCore::GraphicsContext
778 fillPath(path);
823 fillPath(path);
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp191 void GraphicsContext::fillPath(const Path&) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp139 void GraphicsContext::fillPath(const Path& path) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/android/
H A DRenderThemeAndroid.cpp526 context->fillPath(checkmark);
652 context->fillPath(tri);
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp731 void GraphicsContext::fillPath(const Path& pathToFill) function in class:WebCore::GraphicsContext
739 platformContext()->gpuCanvas()->fillPath(pathToFill);

Completed in 261 milliseconds

12