Searched refs:fJoin (Results 1 - 9 of 9) sorted by relevance

/external/skia/include/core/
H A DSkStroke.h34 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; }
53 uint8_t fCap, fJoin; member in class:SkStroke
H A DSkPaint.h995 uint8_t fStyle, fJoin, fCap; member in class:SkStrokePathEffect
/external/skia/src/core/
H A DSkPathEffect.cpp75 fStyle(SkToU8(paint.getStyle())), fJoin(SkToU8(paint.getStrokeJoin())),
82 fJoin(SkToU8(join)), fCap(SkToU8(cap)) {
103 stroke.setJoin((SkPaint::Join)fJoin);
123 buffer.write8(fJoin);
131 fJoin = buffer.readU8();
H A DSkStroke.cpp481 fJoin = SkPaint::kDefault_Join;
489 fJoin = (uint8_t)p.getStrokeJoin();
497 fJoin = (uint8_t)p.getStrokeJoin();
518 fJoin = SkToU8(join);
/external/skia/gm/
H A Dcubicpaths.cpp64 SkPaint::Join fJoin; member in struct:skiagm::CubicPathGM::CapAndName
117 gCaps[cap].fCap, gCaps[cap].fJoin, gStyles[style].fStyle,
207 SkPaint::Join fJoin; member in struct:skiagm::CubicClosePathGM::CapAndName
261 gCaps[cap].fCap, gCaps[cap].fJoin, gStyles[style].fStyle,
H A Dlinepaths.cpp64 SkPaint::Join fJoin; member in struct:skiagm::LinePathGM::CapAndName
115 gCaps[cap].fCap, gCaps[cap].fJoin, gStyles[style].fStyle,
205 SkPaint::Join fJoin; member in struct:skiagm::LineClosePathGM::CapAndName
257 gCaps[cap].fCap, gCaps[cap].fJoin, gStyles[style].fStyle,
H A Dquadpaths.cpp64 SkPaint::Join fJoin; member in struct:skiagm::QuadPathGM::CapAndName
116 gCaps[cap].fCap, gCaps[cap].fJoin, gStyles[style].fStyle,
206 SkPaint::Join fJoin; member in struct:skiagm::QuadClosePathGM::CapAndName
259 gCaps[cap].fCap, gCaps[cap].fJoin, gStyles[style].fStyle,
H A Ddegeneratesegments.cpp278 SkPaint::Join fJoin; member in struct:skiagm::DegenerateSegmentsGM::CapAndName
337 cap.fCap, cap.fJoin, style.fStyle,
/external/skia/samplecode/
H A DSampleStrokePath.cpp89 SkPaint::Join fJoin; member in struct:__anon12017
142 paint->setStrokeJoin(gRec[i].fJoin);

Completed in 718 milliseconds