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

  /external/skia/samplecode/
SamplePath.cpp 340 int fJoinType, fCapType;
350 fJoinType(0), fCapType(0)
399 case '4': this->toggle3(fJoinType); return true;
427 fStrokePaint.setStrokeJoin((SkPaint::Join)fJoinType);
  /external/skia/include/core/
SkPaint.h 432 Join getStrokeJoin() const { return (Join)fBitfields.fJoinType; }
    [all...]
  /external/skia/src/core/
SkPaint.cpp 63 fBitfields.fJoinType = kDefault_Join;
313 fBitfields.fJoinType = SkToU8(jt);
    [all...]

Completed in 61 milliseconds