Home
last modified time | relevance | path

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

/external/skia/src/shaders/gradients/
DSkGradientShader.cpp329 SkJumper_GradientCtx* ctx, float gapCount, size_t stop, SkPM4f c_l, SkPM4f c_r) { in init_stop_evenly() argument
332 (c_r.r() - c_l.r()) * gapCount, in init_stop_evenly()
333 (c_r.g() - c_l.g()) * gapCount, in init_stop_evenly()
334 (c_r.b() - c_l.b()) * gapCount, in init_stop_evenly()
335 (c_r.a() - c_l.a()) * gapCount, in init_stop_evenly()
338 c_l.r() - Fs.r()*(stop/gapCount), in init_stop_evenly()
339 c_l.g() - Fs.g()*(stop/gapCount), in init_stop_evenly()
340 c_l.b() - Fs.b()*(stop/gapCount), in init_stop_evenly()
341 c_l.a() - Fs.a()*(stop/gapCount), in init_stop_evenly()
434 float gapCount = stopCount - 1; in onAppendStages() local
[all …]