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

  /external/skia/gm/
strokerect.cpp 93 SkPath path, fillPath;
95 paint.getFillPath(path, &fillPath);
96 draw_path(canvas, fillPath, r, join, doFill);
  /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/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);
  /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/src/effects/
SkLayerRasterizer.cpp 63 SkPath fillPath, devPath;
67 paint.getFillPath(path, &fillPath);
68 p = &fillPath;
  /external/skia/src/core/
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...]
  /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 143 milliseconds