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

1 2

  /external/chromium_org/third_party/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/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/chromium_org/third_party/skia/gm/
strokerect.cpp 96 SkPath path, fillPath;
98 paint.getFillPath(path, &fillPath);
99 draw_path(canvas, fillPath, r, join, doFill);
  /external/skia/gm/
strokerect.cpp 96 SkPath path, fillPath;
98 paint.getFillPath(path, &fillPath);
99 draw_path(canvas, fillPath, r, join, doFill);
  /external/chromium_org/third_party/skia/bench/
ChartBench.cpp 137 SkPath fillPath;
159 &fillPath);
163 canvas->drawPath(fillPath, fillPaint);
  /external/chromium_org/third_party/skia/samplecode/
SampleChart.cpp 131 SkPath fillPath;
153 &fillPath);
157 canvas->drawPath(fillPath, fillPaint);
  /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);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardCircleFramedDrawable.java 74 final Path fillPath = new Path();
75 fillPath.addArc(circleRect, 0f, 360f);
84 canvas.drawPath(fillPath, mPaint);
  /external/chromium_org/third_party/skia/src/effects/
SkLayerRasterizer.cpp 74 SkPath fillPath, devPath;
78 paint.getFillPath(path, &fillPath);
79 p = &fillPath;
  /external/skia/src/effects/
SkLayerRasterizer.cpp 74 SkPath fillPath, devPath;
78 paint.getFillPath(path, &fillPath);
79 p = &fillPath;
  /packages/apps/Settings/src/com/android/settings/drawable/
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 324 SkPath devPath, fillPath;
327 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
332 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 324 SkPath devPath, fillPath;
327 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
332 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/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 

Completed in 356 milliseconds

1 2