Searched refs:fCurveShift (Results 1 – 10 of 10) sorted by relevance
275 fCurveShift = 0; in setLine()356 fCurveShift = fQEdge.fCurveShift; in setQuadratic()372 int shift = fCurveShift; in updateQuadratic()448 fCurveShift = fCEdge.fCurveShift; in setCubic()462 const int ddshift = fCurveShift; in updateCubic()
85 fCurveShift = 0; in setLine()259 fCurveShift = SkToU8(shift - 1); in setQuadraticWithoutUpdate()297 int shift = fCurveShift; in updateQuadratic()424 fCurveShift = SkToU8(shift); in setCubicWithoutUpdate()465 const int ddshift = fCurveShift; in updateCubic()
36 uint8_t fCurveShift; // appled to all Dx/DDx/DDDx except for fCubicDShift exception member134 fCurveShift = 0; in setLine()
45 uint8_t fCurveShift; // appled to all Dx/DDx/DDDx except for fCubicDShift exception member
1055 int ddshift = cEdge.fCurveShift; in is_smooth_enough()1065 (qEdge.fQDy - qEdge.fQDDy) >> qEdge.fCurveShift >= SK_Fixed1; in is_smooth_enough()
1054 int ddshift = cEdge.fCurveShift; in is_smooth_enough()1064 (qEdge.fQDy - qEdge.fQDDy) >> qEdge.fCurveShift >= SK_Fixed1; in is_smooth_enough()