Home
last modified time | relevance | path

Searched refs:getStrokeCap (Results 1 – 18 of 18) sorted by relevance

/external/skia/tools/lua/
Dscrape_dashing_full.lua88 local cap = p:getStrokeCap()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowPaint.java94 public Paint.Cap getStrokeCap() { in getStrokeCap() method in ShadowPaint
/external/skia/src/core/
DSkStrokeRec.cpp67 fCap = paint.getStrokeCap(); in init()
DSkPictureContentInfo.cpp51 if (2 == count && SkPaint::kRound_Cap != paint.getStrokeCap() && in onDrawPoints()
DSkPicture.cpp157 if (2 == op.count && SkPaint::kRound_Cap != op.paint.getStrokeCap() && in operator ()()
DSkDraw.cpp458 if (paint.getStrokeCap() != SkPaint::kRound_Cap && in init()
503 } else if (fPaint->getStrokeCap() != SkPaint::kRound_Cap) { in chooseProc()
591 if (newPaint.getStrokeCap() == SkPaint::kRound_Cap) { in drawPoints()
DSkStroke.cpp1492 fCap = (uint8_t)p.getStrokeCap(); in SkStroke()
1500 fCap = (uint8_t)p.getStrokeCap(); in SkStroke()
DSkPaint.cpp1936 *ptr++ = pack_4(this->getStrokeCap(), this->getStrokeJoin(), in flatten()
2264 str->append(gStrokeCapStrings[this->getStrokeCap()]); in toString()
/external/skia/src/c/
Dsk_paint.cpp103 if (find_c(AsPaint(*cpaint).getStrokeCap(), &ccap)) { in sk_paint_get_stroke_cap()
/external/skia/tests/
DEmptyPathTest.cpp50 paint.getStrokeCap(), paint.getStrokeJoin(), in drawAndTest()
/external/skia/src/pdf/
DSkPDFGraphicState.cpp108 , fStrokeCap(SkToU8(p.getStrokeCap())) in SkPDFGraphicState()
DSkPDFDevice.cpp827 paint->getStrokeCap() != SkPaint::kRound_Cap) { in drawPoints()
873 SkASSERT(paint->getStrokeCap() == SkPaint::kRound_Cap); in drawPoints()
/external/skia/src/pipe/
DSkGPipeWrite.cpp1204 if (base.getStrokeCap() != paint.getStrokeCap()) { in writePaint()
1205 *ptr++ = PaintOp_packOpData(kCap_PaintOp, paint.getStrokeCap()); in writePaint()
1206 base.setStrokeCap(paint.getStrokeCap()); in writePaint()
/external/skia/src/effects/
DSkLayerDrawLooper.cpp88 dst->setStrokeCap(src.getStrokeCap()); in ApplyInfo()
/external/skia/include/core/
DSkPaint.h468 Cap getStrokeCap() const { return (Cap)fBitfields.fCapType; } in getStrokeCap() function
/external/skia/src/svg/
DSkSVGDevice.cpp371 if (const char* cap = svg_cap(paint.getStrokeCap())) { in addPaint()
/external/skia/src/utils/
DSkLua.cpp1002 SkLua(L).pushU32(get_obj<SkPaint>(L, 1)->getStrokeCap()); in lpaint_getStrokeCap()
/external/robolectric/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...