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

  /external/skia/samplecode/
SamplePath.cpp 327 int fJoinType, fCapType;
337 fJoinType(0), fCapType(0)
384 case '4': this->toggle3(fJoinType); return true;
412 fStrokePaint.setStrokeJoin((SkPaint::Join)fJoinType);
  /external/skqp/samplecode/
SamplePath.cpp 327 int fJoinType, fCapType;
337 fJoinType(0), fCapType(0)
384 case '4': this->toggle3(fJoinType); return true;
412 fStrokePaint.setStrokeJoin((SkPaint::Join)fJoinType);
  /external/skia/tools/viewer/
Viewer.h 73 bool fJoinType = false;
  /external/skia/include/core/
SkPaint.h 714 Join getStrokeJoin() const { return (Join)fBitfields.fJoinType; }
    [all...]
  /external/skqp/include/core/
SkPaint.h 711 Join getStrokeJoin() const { return (Join)fBitfields.fJoinType; }
    [all...]

Completed in 82 milliseconds