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

  /external/chromium_org/third_party/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 232 //fCubicDShift only set for cubics
416 fCubicDShift = SkToU8(downShift);
460 const int dshift = fCubicDShift;
  /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 232 //fCubicDShift only set for cubics
416 fCubicDShift = SkToU8(downShift);
460 const int dshift = fCubicDShift;

Completed in 53 milliseconds