Searched refs:fNorm (Results 1 – 6 of 6) sorted by relevance
830 fPts[i].fNorm = norms[i]; in init()840 fPts[cur].fNorm = tess.point(fPts[next].fIndex) - tess.point(fPts[cur].fIndex); in computeNormals()841 SkPoint::Normalize(&fPts[cur].fNorm); in computeNormals()842 fPts[cur].fNorm.setOrthog(fPts[cur].fNorm, tess.side()); in computeNormals()849 fPts[cur].fBisector = fPts[cur].fNorm + fPts[prev].fNorm; in computeBisectors()852 fPts[cur].fBisector.setOrthog(fPts[cur].fNorm, (SkPoint::Side)-tess.side()); in computeBisectors()854 other.setOrthog(fPts[prev].fNorm, tess.side()); in computeBisectors()1045 draw_arrow(canvas, mid, fPts[cur].fNorm, kArrowLength, SK_ColorRED); in draw()1046 mid.fX += (kArrowLength/2) * fPts[cur].fNorm.fX; in draw()1047 mid.fY += (kArrowLength/2) * fPts[cur].fNorm.fY; in draw()
153 const SkPoint& norm(int index) const { return fPts[index].fNorm; } in norm()170 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()