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

  /external/chromium_org/third_party/skia/src/gpu/
GrPathUtils.cpp 548 kCusp_CubicType,
576 return kCusp_CubicType;
833 if (kSerpentine_CubicType == cType || (kCusp_CubicType == cType && 0.f != d[0])) {
837 } else if (kCusp_CubicType == cType) {
859 if (kSerpentine_CubicType == cType || (kCusp_CubicType == cType && 0.f != d[0])) {
863 } else if (kCusp_CubicType == cType) {
  /external/skia/src/gpu/
GrPathUtils.cpp 548 kCusp_CubicType,
576 return kCusp_CubicType;
833 if (kSerpentine_CubicType == cType || (kCusp_CubicType == cType && 0.f != d[0])) {
837 } else if (kCusp_CubicType == cType) {
859 if (kSerpentine_CubicType == cType || (kCusp_CubicType == cType && 0.f != d[0])) {
863 } else if (kCusp_CubicType == cType) {

Completed in 47 milliseconds