Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkGeometry.h432 fDenom.fC = Sk2s(1); in SkConicCoeff()
433 fDenom.fB = times_2(ww - fDenom.fC); in SkConicCoeff()
434 fDenom.fA = Sk2s(0) - fDenom.fB; in SkConicCoeff()
440 Sk2s denom = fDenom.eval(tt); in eval()
445 SkQuadCoeff fDenom; member
DSkGeometry.cpp1289 Sk2s aZZ = coeff.fDenom.eval(tt1); in chopAt()
1292 Sk2s dZZ = coeff.fDenom.eval(midTT); in chopAt()
1295 Sk2s cZZ = coeff.fDenom.eval(tt2); in chopAt()
/third_party/skia/src/utils/
DSkCharToGlyphCache.cpp27 fDenom = 0; in reset()
102 index = find_with_slope(fK32.begin(), count, unichar, fDenom); in findGlyphIndex()
122 fDenom = 1.0 / ((double)fK32[count - 2] - fK32[1]); in insertCharAndGlyph()
DSkCharToGlyphCache.h59 double fDenom; variable