Home
last modified time | relevance | path

Searched refs:fillPath (Results 1 – 25 of 49) sorted by relevance

12

/external/skia/src/core/
DSkRasterizer.cpp18 bool SkRasterizer::rasterize(const SkPath& fillPath, const SkMatrix& matrix, in rasterize() argument
38 return this->onRasterize(fillPath, matrix, clipBounds, mask, mode); in rasterize()
43 bool SkRasterizer::onRasterize(const SkPath& fillPath, const SkMatrix& matrix, in onRasterize() argument
48 fillPath.transform(matrix, &devPath); in onRasterize()
DSkScalerContext.cpp276 SkPath devPath, fillPath; in getMetrics() local
279 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix); in getMetrics()
284 if (fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL, in getMetrics()
523 SkPath devPath, fillPath; in getImage() local
527 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix); in getImage()
534 if (!fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL, in getImage()
597 void SkScalerContext::internalGetPath(const SkGlyph& glyph, SkPath* fillPath, in internalGetPath() argument
653 if (fillPath) { in internalGetPath()
654 fillPath->swap(localPath); in internalGetPath()
661 if (fillPath == NULL) { in internalGetPath()
[all …]
/external/skia/src/effects/
DSkLayerRasterizer.cpp56 SkPath fillPath, devPath; in compute_bounds() local
60 paint.getFillPath(path, &fillPath); in compute_bounds()
61 p = &fillPath; in compute_bounds()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp490 void GraphicsContext::fillPath(const Path& path) in fillPath() function in WebCore::GraphicsContext
508 … shadowPainter->fillPath(platformPath, QBrush(m_state.fillPattern->createPlatformPattern(affine))); in fillPath()
513 shadowPainter->fillPath(platformPath, brush); in fillPath()
517 shadowPainter->fillPath(platformPath, shadowColor); in fillPath()
526 p->fillPath(platformPath, shadowColor); in fillPath()
532 p->fillPath(platformPath, QBrush(m_state.fillPattern->createPlatformPattern(affine))); in fillPath()
536 p->fillPath(platformPath, brush); in fillPath()
538 p->fillPath(platformPath, p->brush()); in fillPath()
758 shadowPainter->fillPath(path.platformPath(), QColor(m_data->shadow.m_color)); in fillRoundedRect()
763 p->fillPath(path.platformPath(), QColor(m_data->shadow.m_color)); in fillRoundedRect()
[all …]
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceSolidColor.cpp84 context->fillPath(*path); in postApplyResource()
DRenderSVGResourceGradient.cpp262 context->fillPath(*path); in applyResource()
DRenderSVGResourcePattern.cpp191 context->fillPath(*path); in postApplyResource()
/external/webkit/Source/WebCore/platform/graphics/
DShadowBlur.cpp517 shadowContext->fillPath(path); in drawRectShadowWithoutTiling()
561 shadowContext->fillPath(path); in drawInsetShadowWithoutTiling()
638 shadowContext->fillPath(path); in drawInsetShadowWithTiling()
662 graphicsContext->fillPath(exteriorPath); in drawInsetShadowWithTiling()
699 shadowContext->fillPath(path); in drawRectShadowWithTiling()
/external/chromium/chrome/browser/ui/cocoa/
Dprofile_menu_button.mm241 NSBezierPath* fillPath = [self tabPathWithRect:fillRect
244 [fillPath fill];
250 [gradient drawInBezierPath:fillPath angle:270];
/external/webkit/Source/WebCore/platform/graphics/chromium/
DGLES2Canvas.h61 void fillPath(const Path&);
/external/webkit/Source/WebCore/platform/graphics/android/context/
DGraphicsContextAndroid.cpp589 void GraphicsContext::fillPath(const Path& pathToFill) in fillPath() function in WebCore::GraphicsContext
595 platformContext()->fillPath(pathToFill, fillRule()); in fillPath()
DPlatformGraphicsContextSkia.h92 virtual void fillPath(const Path& pathToFill, WindRule fillRule);
DPlatformGraphicsContextRecording.h108 virtual void fillPath(const Path& pathToFill, WindRule fillRule);
DPlatformGraphicsContext.h122 virtual void fillPath(const Path& pathToFill, WindRule fillRule) = 0;
DPlatformGraphicsContextRecording.cpp329 void PlatformGraphicsContextRecording::fillPath(const Path& pathToFill, WindRule fillRule) in fillPath() function in WebCore::PlatformGraphicsContextRecording
/external/webkit/Source/WebCore/rendering/
DRenderDetailsMarker.cpp142 paintInfo.context->fillPath(getPath(boxOrigin)); in paint()
DRenderEmbeddedObject.cpp173 context->fillPath(path); in paintReplaced()
/external/webkit/Source/WebKit2/UIProcess/
DFindIndicator.cpp155 graphicsContext.fillPath(pathWithRoundedRect(outerPathRect, cornerRadius)); in draw()
/external/webkit/Source/WebCore/platform/graphics/wince/
DPlatformPathWinCE.h150 void fillPath(HDC, const AffineTransform* tr) const;
/external/mdnsresponder/mDNSPosix/
Dparselog.py197 c.fillPath()
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp522 fillPath(path); in drawPath()
548 void GraphicsContext::fillPath(const Path& path) in fillPath() function in WebCore::GraphicsContext
778 fillPath(path); in fillRoundedRect()
823 fillPath(path); in fillRectWithRoundedHole()
/external/skia/include/core/
DSkScalerContext.h337 void internalGetPath(const SkGlyph& glyph, SkPath* fillPath,
/external/webkit/Source/WebCore/platform/graphics/haiku/
DGraphicsContextHaiku.cpp191 void GraphicsContext::fillPath(const Path&) in fillPath() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/inspector/
DDOMNodeHighlighter.cpp82 context.fillPath(quadPath); in drawOutlinedQuad()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DGraphicsContextOpenVG.cpp139 void GraphicsContext::fillPath(const Path& path) in fillPath() function in WebCore::GraphicsContext

12