Home | History | Annotate | Download | only in core

Lines Matching defs:setStrokeCap

333 void SkPaint::setStrokeCap(Cap ct) {
339 SkDebugf("SkPaint::setStrokeCap(%d) out of range\n", ct);
2144 this->setStrokeCap(static_cast<Cap>((tmp >> 24) & 0xFF));
2162 this->setStrokeCap(static_cast<SkPaint::Cap>(buffer.readUInt()));