HomeSort by relevance Sort by last modified time
    Searched refs:fillPath (Results 1 - 25 of 46) sorted by null

1 2

  /external/skia/src/core/
SkRasterizer.cpp 18 bool SkRasterizer::rasterize(const SkPath& fillPath, const SkMatrix& matrix,
38 return this->onRasterize(fillPath, matrix, clipBounds, mask, mode);
43 bool SkRasterizer::onRasterize(const SkPath& fillPath, const SkMatrix& matrix,
48 fillPath.transform(matrix, &devPath);
SkScalerContext.cpp 276 SkPath devPath, fillPath;
279 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
284 if (fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL,
523 SkPath devPath, fillPath;
527 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
534 if (!fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL,
597 void SkScalerContext::internalGetPath(const SkGlyph& glyph, SkPath* fillPath,
653 if (fillPath) {
654 fillPath->swap(localPath);
661 if (fillPath == NULL)
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceSolidColor.cpp 84 context->fillPath(*path);
RenderSVGResourceGradient.cpp 262 context->fillPath(*path);
RenderSVGResourcePattern.cpp 191 context->fillPath(*path);
  /external/skia/src/effects/
SkLayerRasterizer.cpp 56 SkPath fillPath, devPath;
60 paint.getFillPath(path, &fillPath);
61 p = &fillPath;
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.h 108 virtual void fillPath(const Path& pathToFill, WindRule fillRule);
PlatformGraphicsContextSkia.h 92 virtual void fillPath(const Path& pathToFill, WindRule fillRule);
GraphicsContextAndroid.cpp 595 void GraphicsContext::fillPath(const Path& pathToFill)
601 platformContext()->fillPath(pathToFill, fillRule());
PlatformGraphicsContext.h 122 virtual void fillPath(const Path& pathToFill, WindRule fillRule) = 0;
PlatformGraphicsContextRecording.cpp 329 void PlatformGraphicsContextRecording::fillPath(const Path& pathToFill, WindRule fillRule)
331 mGraphicsOperationCollection->append(new GraphicsOperation::FillPath(pathToFill, fillRule));
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.h 61 void fillPath(const Path&);
  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.h 150 void fillPath(HDC, const AffineTransform* tr) const;
  /external/webkit/Source/WebCore/rendering/
RenderDetailsMarker.cpp 142 paintInfo.context->fillPath(getPath(boxOrigin));
RenderEmbeddedObject.cpp 173 context->fillPath(path);
  /external/webkit/Source/WebKit2/UIProcess/
FindIndicator.cpp 155 graphicsContext.fillPath(pathWithRoundedRect(outerPathRect, cornerRadius));
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 490 void GraphicsContext::fillPath(const Path& path)
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(path.platformPath(), QColor(m_data->shadow.m_color))
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
ShadowBlur.cpp 517 shadowContext->fillPath(path);
561 shadowContext->fillPath(path);
638 shadowContext->fillPath(path);
662 graphicsContext->fillPath(exteriorPath);
699 shadowContext->fillPath(path);
    [all...]
  /external/mdnsresponder/mDNSPosix/
parselog.py 197 c.fillPath()
  /external/skia/include/core/
SkScalerContext.h 337 void internalGetPath(const SkGlyph& glyph, SkPath* fillPath,
  /external/webkit/Source/WebCore/inspector/
DOMNodeHighlighter.cpp 82 context.fillPath(quadPath);
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 522 fillPath(path);
548 void GraphicsContext::fillPath(const Path& path)
778 fillPath(path);
823 fillPath(path);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 191 void GraphicsContext::fillPath(const Path&)
  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 139 void GraphicsContext::fillPath(const Path& path)
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 731 void GraphicsContext::fillPath(const Path& pathToFill)
739 platformContext()->gpuCanvas()->fillPath(pathToFill);
    [all...]

Completed in 248 milliseconds

1 2