HomeSort by relevance Sort by last modified time
    Searched refs:fCubicDShift (Results 1 - 5 of 5) sorted by null

  /external/skia/src/core/
SkAnalyticEdge.cpp 163 fCubicDShift = fCEdge.fCubicDShift;
177 const int dshift = fCubicDShift;
SkAnalyticEdge.h 42 uint8_t fCurveShift; // appled to all Dx/DDx/DDDx except for fCubicDShift exception
43 uint8_t fCubicDShift; // applied to fCDx and fCDy only in cubic
SkEdge.h 34 uint8_t fCurveShift; // appled to all Dx/DDx/DDDx except for fCubicDShift exception
35 uint8_t fCubicDShift; // applied to fCDx and fCDy only in cubic
SkEdge.cpp 237 //fCubicDShift only set for cubics
423 fCubicDShift = SkToU8(downShift);
464 const int dshift = fCubicDShift;
SkScan_AAAPath.cpp     [all...]

Completed in 422 milliseconds