Searched refs:GetBottomCubic (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/utils/ |
D | SkPatchUtils.h | 35 static void GetBottomCubic(const SkPoint cubics[12], SkPoint points[4]);
|
D | SkPatchUtils.cpp | 168 SkPatchUtils::GetBottomCubic(cubics, pts); in GetLevelOfDetail() 198 void SkPatchUtils::GetBottomCubic(const SkPoint cubics[12], SkPoint points[4]) { in GetBottomCubic() function in SkPatchUtils 292 SkPatchUtils::GetBottomCubic(cubics, pts); in MakeVertices()
|
/external/skqp/src/utils/ |
D | SkPatchUtils.h | 35 static void GetBottomCubic(const SkPoint cubics[12], SkPoint points[4]);
|
D | SkPatchUtils.cpp | 168 SkPatchUtils::GetBottomCubic(cubics, pts); in GetLevelOfDetail() 198 void SkPatchUtils::GetBottomCubic(const SkPoint cubics[12], SkPoint points[4]) { in GetBottomCubic() function in SkPatchUtils 292 SkPatchUtils::GetBottomCubic(cubics, pts); in MakeVertices()
|
/external/skia/gm/ |
D | patch.cpp | 29 SkPatchUtils::GetBottomCubic(cubics, bottom); in draw_control_points()
|
/external/skqp/gm/ |
D | patch.cpp | 29 SkPatchUtils::GetBottomCubic(cubics, bottom); in draw_control_points()
|
/external/skqp/samplecode/ |
D | PerlinPatch.cpp | 19 SkPatchUtils::GetBottomCubic(cubics, bottom); in draw_control_points()
|
/external/skia/samplecode/ |
D | PerlinPatch.cpp | 19 SkPatchUtils::GetBottomCubic(cubics, bottom); in draw_control_points()
|