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

  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PathDestructionActivity.java 47 Paint strokePaint = new Paint(Paint.ANTI_ALIAS_FLAG);
53 strokePaint.setStyle(Paint.Style.STROKE);
85 strokePaint.setColor(getRandomColor());
86 canvas.drawPath(path, strokePaint);
  /external/skia/gm/
strokes.cpp 205 SkPaint strokePaint(origPaint);
206 strokePaint.setColor(0xFF4444FF);
225 strokePaint.setStrokeWidth(SK_Scalar1 * j * j);
226 canvas->drawPath(orig, strokePaint);
229 strokePaint.getFillPath(orig, &fill);
231 canvas->translate(dx + strokePaint.getStrokeWidth(), 0);
shadertext2.cpp 118 SkPaint strokePaint(fillPaint);
119 strokePaint.setStyle(SkPaint::kStroke_Style);
120 strokePaint.setStrokeWidth(kPointSize * 0.1f);
151 SkPaint& paint = s ? strokePaint : fillPaint;
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResource.cpp 54 SVGPaint* paint = mode == ApplyToFillMode ? svgStyle->fillPaint() : svgStyle->strokePaint();
74 if (SVGPaint* visitedPaint = mode == ApplyToFillMode ? visitedStyle->svgStyle()->fillPaint() : visitedStyle->svgStyle()->strokePaint()) {
SVGResources.cpp 271 if (setStroke(paintingResourceFromSVGPaint(document, style->strokePaint(), id, hasPendingResource)))
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontLinux.cpp 199 SkPaint strokePaint, fillPaint;
205 gc->platformContext()->setupPaintForStroking(&strokePaint, 0, 0);
206 setupForTextPainting(&strokePaint, gc->strokeColor().rgb());
232 controller.fontPlatformDataForScriptRun()->setupPaint(&strokePaint);
233 adjustTextRenderMode(&strokePaint, gc->platformContext());
234 canvas->drawPosTextH(controller.glyphs(), controller.length() << 1, controller.xPositions(), point.y(), strokePaint);
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.h 298 SVGPaint* strokePaint() const { return stroke->paint.get(); }
323 bool hasStroke() const { return strokePaint()->paintType() != SVGPaint::SVG_PAINTTYPE_NONE; }
  /external/webkit/Source/WebCore/css/
SVGCSSComputedStyleDeclaration.cpp 152 return svgStyle->strokePaint();
SVGCSSStyleSelector.cpp 241 HANDLE_INHERIT_AND_INITIAL(strokePaint, StrokePaint)
  /external/skia/tests/
PathTest.cpp     [all...]

Completed in 699 milliseconds