Searched refs:fNorm (Results 1 – 6 of 6) sorted by relevance
756 fPts[i].fNorm = norms[i]; in init()766 fPts[cur].fNorm = tess.point(fPts[next].fIndex) - tess.point(fPts[cur].fIndex); in computeNormals()767 SkPoint::Normalize(&fPts[cur].fNorm); in computeNormals()768 fPts[cur].fNorm.setOrthog(fPts[cur].fNorm, tess.side()); in computeNormals()775 fPts[cur].fBisector = fPts[cur].fNorm + fPts[prev].fNorm; in computeBisectors()778 fPts[cur].fBisector.setOrthog(fPts[cur].fNorm, (SkPoint::Side)-tess.side()); in computeBisectors()780 other.setOrthog(fPts[prev].fNorm, tess.side()); in computeBisectors()975 draw_arrow(canvas, mid, fPts[cur].fNorm, kArrowLength, SK_ColorRED); in draw()976 mid.fX += (kArrowLength/2) * fPts[cur].fNorm.fX; in draw()977 mid.fY += (kArrowLength/2) * fPts[cur].fNorm.fY; in draw()
143 const SkPoint& norm(int index) const { return fPts[index].fNorm; } in norm()160 SkPoint fNorm; member
150 if (fNorm(value) < scalefactor && value != (FIXP_DBL)0) { in scaleValueSaturate()
242 FDK_INLINE INT fNorm(FIXP_DBL x) in fNorm() function244 FDK_INLINE INT fNorm(FIXP_SGL x) in fNorm() function
1069 ov_reserve = fNorm(maxVal); in calculateSbrEnvelope()1079 reserve = fNorm(maxVal); in calculateSbrEnvelope()1448 shift = fNorm(accu); in calcNrgPerSubband()1569 shift = fNorm(sumAll); in calcNrgPerSfb()
866 enorm = DFRACT_BITS - fNorm((FIXP_DBL)x_e); in fLog2()