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

  /external/chromium_org/third_party/skia/src/gpu/
GrPathUtils.cpp 550 kQuadratic_CubicType,
574 return (0.f == d[2] ? kLine_CubicType : kQuadratic_CubicType);
840 } else if (kQuadratic_CubicType == cType) {
866 } else if (kQuadratic_CubicType == cType) {
  /external/skia/src/gpu/
GrPathUtils.cpp 550 kQuadratic_CubicType,
574 return (0.f == d[2] ? kLine_CubicType : kQuadratic_CubicType);
840 } else if (kQuadratic_CubicType == cType) {
866 } else if (kQuadratic_CubicType == cType) {

Completed in 371 milliseconds