Searched refs:MakeVertices (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/utils/ |
D | SkPatchUtils.h | 50 static sk_sp<SkVertices> MakeVertices(const SkPoint cubics[12], const SkColor colors[4],
|
D | SkPatchUtils.cpp | 290 sk_sp<SkVertices> SkPatchUtils::MakeVertices(const SkPoint cubics[12], const SkColor srcColors[4], in MakeVertices() function in SkPatchUtils
|
/external/skqp/src/utils/ |
D | SkPatchUtils.h | 50 static sk_sp<SkVertices> MakeVertices(const SkPoint cubics[12], const SkColor colors[4],
|
D | SkPatchUtils.cpp | 290 sk_sp<SkVertices> SkPatchUtils::MakeVertices(const SkPoint cubics[12], const SkColor srcColors[4], in MakeVertices() function in SkPatchUtils
|
/external/skia/bench/ |
D | PatchBench.cpp | 355 SkPatchUtils::MakeVertices(pts, colors, tex, 20, 20, fLinearInterp); in onDraw()
|
/external/skqp/bench/ |
D | PatchBench.cpp | 355 SkPatchUtils::MakeVertices(pts, colors, tex, 20, 20, fLinearInterp); in onDraw()
|
/external/skqp/src/core/ |
D | SkDevice.cpp | 132 auto vertices = SkPatchUtils::MakeVertices(cubics, colors, texCoords, lod.width(), lod.height(), in drawPatch()
|
/external/skia/src/core/ |
D | SkDevice.cpp | 133 auto vertices = SkPatchUtils::MakeVertices(cubics, colors, texCoords, lod.width(), lod.height(), in drawPatch()
|