Searched refs:MakeVertices (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/utils/
H A DSkPatchUtils.h50 static sk_sp<SkVertices> MakeVertices(const SkPoint cubics[12], const SkColor colors[4],
H A DSkPatchUtils.cpp290 sk_sp<SkVertices> SkPatchUtils::MakeVertices(const SkPoint cubics[12], const SkColor srcColors[4], function in class:SkPatchUtils
/external/skqp/src/utils/
H A DSkPatchUtils.h50 static sk_sp<SkVertices> MakeVertices(const SkPoint cubics[12], const SkColor colors[4],
H A DSkPatchUtils.cpp290 sk_sp<SkVertices> SkPatchUtils::MakeVertices(const SkPoint cubics[12], const SkColor srcColors[4], function in class:SkPatchUtils
/external/skia/bench/
H A DPatchBench.cpp355 SkPatchUtils::MakeVertices(pts, colors, tex, 20, 20, fLinearInterp);
/external/skqp/bench/
H A DPatchBench.cpp355 SkPatchUtils::MakeVertices(pts, colors, tex, 20, 20, fLinearInterp);
/external/skia/src/core/
H A DSkDevice.cpp133 auto vertices = SkPatchUtils::MakeVertices(cubics, colors, texCoords, lod.width(), lod.height(),
/external/skqp/src/core/
H A DSkDevice.cpp132 auto vertices = SkPatchUtils::MakeVertices(cubics, colors, texCoords, lod.width(), lod.height(),

Completed in 1291 milliseconds