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

  /external/skia/include/core/
SkStroke.h 45 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; }
64 uint8_t fCap, fJoin;
SkPaint.h     [all...]
  /external/skia/src/core/
SkPathEffect.cpp 80 fStyle(SkToU8(paint.getStyle())), fJoin(SkToU8(paint.getStrokeJoin())), fCap(SkToU8(paint.getStrokeCap()))
85 : fWidth(width), fMiter(miter), fStyle(SkToU8(style)), fJoin(SkToU8(join)), fCap(SkToU8(cap))
106 stroke.setJoin((SkPaint::Join)fJoin);
129 buffer.write8(fJoin);
138 fJoin = buffer.readU8();
SkStroke.cpp 494 fJoin = SkPaint::kDefault_Join;
502 fJoin = (uint8_t)p.getStrokeJoin();
510 fJoin = (uint8_t)p.getStrokeJoin();
531 fJoin = SkToU8(join);

Completed in 161 milliseconds