HomeSort by relevance Sort by last modified time
    Searched refs:fLerpT (Results 1 - 4 of 4) sorted by null

  /external/skia/src/shaders/
SkComposeShader.h 19 , fLerpT(lerpT)
49 const float fLerpT;
52 bool isJustMode() const { return fLerpT == 1; }
SkComposeShader.cpp 58 buffer.writeScalar(fLerpT);
63 fMode, fLerpT);
105 rec.fPipeline->append(SkRasterPipeline::lerp_1_float, &fLerpT);
135 // TODO: account for fLerpT when it is < 1
  /external/skqp/src/shaders/
SkComposeShader.h 19 , fLerpT(lerpT)
49 const float fLerpT;
52 bool isJustMode() const { return fLerpT == 1; }
SkComposeShader.cpp 58 buffer.writeScalar(fLerpT);
63 fMode, fLerpT);
108 rec.fPipeline->append(SkRasterPipeline::lerp_1_float, &fLerpT);
138 // TODO: account for fLerpT when it is < 1

Completed in 126 milliseconds