Searched refs:fPhase (Results 1 - 15 of 15) sorted by relevance

/external/skia/samplecode/
H A DSamplePathEffects.cpp89 SkScalar fPhase; member in class:PathEffectView
92 PathEffectView() : fPhase(0) {
141 paint.setPathEffect(make_pe(2, fPhase));
147 paint.setPathEffect(make_pe(3, fPhase));
153 paint.setPathEffect(make_warp_pe(fPhase));
160 fPhase = timer.scaled(40);
/external/skia/include/core/
H A DSkPathEffect.h135 DashInfo() : fIntervals(NULL), fCount(0), fPhase(0) {}
137 : fIntervals(intervals), fCount(count), fPhase(phase) {}
142 SkScalar fPhase; //!< Offset into the dashed interval pattern member in struct:SkPathEffect::DashInfo
/external/skia/include/effects/
H A DSkDashPathEffect.h65 SkScalar fPhase; member in class:SkDashPathEffect
/external/skia/src/gpu/
H A DGrStyle.h128 return fDashInfo.fPhase;
192 fPhase = that.fPhase;
203 SkScalar fPhase; member in struct:GrStyle::DashInfo
H A DGrStyle.cpp119 fDashInfo.fPhase = info.fPhase;
137 SkScalar phase = fDashInfo.fPhase;
H A DGrTestUtils.cpp274 &fInitialDashIndex, &fIntervalLength, &fPhase);
289 info->fPhase = fPhase;
/external/skia/tests/
H A DAsADashTest.cpp43 REPORTER_ASSERT(reporter, SkScalarMod(phase, totalIntSum) == info.fPhase);
56 REPORTER_ASSERT(reporter, SkScalarMod(phase, totalIntSum) == info.fPhase);
/external/skia/src/effects/
H A DSkDashPathEffect.cpp16 : fPhase(0)
31 &fInitialDashLength, &fInitialDashIndex, &fIntervalLength, &fPhase);
360 info->fPhase = fPhase;
366 buffer.writeScalar(fPhase);
383 str->appendf("count: %d phase %.2f intervals: (", fCount, fPhase);
/external/skia/src/gpu/ops/
H A DGrDashOp.cpp248 SkScalar fPhase; member in struct:final::LineData
271 geo.fPhase);
315 fPhase = geo.fPhase;
319 SkScalar fPhase; member in struct:final::DashDraw
404 if (draw.fPhase > 0 && draw.fPhase < draw.fIntervals[0]) {
408 startPts[1].fX = SkMinScalar(startPts[0].fX + draw.fIntervals[0] - draw.fPhase,
414 startAdj = draw.fIntervals[0] + draw.fIntervals[1] - draw.fPhase;
420 startAdj += calc_start_adjustment(draw.fIntervals, draw.fPhase);
[all...]
/external/skia/include/gpu/
H A DGrTestUtils.h79 SkScalar fPhase; member in class:GrTest::TestDashPathEffect
/external/skia/src/pathops/
H A DSkPathOpsTypes.h147 return fPhase;
170 SkASSERT(fPhase != phase);
171 fPhase = phase;
190 SkOpPhase fPhase; member in class:SkOpGlobalState
H A DSkPathOpsTypes.cpp237 , fPhase(SkOpPhase::kIntersecting)
/external/skia/src/utils/
H A DSkDashPath.cpp318 if (!ValidDashPath(info.fPhase, info.fIntervals, info.fCount)) {
324 CalcDashParameters(info.fPhase, info.fIntervals, info.fCount,
H A DSkLua.cpp321 setfield_scalar(fL, "phase", info.fPhase);
/external/skia/tools/debugger/
H A DSkDrawCommand.cpp1076 dashing[SKDEBUGCANVAS_ATTRIBUTE_PHASE] = dashInfo.fPhase;

Completed in 401 milliseconds