Home
last modified time | relevance | path

Searched refs:fCubicDShift (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/core/
H A DSkAnalyticEdge.cpp449 fCubicDShift = fCEdge.fCubicDShift; in setCubic()
463 const int dshift = fCubicDShift; in updateCubic()
H A DSkEdge.h36 uint8_t fCurveShift; // appled to all Dx/DDx/DDDx except for fCubicDShift exception
37 uint8_t fCubicDShift; // applied to fCDx and fCDy only in cubic member
H A DSkAnalyticEdge.h45 uint8_t fCurveShift; // appled to all Dx/DDx/DDDx except for fCubicDShift exception
46 uint8_t fCubicDShift; // applied to fCDx and fCDy only in cubic member
H A DSkEdge.cpp238 //fCubicDShift only set for cubics in setQuadraticWithoutUpdate()
425 fCubicDShift = SkToU8(downShift); in setCubicWithoutUpdate()
466 const int dshift = fCubicDShift; in updateCubic()
H A DSkScan_AAAPath.cpp1058 (cEdge.fCDy - (cEdge.fCDDy >> ddshift)) >> cEdge.fCubicDShift >= SK_Fixed1;

Completed in 8 milliseconds