HomeSort by relevance Sort by last modified time
    Searched full:strokeandfill (Results 1 - 13 of 13) sorted by null

  /external/skia/include/core/
SkStrokeRec.h 55 * strokeAndFill==true -> new style will be Fill
56 * strokeAndFill==false -> new style will be Hairline
58 void setStrokeStyle(SkScalar width, bool strokeAndFill = false);
SkPaint.h 300 Note: strokeandfill implicitly draws the result with
368 Stroke or StrokeAndFill.
376 style is Stroke or StrokeAndFill.
383 Stroke or StrokeAndFill.
391 paint's style is Stroke or StrokeAndFill.
432 style is Stroke or StrokeAndFill.
438 style is Stroke or StrokeAndFill.
444 Stroke or StrokeAndFill.
450 style is Stroke or StrokeAndFill.
    [all...]
  /external/skia/src/core/
SkStrokeRec.cpp 87 void SkStrokeRec::setStrokeStyle(SkScalar width, bool strokeAndFill) {
88 if (strokeAndFill && (0 == width)) {
93 fStrokeAndFill = strokeAndFill;
SkPaint.cpp     [all...]
  /external/skia/src/gpu/
GrTestUtils.cpp 222 bool strokeAndFill = random->nextBool();
224 rec->setStrokeStyle(strokeWidth, strokeAndFill);
  /external/skia/tools/json/
SkJSONCanvas.h 117 #define SKJSONCANVAS_STYLE_STROKEANDFILL "strokeAndFill"
SkJSONCanvas.cpp 291 Json::Value strokeAndFill(SKJSONCANVAS_STYLE_STROKEANDFILL);
292 (*target)[SKJSONCANVAS_ATTRIBUTE_STYLE] = strokeAndFill;
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Paint.java 833 * @return the paint's style setting (Fill, Stroke, StrokeAndFill)
924 * Stroke or StrokeAndFill.
938 * style is Stroke or StrokeAndFill.
951 * Stroke or StrokeAndFill.
964 * style is Stroke or StrokeAndFill.
977 * style is Stroke or StrokeAndFill.
987 * style is Stroke or StrokeAndFill.
1006 * Stroke or StrokeAndFill.
    [all...]
  /external/skia/src/animator/
SkAnimatorScript.cpp 37 { SkType_Style, "fill|stroke|strokeAndFill" },
SkAnimatorScript2.cpp 37 { SkType_Style, "fill|stroke|strokeAndFill" },
SkAnimateSchema.xsd 613 <!-- @pattern strokeAndFill The interior is filled and outline is stroked with the paint's color. -->
614 <xs:pattern value="strokeAndFill"/>
    [all...]
  /external/skia/src/gpu/text/
GrStencilAndCoverTextContext.cpp 370 true /*strokeAndFill*/);
  /external/skia/tools/debugger/
SkDrawCommand.cpp 109 #define SKDEBUGCANVAS_STYLE_STROKEANDFILL "strokeAndFill"
    [all...]

Completed in 289 milliseconds