Searched refs:kSerpentine_CubicType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrPathUtils.cpp551 kSerpentine_CubicType, enumerator in enum:__anon15264::CubicType
573 return kSerpentine_CubicType;
837 if (kSerpentine_CubicType == cType || (kCusp_CubicType == cType && 0.f != d[0])) {
863 if (kSerpentine_CubicType == cType || (kCusp_CubicType == cType && 0.f != d[0])) {
/external/skia/src/gpu/
H A DGrPathUtils.cpp551 kSerpentine_CubicType, enumerator in enum:__anon30674::CubicType
573 return kSerpentine_CubicType;
837 if (kSerpentine_CubicType == cType || (kCusp_CubicType == cType && 0.f != d[0])) {
863 if (kSerpentine_CubicType == cType || (kCusp_CubicType == cType && 0.f != d[0])) {

Completed in 342 milliseconds