Home
last modified time | relevance | path

Searched refs:getStrokeJoin (Results 1 – 25 of 33) sorted by relevance

12

/external/skia/src/core/
DSkStrokeRec.cpp64 fJoin = paint.getStrokeJoin(); in init()
DSkPaint.cpp1394 rec->fStrokeJoin = SkToU8(paint.getStrokeJoin()); in MakeRec()
1917 *ptr++ = pack_4(this->getStrokeCap(), this->getStrokeJoin(), in flatten()
2093 } else if (this->getStrokeJoin() == SkPaint::kMiter_Join) { in doComputeFastBounds()
2267 str->append(gJoinStrings[this->getStrokeJoin()]); in toString()
DSkStroke.cpp1286 fJoin = (uint8_t)p.getStrokeJoin(); in SkStroke()
1294 fJoin = (uint8_t)p.getStrokeJoin(); in SkStroke()
DSkRemote.cpp64 paint.getStrokeJoin(), in CreateFrom()
DSkDraw.cpp753 if (SkPaint::kMiter_Join != paint.getStrokeJoin() || in easy_rect_join()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowPaint.java104 public Paint.Join getStrokeJoin() { in getStrokeJoin() method in ShadowPaint
/external/skia/bench/
DStrokeBench.cpp20 pathType, paint.getStrokeWidth(), paint.getStrokeJoin(), paint.getStrokeCap()); in StrokeBench()
/external/skia/tests/
DEmptyPathTest.cpp50 paint.getStrokeCap(), paint.getStrokeJoin(), in drawAndTest()
DPaintTest.cpp196 SkScalar inset = paint.getStrokeJoin() == SkPaint::kMiter_Join ? in DEF_TEST()
/external/skia/src/pdf/
DSkPDFGraphicState.cpp109 , fStrokeJoin(SkToU8(p.getStrokeJoin())) in SkPDFGraphicState()
/external/skia/src/c/
Dsk_paint.cpp116 if (find_c(AsPaint(*cpaint).getStrokeJoin(), &cjoin)) { in sk_paint_get_stroke_join()
/external/skia/src/svg/
DSkSVGDevice.cpp376 if (const char* join = svg_join(paint.getStrokeJoin())) { in addPaint()
380 if (paint.getStrokeJoin() == SkPaint::kMiter_Join) { in addPaint()
/external/skia/src/effects/
DSkLayerDrawLooper.cpp88 dst->setStrokeJoin(src.getStrokeJoin()); in ApplyInfo()
/external/skia/include/core/
DSkPaint.h446 Join getStrokeJoin() const { return (Join)fBitfields.fJoinType; } in getStrokeJoin() function
/external/skia/src/gpu/text/
DGrAtlasTextBlob.h80 fStrokeInfo.fJoin = paint.getStrokeJoin(); in setupKey()
DGrAtlasTextBlob.cpp199 fStrokeInfo.fJoin != paint.getStrokeJoin())) { in mustRegenerate()
/external/skia/src/gpu/
DSkGpuDevice.cpp467 (paint.getStrokeJoin() == SkPaint::kRound_Join || in drawRect()
468 (paint.getStrokeJoin() == SkPaint::kBevel_Join && rect.isEmpty())); in drawRect()
/external/skia/src/device/xps/
DSkXPSDevice.cpp1105 SkPaint::kMiter_Join != paint.getStrokeJoin() || in rect_must_be_pathed()
1106 (SkPaint::kMiter_Join == paint.getStrokeJoin() && in rect_must_be_pathed()
/external/skia/src/utils/
DSkLua.cpp1008 SkLua(L).pushU32(get_obj<SkPaint>(L, 1)->getStrokeJoin()); in lpaint_getStrokeJoin()
/external/skia/tools/debugger/
DSkDrawCommand.cpp885 SkPaint::Join join = paint.getStrokeJoin(); in apply_paint_join()
/external/robolectric/v3/runtime/
Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...

12