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

  /external/skia/gm/
ninepatchstretch.cpp 40 const SkScalar strokeWidth = SkIntToScalar(6);
41 const SkScalar radius = SkIntToScalar(kFixed) - strokeWidth/2;
  /external/skia/bench/
SkBenchmark.h 86 strokeWidth = width;
91 return strokeWidth;
128 SkScalar strokeWidth;
benchmain.cpp 354 " [--forceDither 1|0] [--forceBlend 1|0] [--strokeWidth width]\n"
377 SkDebugf(" --strokeWidth width : The width for path stroke.\n");
423 float strokeWidth;
548 } else if (strcmp(*argv, "--strokeWidth") == 0) {
552 if (sscanf(strokeWidthStr, "%f", &strokeWidth) != 1) {
553 logger.logError("bad arg for --strokeWidth\n");
559 logger.logError("missing arg for --strokeWidth\n");
666 str.appendf(" strokeWidth=%f", strokeWidth);
668 str.append(" strokeWidth=none")
    [all...]
  /external/skia/legacy/src/animator/
SkDrawPaint.h 58 SkScalar strokeWidth;
  /external/skia/src/animator/
SkDrawPaint.h 58 SkScalar strokeWidth;
  /external/skia/tests/
BlurTest.cpp 21 static const int strokeWidth = 4;
51 { 50 + strokeWidth/2, 50 + strokeWidth/2, 100, 100 },
53 { 40, strokeWidth, 60, 50 - strokeWidth },
97 paint.setStrokeWidth(SkIntToScalar(strokeWidth));
  /external/skia/legacy/src/core/
SkPictureFlat.cpp 180 SkScalar strokeWidth = buffer.readScalar();
181 if (strokeWidth != defaultPaint.getStrokeWidth())
183 "strokeWidth:%g ", SkScalarToFloat(strokeWidth));
SkPicturePlayback.cpp     [all...]
SkDraw.cpp 392 // square procs (strokeWidth > 0 but matrix is square-scale (sx == sy)
868 SkScalar strokeWidth = paint.getStrokeWidth();
869 if (0 == strokeWidth) {
885 src[0].set(strokeWidth, 0);
886 src[1].set(0, strokeWidth);
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
SVGRenderTreeAsText.cpp 216 ts << "strokeWidth";
339 double strokeWidth = svgStyle->strokeWidth().value(element);
348 writeIfNotDefault(ts, "stroke width", strokeWidth, 1.0);
  /frameworks/base/libs/hwui/
PathCache.h 115 float strokeWidth;
OpenGLRenderer.cpp     [all...]
  /packages/apps/Settings/src/com/android/settings/users/
CircleFramedDrawable.java 61 float strokeWidth = res.getDimension(R.dimen.circle_avatar_frame_stroke_width);
68 (int) iconSize, frameColor, strokeWidth, frameShadowColor, shadowRadius,
74 int frameColor, float strokeWidth,
82 mStrokeWidth = strokeWidth;
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 128 SkScalar strokeWidth;
131 strokeWidth = setupStroke(looper->addLayer(info), gc, font)->getStrokeWidth();
165 p->setStrokeWidth(strokeWidth);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 883 float strokeWidth = strokeThickness();
884 if (static_cast<int>(strokeWidth) % 2) {
    [all...]
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp 827 float strokeWidth = fmax(textSize * kStdUnderline_Thickness, 1.0f);
830 - 0.5f * strokeWidth);
832 + 0.5f * strokeWidth);
837 - 0.5f * strokeWidth);
839 + 0.5f * strokeWidth)
    [all...]
  /external/skia/src/core/
SkPicturePlayback.cpp     [all...]
SkDraw.cpp 430 // square procs (strokeWidth > 0 but matrix is square-scale (sx == sy)
    [all...]
  /external/skia/src/gpu/
GrContext.cpp     [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 718 SkScalar strokeWidth = paint->getStrokeWidth();
719 SkScalar halfStroke = SkScalarHalf(strokeWidth);
    [all...]
  /external/webkit/Source/WebCore/rendering/
InlineTextBox.cpp 626 float strokeWidth = pseudoStyle->textStrokeWidth();
627 if (strokeWidth != selectionStrokeWidth) {
630 selectionStrokeWidth = strokeWidth;
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.h 301 SVGLength strokeWidth() const { return stroke->width; }
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 501 milliseconds