Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFGraphicState.cpp220 SkASSERT(fPaint.getStrokeJoin() >= 0 && fPaint.getStrokeJoin() <= 2); in populateDict()
221 insertInt("LJ", fPaint.getStrokeJoin()); in populateDict()
252 a->getStrokeJoin() != b->getStrokeJoin() || in operator ==()
/external/webkit/Source/WebKit/android/plugins/
DANPPaintInterface.cpp76 return paint->getStrokeJoin(); in anp_getStrokeJoin()
192 ASSIGN(i, getStrokeJoin); in ANPPaintInterfaceV0_Init()
Dandroid_npapi.h554 ANPPaintJoin (*getStrokeJoin)(const ANPPaint*); member
/external/skia/src/pipe/
DSkGPipeWrite.cpp682 if (base.getStrokeJoin() != paint.getStrokeJoin()) { in writePaint()
683 *ptr++ = PaintOp_packOpData(kJoin_PaintOp, paint.getStrokeJoin()); in writePaint()
684 base.setStrokeJoin(paint.getStrokeJoin()); in writePaint()
/external/skia/tests/
DPaintTest.cpp91 SkScalar inset = paint.getStrokeJoin() == SkPaint::kMiter_Join ? in regression_cubic()
DEmptyPathTest.cpp15 paint.getStrokeJoin(), paint.isAntiAlias()); in appendStr()
/external/skia/src/core/
DSkPathEffect.cpp75 fStyle(SkToU8(paint.getStyle())), fJoin(SkToU8(paint.getStrokeJoin())), in SkStrokePathEffect()
DSkStroke.cpp489 fJoin = (uint8_t)p.getStrokeJoin(); in SkStroke()
497 fJoin = (uint8_t)p.getStrokeJoin(); in SkStroke()
DSkPictureFlat.cpp201 if (strokeJoin != defaultPaint.getStrokeJoin()) in dump()
DSkPaint.cpp1509 rec->fStrokeJoin = SkToU8(paint.getStrokeJoin()); in MakeRec()
1836 *ptr++ = pack_4(this->getStrokeCap(), this->getStrokeJoin(), in flatten()
2037 } else if (this->getStrokeJoin() == SkPaint::kMiter_Join) { in doComputeFastBounds()
DSkPicturePlayback.cpp1073 int strokeJoin = paint.getStrokeJoin(); in dumpPaint()
1074 if (strokeJoin != defaultPaint.getStrokeJoin()) in dumpPaint()
DSkDraw.cpp670 if (SkPaint::kMiter_Join != paint.getStrokeJoin() || in easy_rect_join()
/external/skia/src/effects/
DSkLayerRasterizer.cpp173 buffer.write8(paint.getStrokeJoin()); in paint_write()
DSkLayerDrawLooper.cpp107 dst->setStrokeJoin(src.getStrokeJoin()); in ApplyInfo()
/external/skia/include/core/
DSkPaint.h418 Join getStrokeJoin() const { return (Join)fJoinType; } in getStrokeJoin() function
/external/skia/src/gpu/
DSkGpuDevice.cpp643 paint.getStrokeJoin() != SkPaint::kMiter_Join; in drawRect()
653 if (SkPaint::kMiter_Join == paint.getStrokeJoin() && in drawRect()