Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkAnalyticEdge.cpp449 fCubicDShift = fCEdge.fCubicDShift; in setCubic()
463 const int dshift = fCubicDShift; in updateCubic()
DSkEdge.h37 uint8_t fCubicDShift; // applied to fCDx and fCDy only in cubic member
DSkEdge.cpp425 fCubicDShift = SkToU8(downShift); in setCubicWithoutUpdate()
466 const int dshift = fCubicDShift; in updateCubic()
DSkAnalyticEdge.h46 uint8_t fCubicDShift; // applied to fCDx and fCDy only in cubic member
DSkScan_AAAPath.cpp1059 (cEdge.fCDy - (cEdge.fCDDy >> ddshift)) >> cEdge.fCubicDShift >= SK_Fixed1; in is_smooth_enough()
/third_party/skia/src/core/
DSkAnalyticEdge.cpp449 fCubicDShift = fCEdge.fCubicDShift; in setCubic()
463 const int dshift = fCubicDShift; in updateCubic()
DSkEdge.h37 uint8_t fCubicDShift; // applied to fCDx and fCDy only in cubic member
DSkEdge.cpp425 fCubicDShift = SkToU8(downShift); in setCubicWithoutUpdate()
466 const int dshift = fCubicDShift; in updateCubic()
DSkAnalyticEdge.h46 uint8_t fCubicDShift; // applied to fCDx and fCDy only in cubic member
DSkScan_AAAPath.cpp1058 (cEdge.fCDy - (cEdge.fCDDy >> ddshift)) >> cEdge.fCubicDShift >= SK_Fixed1; in is_smooth_enough()