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

/external/chromium_org/third_party/skia/src/gpu/
H A DGrPathUtils.cpp555 kLine_CubicType, enumerator in enum:__anon15264::CubicType
578 return (0.f == d[2] ? kLine_CubicType : kQuadratic_CubicType);
/external/skia/src/gpu/
H A DGrPathUtils.cpp555 kLine_CubicType, enumerator in enum:__anon30674::CubicType
578 return (0.f == d[2] ? kLine_CubicType : kQuadratic_CubicType);

Completed in 209 milliseconds