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

1 2

  /external/chromium_org/third_party/skia/src/core/
SkRasterizer.cpp 17 bool SkRasterizer::rasterize(const SkPath& fillPath, const SkMatrix& matrix,
37 return this->onRasterize(fillPath, matrix, clipBounds, mask, mode);
42 bool SkRasterizer::onRasterize(const SkPath& fillPath, const SkMatrix& matrix,
47 fillPath.transform(matrix, &devPath);
SkScalerContext.cpp 320 SkPath devPath, fillPath;
323 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
328 if (fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL,
668 SkPath devPath, fillPath;
672 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
679 if (!fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL,
772 void SkScalerContext::internalGetPath(const SkGlyph& glyph, SkPath* fillPath,
796 // assume fillPath and devPath are already empty.
835 if (fillPath) {
836 fillPath->swap(localPath)
    [all...]
SkScalerContext.h 238 void internalGetPath(const SkGlyph& glyph, SkPath* fillPath,
  /external/skia/src/core/
SkRasterizer.cpp 17 bool SkRasterizer::rasterize(const SkPath& fillPath, const SkMatrix& matrix,
37 return this->onRasterize(fillPath, matrix, clipBounds, mask, mode);
42 bool SkRasterizer::onRasterize(const SkPath& fillPath, const SkMatrix& matrix,
47 fillPath.transform(matrix, &devPath);
SkScalerContext.cpp 320 SkPath devPath, fillPath;
323 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
328 if (fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL,
668 SkPath devPath, fillPath;
672 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
679 if (!fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL,
772 void SkScalerContext::internalGetPath(const SkGlyph& glyph, SkPath* fillPath,
796 // assume fillPath and devPath are already empty.
835 if (fillPath) {
836 fillPath->swap(localPath)
    [all...]
SkScalerContext.h 238 void internalGetPath(const SkGlyph& glyph, SkPath* fillPath,
  /external/skia/tests/
StrokeTest.cpp 40 SkPath path, fillPath;
42 paint.getFillPath(path, &fillPath);
44 REPORTER_ASSERT(reporter, equal(outer, fillPath.getBounds()));
48 REPORTER_ASSERT(reporter, fillPath.isNestedRects(nested) == isMiter);
  /external/skia/gm/
strokerect.cpp 92 SkPath path, fillPath;
94 paint.getFillPath(path, &fillPath);
95 draw_path(canvas, fillPath, r, join, doFill);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceSolidColor.cpp 91 context->fillPath(*path);
RenderSVGPath.cpp 100 context->fillPath(*usePath);
RenderSVGResourceGradient.cpp 148 context->fillPath(*path);
RenderSVGResourcePattern.cpp 187 context->fillPath(*path);
RenderSVGShape.cpp 81 context->fillPath(path());
  /external/chromium_org/third_party/skia/src/effects/
SkLayerRasterizer.cpp 57 SkPath fillPath, devPath;
61 paint.getFillPath(path, &fillPath);
62 p = &fillPath;
  /external/skia/bench/
ChartBench.cpp 143 SkPath fillPath;
165 &fillPath);
169 canvas->drawPath(fillPath, fillPaint);
  /external/skia/src/effects/
SkLayerRasterizer.cpp 57 SkPath fillPath, devPath;
61 paint.getFillPath(path, &fillPath);
62 p = &fillPath;
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardCircleFramedDrawable.java 76 final Path fillPath = new Path();
77 fillPath.addArc(circleRect, 0f, 360f);
86 canvas.drawPath(fillPath, mPaint);
  /packages/apps/Settings/src/com/android/settings/users/
CircleFramedDrawable.java 97 final Path fillPath = new Path();
98 fillPath.addArc(circleRect, 0f, 360f);
107 canvas.drawPath(fillPath, mPaint);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDetailsMarker.cpp 136 paintInfo.context->fillPath(getPath(boxOrigin));
RenderEmbeddedObject.cpp 167 context->fillPath(path);
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.cpp 247 gc.fillPath(m_path);
  /external/mdnsresponder/mDNSPosix/
parselog.py 197 c.fillPath()
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext.h 220 void fillPath(const Path&);
GraphicsContextTest.cpp 492 context.fillPath(path);
500 context.fillPath(path);
508 context.fillPath(path);
516 context.fillPath(path);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 900 c->fillPath(m_path);
903 c->fillPath(m_path);
    [all...]

Completed in 693 milliseconds

1 2