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

  /external/skia/tests/
StrokeTest.cpp 41 SkPath path, fillPath;
43 paint.getFillPath(path, &fillPath);
45 REPORTER_ASSERT(reporter, equal(outer, fillPath.getBounds()));
49 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/skia/src/effects/
SkLayerRasterizer.cpp 57 SkPath fillPath, devPath;
61 paint.getFillPath(path, &fillPath);
62 p = &fillPath;
  /external/skia/bench/
ChartBench.cpp 138 SkPath fillPath;
160 &fillPath);
164 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/skia/src/core/
SkScalerContext.cpp 323 SkPath devPath, fillPath;
326 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
331 if (fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL,
716 SkPath devPath, fillPath;
720 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
727 if (!fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL,
820 void SkScalerContext::internalGetPath(const SkGlyph& glyph, SkPath* fillPath,
844 // assume fillPath and devPath are already empty.
883 if (fillPath) {
884 fillPath->swap(localPath)
    [all...]
  /external/skia/src/core/
SkScalerContext.cpp 323 SkPath devPath, fillPath;
326 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
331 if (fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL,
716 SkPath devPath, fillPath;
720 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
727 if (!fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL,
820 void SkScalerContext::internalGetPath(const SkGlyph& glyph, SkPath* fillPath,
844 // assume fillPath and devPath are already empty.
883 if (fillPath) {
884 fillPath->swap(localPath)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp     [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/internal/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 132 milliseconds