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

  /external/skia/samplecode/
SamplePath.cpp 327 int fJoinType, fCapType;
337 fJoinType(0), fCapType(0)
385 case '5': this->toggle3(fCapType); return true;
413 fStrokePaint.setStrokeCap((SkPaint::Cap)fCapType);
  /external/skia/tools/viewer/
Viewer.h 72 bool fCapType = false;
  /external/skqp/samplecode/
SamplePath.cpp 327 int fJoinType, fCapType;
337 fJoinType(0), fCapType(0)
385 case '5': this->toggle3(fCapType); return true;
413 fStrokePaint.setStrokeCap((SkPaint::Cap)fCapType);
  /external/skia/include/core/
SkPaint.h 701 Cap getStrokeCap() const { return (Cap)fBitfields.fCapType; }
    [all...]
  /external/skqp/include/core/
SkPaint.h 698 Cap getStrokeCap() const { return (Cap)fBitfields.fCapType; }
    [all...]
  /external/skia/src/core/
SkPaint.cpp 62 fBitfields.fCapType = kDefault_Cap;
297 fBitfields.fCapType = SkToU8(ct);
    [all...]
  /external/skqp/src/core/
SkPaint.cpp 62 fBitfields.fCapType = kDefault_Cap;
297 fBitfields.fCapType = SkToU8(ct);
    [all...]

Completed in 353 milliseconds