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

  /external/skia/src/core/
SkRasterizer.cpp 15 bool SkRasterizer::rasterize(const SkPath& fillPath, const SkMatrix& matrix,
34 return this->onRasterize(fillPath, matrix, clipBounds, mask, mode);
39 bool SkRasterizer::onRasterize(const SkPath& fillPath, const SkMatrix& matrix,
44 fillPath.transform(matrix, &devPath);
SkScalerContext.cpp 150 SkPath devPath, fillPath;
153 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
158 if (fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL,
507 SkPath devPath, fillPath;
511 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
518 if (!fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL,
602 void SkScalerContext::internalGetPath(const SkGlyph& glyph, SkPath* fillPath,
625 // assume fillPath and devPath are already empty.
664 if (fillPath) {
665 fillPath->swap(localPath)
    [all...]
SkScalerContext.h 315 void internalGetPath(const SkGlyph& glyph, SkPath* fillPath,
  /external/skia/tests/
StrokeTest.cpp 39 SkPath path, fillPath;
42 paint.getFillPath(path, &fillPath);
48 paint.getFillPath(path, &fillPath);
70 SkPath path, fillPath;
72 paint.getFillPath(path, &fillPath);
74 REPORTER_ASSERT(reporter, equal(outer, fillPath.getBounds()));
78 REPORTER_ASSERT(reporter, fillPath.isNestedFillRects(nested) == isMiter);
  /external/skia/gm/
strokerect.cpp 93 SkPath path, fillPath;
95 paint.getFillPath(path, &fillPath);
96 draw_path(canvas, fillPath, r, join, doFill);
  /packages/apps/Settings/src/com/android/settings/drawable/
CircleFramedDrawable.java 72 final Path fillPath = new Path();
73 fillPath.addArc(circleRect, 0f, 360f);
82 canvas.drawPath(fillPath, mPaint);
  /external/skia/bench/
ChartBench.cpp 137 SkPath fillPath;
159 &fillPath);
163 canvas->drawPath(fillPath, fillPaint);
  /external/skia/samplecode/
SampleChart.cpp 131 SkPath fillPath;
153 &fillPath);
157 canvas->drawPath(fillPath, fillPaint);
  /external/skia/src/effects/
SkLayerRasterizer.cpp 63 SkPath fillPath, devPath;
67 paint.getFillPath(path, &fillPath);
68 p = &fillPath;
  /external/mdnsresponder/mDNSPosix/
parselog.py 197 c.fillPath()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimpl.h 655 const GraphicsPath *fillPath,
661 fillPath ? fillPath->nativePath : NULL,
    [all...]
gdiplusheaders.h 266 CustomLineCap(const GraphicsPath *fillPath,
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1203 milliseconds