Home
last modified time | relevance | path

Searched refs:MakeCopy (Results 1 - 25 of 27) sorted by relevance

12

/third_party/skia/include/core/
H A DSkVertices.h38 static sk_sp<SkVertices> MakeCopy(VertexMode mode, int vertexCount,
45 static sk_sp<SkVertices> MakeCopy(VertexMode mode, int vertexCount, in MakeCopy() function in SkVertices
49 return MakeCopy(mode, in MakeCopy()
H A DSkYUVAPixmaps.h191 static SkYUVAPixmaps MakeCopy(const SkYUVAPixmaps& src);
H A DSkStream.h386 static std::unique_ptr<SkMemoryStream> MakeCopy(const void* data, size_t length);
/third_party/skia/docs/examples/
H A Ddraw_vertices.cpp13 SkVertices::MakeCopy(SkVertices::kTriangles_VertexMode, 3, pts, nullptr, colors), in REG_FIDDLE()
21 SkVertices::MakeCopy(SkVertices::kTriangles_VertexMode, 3, pts, texs, nullptr), in REG_FIDDLE()
H A DCanvas_drawVertices.cpp10 auto vertices = SkVertices::MakeCopy(SkVertices::kTriangleFan_VertexMode, in REG_FIDDLE()
H A DCanvas_drawVertices_2.cpp12 auto vertices = SkVertices::MakeCopy(SkVertices::kTriangleFan_VertexMode, in REG_FIDDLE()
/third_party/skia/gm/
H A Dvertices.cpp192 auto v = SkVertices::MakeCopy(SkVertices::kTriangleFan_VertexMode,
257 auto v = SkVertices::MakeCopy(SkVertices::kTriangles_VertexMode, kMeshVertexCnt, in draw_batching()
285 auto verts = SkVertices::MakeCopy(SkVertices::kTriangleFan_VertexMode, 4, pos, pos, nullptr); in DEF_SIMPLE_GM()
H A Druntimecolorfilter.cpp119 auto verts = SkVertices::MakeCopy(SkVertices::kTriangleFan_VertexMode, 4, pos, pos, kColors); in DEF_SIMPLE_GM()
H A Ddrawatlas.cpp307 return SkVertices::MakeCopy(SkVertices::kTriangleFan_VertexMode, 4, in make_vertices()
/third_party/skia/tests/
H A DVerticesTest.cpp143 auto verts = SkVertices::MakeCopy(SkVertices::kTriangles_VertexMode, 3, pts, nullptr, colors); in fill_triangle()
H A DCanvasTest.cpp400 SkVertices::MakeCopy(SkVertices::kTriangleFan_VertexMode, 4, pts, pts, nullptr),
/third_party/skia/bench/
H A DVertBench.cpp133 auto verts = SkVertices::MakeCopy(SkVertices::kTriangles_VertexMode, PTS,
H A DGameBench.cpp204 canvas->drawVertices(SkVertices::MakeCopy(SkVertices::kTriangles_VertexMode,
/third_party/skia/samplecode/
H A DSampleVertices.cpp79 auto verts = SkVertices::MakeCopy(fRecs[i].fMode, fRecs[i].fCount,
H A DSampleSlides.cpp367 auto verts = SkVertices::MakeCopy(fRecs[i].fMode, fRecs[i].fCount, in mesh_slide()
H A DSamplePatch.cpp180 canvas->drawVertices(SkVertices::MakeCopy(SkVertices::kTriangleStrip_VertexMode, stripCount, in draw()
/third_party/skia/src/core/
H A DSkYUVAPixmaps.cpp209 SkYUVAPixmaps SkYUVAPixmaps::MakeCopy(const SkYUVAPixmaps& src) { in MakeCopy() function in SkYUVAPixmaps
H A DSkVertices.cpp199 sk_sp<SkVertices> SkVertices::MakeCopy(VertexMode mode, int vertexCount, in MakeCopy() function in SkVertices
H A DSkStream.cpp299 std::unique_ptr<SkMemoryStream> SkMemoryStream::MakeCopy(const void* data, size_t length) { in MakeCopy() function in SkMemoryStream
/third_party/skia/tools/viewer/
H A DImGuiLayer.cpp206 auto vertices = SkVertices::MakeCopy(SkVertices::kTriangles_VertexMode, in onPaint()
/third_party/skia/src/pdf/
H A DSkPDFMetadata.cpp383 SkMemoryStream::MakeCopy(value.c_str(), value.size()), in MakeXMPObject()
/third_party/skia/tools/gpu/
H A DYUVUtils.cpp255 fPixmaps = SkYUVAPixmaps::MakeCopy(std::move(pixmaps)); in reset()
/third_party/skia/src/gpu/ops/
H A DDrawVerticesOp.cpp728 sk_sp<SkVertices> vertices = SkVertices::MakeCopy(kIgnoredMode, vertexCount, positions.begin(),
/third_party/skia/src/gpu/v1/
H A DDevice.cpp402 sk_sp<SkVertices> vertices = SkVertices::MakeCopy(kIgnoredMode, SkToS32(count), pts, nullptr, in drawPoints()
/third_party/skia/src/utils/
H A DSkShadowTessellator.cpp36 return SkVertices::MakeCopy(SkVertices::kTriangles_VertexMode, this->vertexCount(), in releaseVertices()

Completed in 20 milliseconds

12