Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkAnalyticEdge.cpp163 fCubicDShift = fCEdge.fCubicDShift; in setCubic()
177 const int dshift = fCubicDShift; in updateCubic()
DSkEdge.h35 uint8_t fCubicDShift; // applied to fCDx and fCDy only in cubic member
DSkEdge.cpp423 fCubicDShift = SkToU8(downShift); in setCubicWithoutUpdate()
464 const int dshift = fCubicDShift; in updateCubic()
DSkAnalyticEdge.h43 uint8_t fCubicDShift; // applied to fCDx and fCDy only in cubic member
DSkScan_AAAPath.cpp965 (cEdge.fCDy - (cEdge.fCDDy >> ddshift)) >> cEdge.fCubicDShift >= SK_Fixed1; in isSmoothEnough()