/third_party/skia/include/core/ |
H A D | SkVertices.h | 38 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 D | SkYUVAPixmaps.h | 191 static SkYUVAPixmaps MakeCopy(const SkYUVAPixmaps& src);
|
H A D | SkStream.h | 386 static std::unique_ptr<SkMemoryStream> MakeCopy(const void* data, size_t length);
|
/third_party/skia/docs/examples/ |
H A D | draw_vertices.cpp | 13 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 D | Canvas_drawVertices.cpp | 10 auto vertices = SkVertices::MakeCopy(SkVertices::kTriangleFan_VertexMode, in REG_FIDDLE()
|
H A D | Canvas_drawVertices_2.cpp | 12 auto vertices = SkVertices::MakeCopy(SkVertices::kTriangleFan_VertexMode, in REG_FIDDLE()
|
/third_party/skia/gm/ |
H A D | vertices.cpp | 192 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 D | runtimecolorfilter.cpp | 119 auto verts = SkVertices::MakeCopy(SkVertices::kTriangleFan_VertexMode, 4, pos, pos, kColors); in DEF_SIMPLE_GM()
|
H A D | drawatlas.cpp | 307 return SkVertices::MakeCopy(SkVertices::kTriangleFan_VertexMode, 4, in make_vertices()
|
/third_party/skia/tests/ |
H A D | VerticesTest.cpp | 143 auto verts = SkVertices::MakeCopy(SkVertices::kTriangles_VertexMode, 3, pts, nullptr, colors); in fill_triangle()
|
H A D | CanvasTest.cpp | 400 SkVertices::MakeCopy(SkVertices::kTriangleFan_VertexMode, 4, pts, pts, nullptr),
|
/third_party/skia/bench/ |
H A D | VertBench.cpp | 133 auto verts = SkVertices::MakeCopy(SkVertices::kTriangles_VertexMode, PTS,
|
H A D | GameBench.cpp | 204 canvas->drawVertices(SkVertices::MakeCopy(SkVertices::kTriangles_VertexMode,
|
/third_party/skia/samplecode/ |
H A D | SampleVertices.cpp | 79 auto verts = SkVertices::MakeCopy(fRecs[i].fMode, fRecs[i].fCount,
|
H A D | SampleSlides.cpp | 367 auto verts = SkVertices::MakeCopy(fRecs[i].fMode, fRecs[i].fCount, in mesh_slide()
|
H A D | SamplePatch.cpp | 180 canvas->drawVertices(SkVertices::MakeCopy(SkVertices::kTriangleStrip_VertexMode, stripCount, in draw()
|
/third_party/skia/src/core/ |
H A D | SkYUVAPixmaps.cpp | 209 SkYUVAPixmaps SkYUVAPixmaps::MakeCopy(const SkYUVAPixmaps& src) { in MakeCopy() function in SkYUVAPixmaps
|
H A D | SkVertices.cpp | 199 sk_sp<SkVertices> SkVertices::MakeCopy(VertexMode mode, int vertexCount, in MakeCopy() function in SkVertices
|
H A D | SkStream.cpp | 299 std::unique_ptr<SkMemoryStream> SkMemoryStream::MakeCopy(const void* data, size_t length) { in MakeCopy() function in SkMemoryStream
|
/third_party/skia/tools/viewer/ |
H A D | ImGuiLayer.cpp | 206 auto vertices = SkVertices::MakeCopy(SkVertices::kTriangles_VertexMode, in onPaint()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFMetadata.cpp | 383 SkMemoryStream::MakeCopy(value.c_str(), value.size()), in MakeXMPObject()
|
/third_party/skia/tools/gpu/ |
H A D | YUVUtils.cpp | 255 fPixmaps = SkYUVAPixmaps::MakeCopy(std::move(pixmaps)); in reset()
|
/third_party/skia/src/gpu/ops/ |
H A D | DrawVerticesOp.cpp | 728 sk_sp<SkVertices> vertices = SkVertices::MakeCopy(kIgnoredMode, vertexCount, positions.begin(),
|
/third_party/skia/src/gpu/v1/ |
H A D | Device.cpp | 402 sk_sp<SkVertices> vertices = SkVertices::MakeCopy(kIgnoredMode, SkToS32(count), pts, nullptr, in drawPoints()
|
/third_party/skia/src/utils/ |
H A D | SkShadowTessellator.cpp | 36 return SkVertices::MakeCopy(SkVertices::kTriangles_VertexMode, this->vertexCount(), in releaseVertices()
|