/third_party/skia/src/core/ |
H A D | SkGlyphBuffer.h | 179 SkASSERT(fPhase == kInput); in input() 180 SkDEBUGCODE(fPhase = kProcess); in input() 187 SkASSERT(fPhase == kProcess); in push_back() 197 SkASSERT(fPhase == kProcess); in push_back() 206 SkASSERT(fPhase == kProcess); in drawable() 207 SkDEBUGCODE(fPhase = kDraw); in drawable() 212 SkASSERT(fPhase == kProcess || fPhase == kDraw); in drawableIsEmpty() 238 } fPhase{kReset}; enum in SkSourceGlyphBuffer::SkDrawableGlyphBuffer
|
H A D | SkGlyphBuffer.cpp | 40 SkDEBUGCODE(fPhase = kInput); in startSource() 68 SkDEBUGCODE(fPhase = kInput); in startBitmapDevice() 98 SkDEBUGCODE(fPhase = kInput); in startGPUDevice() 102 SkASSERT(fPhase == kInput); in dumpInput() 113 SkDEBUGCODE(fPhase = kReset); in reset()
|
/third_party/skia/samplecode/ |
H A D | SamplePathEffects.cpp | 73 SkScalar fPhase; member in PathEffectView 76 PathEffectView() : fPhase(0) { in PathEffectView() 118 paint.setPathEffect(make_pe(2, fPhase)); 124 paint.setPathEffect(make_pe(3, fPhase)); 130 paint.setPathEffect(make_warp_pe(fPhase)); 135 fPhase = TimeUtils::Scaled(1e-9 * nanos, 40);
|
/third_party/skia/modules/skottie/src/effects/ |
H A D | MotionTileEffect.cpp | 52 SG_ATTRIBUTE(Phase , SkScalar, fPhase ) 89 if (fPhase && layer_shader && tile.isFinite()) { 98 * std::fmod(fPhase * (1/360.0f), 1); 164 fPhase = 0; member in skottie::internal::__anon18559::final 202 .bind( kPhase_Index, fPhase ) in MotionTileAdapter() 215 tiler->setPhase(fPhase); 226 fPhase = 0, member in skottie::internal::__anon18559::final
|
H A D | MotionBlurEffect.h | 47 const float fPhase, member in skottie::internal::final
|
H A D | MotionBlurEffect.cpp | 63 , fPhase(phase) 72 fAnimator->seek(fT + fPhase + fDT * sample_idx); in seekToSample()
|
/third_party/skia/include/core/ |
H A D | SkPathEffect.h | 59 DashInfo() : fIntervals(nullptr), fCount(0), fPhase(0) {} in DashInfo() 61 : fIntervals(intervals), fCount(count), fPhase(phase) {} in DashInfo() 66 SkScalar fPhase; //!< Offset into the dashed interval pattern member
|
/third_party/skia/tools/trace/ |
H A D | ChromeTracingTracer.cpp | 33 char fPhase; member 108 traceEvent->fPhase = phase; in addTraceEvent() 201 if (TRACE_EVENT_PHASE_CREATE_OBJECT == traceEvent->fPhase) { in trace_event_to_json() 204 } else if (TRACE_EVENT_PHASE_DELETE_OBJECT == traceEvent->fPhase) { in trace_event_to_json() 211 char phaseString[2] = {traceEvent->fPhase, 0}; in trace_event_to_json() 238 if (TRACE_EVENT_PHASE_SNAPSHOT_OBJECT == traceEvent->fPhase && in trace_event_to_json()
|
/third_party/skia/src/gpu/ |
H A D | GrStyle.h | 129 return fDashInfo.fPhase; in dashPhase() 195 fPhase = that.fPhase; in operator =() 206 SkScalar fPhase{0};
|
H A D | GrStyle.cpp | 119 fDashInfo.fPhase = info.fPhase; in initPathEffect() 142 SkScalar phase = fDashInfo.fPhase; in applyPathEffect()
|
H A D | GrTestUtils.cpp | 292 &fInitialDashIndex, &fIntervalLength, &fPhase); in TestDashPathEffect() 307 info->fPhase = fPhase; in onAsADash()
|
H A D | GrTestUtils.h | 94 SkScalar fPhase; member in GrTest::TestDashPathEffect
|
/third_party/skia/src/gpu/ops/ |
H A D | DashOp.cpp | 185 SkScalar fPhase; member 265 fPhase = geo.fPhase; in DashDraw() 269 SkScalar fPhase; member 386 if (draw.fPhase > 0 && draw.fPhase < draw.fIntervals[0]) { 390 startPts[1].fX = std::min(startPts[0].fX + draw.fIntervals[0] - draw.fPhase, 396 startAdj = draw.fIntervals[0] + draw.fIntervals[1] - draw.fPhase; 402 startAdj += calc_start_adjustment(draw.fIntervals, draw.fPhase); 405 draw.fPhase [all...] |
/third_party/skia/tests/ |
H A D | AsADashTest.cpp | 45 REPORTER_ASSERT(reporter, SkScalarMod(phase, totalIntSum) == info.fPhase); in DEF_TEST() 58 REPORTER_ASSERT(reporter, SkScalarMod(phase, totalIntSum) == info.fPhase); in DEF_TEST()
|
/third_party/skia/src/effects/ |
H A D | SkDashPathEffect.cpp | 20 : fPhase(0) in SkDashImpl() 35 &fInitialDashLength, &fInitialDashIndex, &fIntervalLength, &fPhase); in SkDashImpl() 365 info->fPhase = fPhase; 371 buffer.writeScalar(fPhase);
|
H A D | SkDashImpl.h | 39 SkScalar fPhase; member in SkDashImpl
|
/third_party/skia/modules/sksg/include/ |
H A D | SkSGGeometryEffect.h | 109 SG_ATTRIBUTE(Phase, float , fPhase ) 117 float fPhase = 0; member in sksg::final
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsTypes.h | 147 return fPhase; in phase() 170 SkASSERT(fPhase != phase); in setPhase() 171 fPhase = phase; in setPhase() 190 SkOpPhase fPhase; member in SkOpGlobalState
|
H A D | SkPathOpsTypes.cpp | 240 , fPhase(SkOpPhase::kIntersecting)
|
/third_party/skia/modules/sksg/src/ |
H A D | SkSGGeometryEffect.cpp | 123 if (const auto dash_patheffect = make_dash(fIntervals, fPhase)) { in onRevalidateEffect()
|
/third_party/skia/src/utils/ |
H A D | SkDashPath.cpp | 442 if (!ValidDashPath(info.fPhase, info.fIntervals, info.fCount)) { 448 CalcDashParameters(info.fPhase, info.fIntervals, info.fCount,
|
/third_party/skia/tools/debugger/ |
H A D | DrawCommand.cpp | 863 writer.appendFloat(DEBUGCANVAS_ATTRIBUTE_PHASE, dashInfo.fPhase); in apply_paint_patheffect()
|