Searched refs:fInterval (Results 1 – 6 of 6) sorted by relevance
279 , fInterval(i) in LinearIntervalProcessor()290 SkASSERT(fAdvX <= (fInterval->fP1 - fInterval->fP0) / fDx); in currentAdvance()313 fDc = Sk4f::Load(fInterval->fDc.fVec); in compute_interval_props()314 fCc = Sk4f::Load(fInterval->fC0.fVec); in compute_interval_props()318 fZeroRamp = fIsVertical || fInterval->isZeroRamp(); in compute_interval_props()339 fInterval = this->next_interval(fInterval); in advance_interval()340 fAdvX = (fInterval->fP1 - fInterval->fP0) / fDx; in advance_interval()361 const Interval* fInterval; // current interval member in SkLinearGradient::LinearGradient4fContext::LinearIntervalProcessor
39 fInterval.clear(); in clear()70 return (fExponent + fDigits.length() > fInterval.getMostSignificantExclusive()); in isOverMaxDigits()90 int32_t mostSig = fInterval.getMostSignificantExclusive(); in computeAbsDoubleValue()93 int32_t leastSig = fInterval.getLeastSignificantInclusive(); in computeAbsDoubleValue()143 v = fInterval.getFracDigitCount(); in getFixedDecimal()152 int32_t startPos = fInterval.getMostSignificantExclusive(); in getFixedDecimal()
57 const DigitInterval &getInterval() const { return fInterval; } in getInterval()78 DigitInterval fInterval; variable
166 getInterval(value, digits.fInterval); in initVisibleDigits()286 getIntervalForZero(digits.fInterval); in initVisibleDigits()322 digits.fInterval.setLeastSignificantInclusive(exponent); in initVisibleDigits()323 digits.fInterval.setMostSignificantExclusive(upperExponent); in initVisibleDigits()324 getInterval(upperExponent, digits.fInterval); in initVisibleDigits()
259 *array++ = intercept->fInterval[index] * scale + xPos; in OffsetResults()266 intercept->fInterval[0] = SkTMin(intercept->fInterval[0], val); in AddInterval()267 intercept->fInterval[1] = SkTMax(intercept->fInterval[1], val); in AddInterval()336 if (match->fInterval[0] < match->fInterval[1]) { in findIntercepts()347 intercept->fInterval[0] = SK_ScalarMax; in findIntercepts()348 intercept->fInterval[1] = SK_ScalarMin; in findIntercepts()393 if (intercept->fInterval[0] >= intercept->fInterval[1]) { in findIntercepts()394 intercept->fInterval[0] = SK_ScalarMax; in findIntercepts()395 intercept->fInterval[1] = SK_ScalarMin; in findIntercepts()
45 SkScalar fInterval[2]; // the outside intersections of the axis and the glyph member