HomeSort by relevance Sort by last modified time
    Searched refs:fillPath (Results 1 - 25 of 47) 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 294 SkPath devPath, fillPath;
297 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
302 if (fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL,
541 SkPath devPath, fillPath;
545 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
552 if (!fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL,
615 void SkScalerContext::internalGetPath(const SkGlyph& glyph, SkPath* fillPath,
671 if (fillPath) {
672 fillPath->swap(localPath);
679 if (fillPath == NULL)
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardCircleFramedDrawable.java 76 final Path fillPath = new Path();
77 fillPath.addArc(circleRect, 0f, 360f);
86 canvas.drawPath(fillPath, mPaint);
  /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/
PlatformGraphicsContextSkia.h 93 virtual void fillPath(const Path& pathToFill, WindRule fillRule);
GraphicsContextAndroid.cpp 596 void GraphicsContext::fillPath(const Path& pathToFill)
602 platformContext()->fillPath(pathToFill, fillRule());
PlatformGraphicsContext.h 125 virtual void fillPath(const Path& pathToFill, WindRule fillRule) = 0;
PlatformGraphicsContextRecording.h 131 virtual void fillPath(const Path& pathToFill, WindRule fillRule);
GraphicsOperation.h 448 class FillPath : public Operation {
450 FillPath(const Path& pathToFill, WindRule fillRule)
453 context->fillPath(m_path, m_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 351 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)

Completed in 545 milliseconds

1 2