/external/skia/src/core/ |
D | SkRasterizer.cpp | 18 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()
|
D | SkScalerContext.cpp | 276 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/ |
D | SkLayerRasterizer.cpp | 56 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/ |
D | GraphicsContextQt.cpp | 490 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/ |
D | RenderSVGResourceSolidColor.cpp | 84 context->fillPath(*path); in postApplyResource()
|
D | RenderSVGResourceGradient.cpp | 262 context->fillPath(*path); in applyResource()
|
D | RenderSVGResourcePattern.cpp | 191 context->fillPath(*path); in postApplyResource()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | ShadowBlur.cpp | 517 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/ |
D | profile_menu_button.mm | 241 NSBezierPath* fillPath = [self tabPathWithRect:fillRect 244 [fillPath fill]; 250 [gradient drawInBezierPath:fillPath angle:270];
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | GLES2Canvas.h | 61 void fillPath(const Path&);
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | GraphicsContextAndroid.cpp | 589 void GraphicsContext::fillPath(const Path& pathToFill) in fillPath() function in WebCore::GraphicsContext 595 platformContext()->fillPath(pathToFill, fillRule()); in fillPath()
|
D | PlatformGraphicsContextSkia.h | 92 virtual void fillPath(const Path& pathToFill, WindRule fillRule);
|
D | PlatformGraphicsContextRecording.h | 108 virtual void fillPath(const Path& pathToFill, WindRule fillRule);
|
D | PlatformGraphicsContext.h | 122 virtual void fillPath(const Path& pathToFill, WindRule fillRule) = 0;
|
D | PlatformGraphicsContextRecording.cpp | 329 void PlatformGraphicsContextRecording::fillPath(const Path& pathToFill, WindRule fillRule) in fillPath() function in WebCore::PlatformGraphicsContextRecording
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderDetailsMarker.cpp | 142 paintInfo.context->fillPath(getPath(boxOrigin)); in paint()
|
D | RenderEmbeddedObject.cpp | 173 context->fillPath(path); in paintReplaced()
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | FindIndicator.cpp | 155 graphicsContext.fillPath(pathWithRoundedRect(outerPathRect, cornerRadius)); in draw()
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | PlatformPathWinCE.h | 150 void fillPath(HDC, const AffineTransform* tr) const;
|
/external/mdnsresponder/mDNSPosix/ |
D | parselog.py | 197 c.fillPath()
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | GraphicsContextCG.cpp | 522 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/ |
D | SkScalerContext.h | 337 void internalGetPath(const SkGlyph& glyph, SkPath* fillPath,
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | GraphicsContextHaiku.cpp | 191 void GraphicsContext::fillPath(const Path&) in fillPath() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/inspector/ |
D | DOMNodeHighlighter.cpp | 82 context.fillPath(quadPath); in drawOutlinedQuad()
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | GraphicsContextOpenVG.cpp | 139 void GraphicsContext::fillPath(const Path& path) in fillPath() function in WebCore::GraphicsContext
|