Home
last modified time | relevance | path

Searched refs:fInterval (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/shaders/gradients/
H A DSk4fLinearGradient.cpp271 , fInterval(i) in LinearIntervalProcessor()
298 SkASSERT(!std::isfinite(fAdvX) || fAdvX <= (fInterval->fT1 - fInterval->fT0) / fDx); in currentAdvance()
321 SkASSERT(in_range(t, fInterval->fT0, fInterval->fT1));
323 const Sk4f dc = DstTraits<premul>::load(fInterval->fCg);
324 fCc = DstTraits<premul>::load(fInterval->fCb) + dc * Sk4f(t);
367 fInterval = this->next_interval(fInterval); in advance_interval()
368 fAdvX = (fInterval in advance_interval()
386 const Sk4fGradientInterval* fInterval; // current interval global() member in __anon18951::SkLinearGradient::LinearGradient4fContext::LinearIntervalProcessor
[all...]
/third_party/skia/src/core/
H A DSkGlyph.cpp296 *array++ = intercept->fInterval[index] * scale + xPos; in ensureIntercepts()
318 if (match->fInterval[0] < match->fInterval[1]) { in ensureIntercepts()
328 intercept->fInterval[0] = SK_ScalarMax; in ensureIntercepts()
329 intercept->fInterval[1] = SK_ScalarMin; in ensureIntercepts()
337 std::tie(intercept->fInterval[0], intercept->fInterval[1]) in ensureIntercepts()
340 if (intercept->fInterval[0] >= intercept->fInterval[1]) { in ensureIntercepts()
341 intercept->fInterval[ in ensureIntercepts()
[all...]
H A DSkGlyph.h361 // the fBounds contains the top and bottom of the underline. The fInterval pair contains the
367 SkScalar fInterval[2]; // the outside intersections of the axis and the glyph

Completed in 3 milliseconds