Searched refs:setStrokeCap (Results 1 – 25 of 34) sorted by relevance
12
88 paint->setStrokeCap(static_cast<SkPaint::Cap>(cap)); in anp_setStrokeCap()195 ASSIGN(i, setStrokeCap); in ANPPaintInterfaceV0_Init()
557 void (*setStrokeCap)(ANPPaint*, ANPPaintCap); member
50 p2.setStrokeCap(SkPaint::kRound_Cap); in onDraw()
31 paint.setStrokeCap(cap); in drawPath()173 paint.setStrokeCap(cap); in drawPath()
31 paint.setStrokeCap(cap); in drawPath()172 paint.setStrokeCap(cap); in drawPath()
31 paint.setStrokeCap(cap); in drawPath()174 paint.setStrokeCap(cap); in drawPath()
200 p.setStrokeCap(SkPaint::kRound_Cap); in drawDashedLines()
198 paint.setStrokeCap(cap); in drawPath()
56 paint.setStrokeCap(SkPaint::kRound_Cap); in Paint()
153 paint.setStrokeCap(SkPaint::kRound_Cap); in onDraw()235 paint.setStrokeCap(SkPaint::kRound_Cap); in onDraw()
250 paint.setStrokeCap(fIsRound ? SkPaint::kRound_Cap : SkPaint::kSquare_Cap); in onDraw()
89 public void setStrokeCap(Paint.Cap cap) { in setStrokeCap() method in ShadowPaint
91 paint.setStrokeCap(gCaps[cap]); in iter_paint()
71 paint.setStrokeCap(stroke.getCap()); in draw()
154 paint->setStrokeCap((SkPaint::Cap)buffer.readU8()); in paint_read()
106 dst->setStrokeCap(src.getStrokeCap()); in ApplyInfo()
246 paint->setStrokeCap((SkPaint::Cap) strokeCap); in setupPaint()
417 void setStrokeCap(Cap cap);
443 paint->setStrokeCap(m_state->lineCap); in setupPaintStroke()
418 void setStrokeCap(Cap cap);
111 dst->setStrokeCap(src.getStrokeCap()); in ApplyInfo()
386 case kCap_PaintOp: p->setStrokeCap((SkPaint::Cap)data); break; in paintOp_rp()
405 paint->setStrokeCap(m_state->m_lineCap); in setupPaintForStroking()
314 void SkPaint::setStrokeCap(Cap ct) { in setStrokeCap() function in SkPaint2117 this->setStrokeCap(static_cast<Cap>((tmp >> 24) & 0xFF)); in unflatten()2139 this->setStrokeCap(static_cast<SkPaint::Cap>(buffer.readUInt())); in unflatten()