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

  /external/skia/src/core/
SkEdge.h 35 uint8_t fCurveShift; // appled to all Dx/DDx/DDDx except for fCubicDShift exception
36 uint8_t fCubicDShift; // applied to fCDx and fCDy only in cubic
SkEdge.cpp 230 //fCubicDShift only set for cubics
408 fCubicDShift = SkToU8(downShift);
442 const int dshift = fCubicDShift;

Completed in 1093 milliseconds