Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkGeometry.h362 fDenom.fC = Sk2s(1); in SkConicCoeff()
363 fDenom.fB = times_2(ww - fDenom.fC); in SkConicCoeff()
364 fDenom.fA = Sk2s(0) - fDenom.fB; in SkConicCoeff()
370 Sk2s denom = fDenom.eval(tt); in eval()
375 SkQuadCoeff fDenom; member
DSkGeometry.cpp1090 Sk2s aZZ = coeff.fDenom.eval(tt1); in chopAt()
1093 Sk2s dZZ = coeff.fDenom.eval(midTT); in chopAt()
1096 Sk2s cZZ = coeff.fDenom.eval(tt2); in chopAt()
/external/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.cpp1293 Sk2s aZZ = coeff.fDenom.eval(tt1); in chopAt()
1296 Sk2s dZZ = coeff.fDenom.eval(midTT); in chopAt()
1299 Sk2s cZZ = coeff.fDenom.eval(tt2); in chopAt()
/external/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