Searched refs:fCDx (Results 1 – 4 of 4) sorted by relevance
149 fCEdge.fCDx >>= kDefaultAccuracy; in setCubic()183 newx = oldx + (fCEdge.fCDx >> dshift); in updateCubic()184 fCEdge.fCDx += fCEdge.fCDDx >> ddshift; in updateCubic()
430 fCDx = B + (C >> shift) + (D >> 2*shift); // biased by shift in setCubicWithoutUpdate()471 newx = oldx + (fCDx >> dshift); in updateCubic()472 fCDx += fCDDx >> ddshift; in updateCubic()
78 SkFixed fCDx, fCDy; member
962 return SkAbs32(cEdge.fCDx) >> 1 >= SkAbs32(cEdge.fCDDx) >> ddshift && in isSmoothEnough()