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

  /external/skia/samplecode/
SamplePath.cpp 340 int fJoinType, fCapType;
350 fJoinType(0), fCapType(0)
400 case '5': this->toggle3(fCapType); return true;
428 fStrokePaint.setStrokeCap((SkPaint::Cap)fCapType);
  /external/skia/include/core/
SkPaint.h 435 Cap getStrokeCap() const { return (Cap)fBitfields.fCapType; }
    [all...]
  /external/skia/src/core/
SkPaint.cpp 60 fBitfields.fCapType = kDefault_Cap;
301 fBitfields.fCapType = SkToU8(ct);
    [all...]

Completed in 178 milliseconds