Home
last modified time | relevance | path

Searched defs:Draw (Results 1 – 25 of 51) sorted by relevance

123

/third_party/skia/experimental/graphite/src/
DDrawList.h196 struct Draw { struct
197 const Renderer& fRenderer; // Statically defined by function that recorded the Draw argument
202 DrawOrder fOrder; argument
207 Draw(const Renderer& renderer, const Transform& transform, const Shape& shape, in Draw() argument
/third_party/flutter/skia/src/atlastext/
DSkInternalAtlasTextContext.h62 struct Draw { struct
76 SkArenaAllocList<Draw> fDraws; argument
/third_party/flutter/skia/src/gpu/
DGrOpFlushState.h131 struct Draw { struct
151 SkArenaAllocList<Draw> fDraws; argument
/third_party/skia/src/gpu/
DGrOpFlushState.h276 struct Draw { struct
300 SkArenaAllocList<Draw> fDraws; argument
/third_party/flutter/skia/gm/
Dclipdrawdraw.cpp24 static void Draw(SkCanvas* canvas, const SkRect& rect) { in Draw() function
/third_party/skia/gm/
Dclipdrawdraw.cpp24 static void Draw(SkCanvas* canvas, const SkRect& rect) { in Draw() function
/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/cpp/
Dpoint_cloud_renderer.cc50 void PointCloudRenderer::Draw(glm::mat4 mvp_matrix, ArSession *ar_session, in Draw() function in hello_ar::PointCloudRenderer
Dbackground_renderer.cc74 void BackgroundRenderer::Draw(const ArSession *session, const ArFrame *frame) { in Draw() function in hello_ar::BackgroundRenderer
Dplane_renderer.cc99 void PlaneRenderer::Draw(const glm::mat4 &projection_mat, in Draw() function in hello_ar::PlaneRenderer
/third_party/skia/modules/sksg/src/
DSkSGDraw.cpp19 Draw::Draw(sk_sp<GeometryNode> geometry, sk_sp<PaintNode> paint) in Draw() function in sksg::Draw
/third_party/flutter/skia/modules/sksg/src/
DSkSGDraw.cpp19 Draw::Draw(sk_sp<GeometryNode> geometry, sk_sp<PaintNode> paint) in Draw() function in sksg::Draw
/third_party/mingw-w64/mingw-w64-crt/testcases/
Dtstwinmain.c73 void Draw(HDC hdc) in Draw() function
/third_party/skia/src/utils/
DSkTextUtils.cpp13 void SkTextUtils::Draw(SkCanvas* canvas, const void* text, size_t size, SkTextEncoding encoding, in Draw() function in SkTextUtils
/third_party/flutter/skia/src/utils/
DSkTextUtils.cpp13 void SkTextUtils::Draw(SkCanvas* canvas, const void* text, size_t size, SkTextEncoding encoding, in Draw() function in SkTextUtils
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DAttributeLayoutTest.cpp429 void Draw(int firstVertex, unsigned vertexCount, const GLushort *indices) override in Draw() function in __anonf00d59e90111::AttributeLayoutNonIndexed
437 void Draw(int firstVertex, unsigned vertexCount, const GLushort *indices) override in Draw() function in __anonf00d59e90111::AttributeLayoutMemoryIndexed
446 void Draw(int firstVertex, unsigned vertexCount, const GLushort *indices) override in Draw() function in __anonf00d59e90111::AttributeLayoutBufferIndexed
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DAttributeLayoutTest.cpp429 void Draw(int firstVertex, unsigned vertexCount, const GLushort *indices) override in Draw() function in __anon1e7b7bd40111::AttributeLayoutNonIndexed
437 void Draw(int firstVertex, unsigned vertexCount, const GLushort *indices) override in Draw() function in __anon1e7b7bd40111::AttributeLayoutMemoryIndexed
446 void Draw(int firstVertex, unsigned vertexCount, const GLushort *indices) override in Draw() function in __anon1e7b7bd40111::AttributeLayoutBufferIndexed
/third_party/boost/libs/spirit/classic/test/
Dchset_tests.cpp44 Draw(sstream_t& out, chset<CharT> a, char const* str) in Draw() function
/third_party/skia/src/gpu/ops/
DAAConvexPathRenderer.cpp357 struct Draw { struct
358 Draw() : fVertexCnt(0), fIndexCnt(0) {} in Draw() function
359 int fVertexCnt;
360 int fIndexCnt;
/third_party/flutter/skia/src/gpu/ops/
DGrAAConvexPathRenderer.cpp350 struct Draw { struct
351 Draw() : fVertexCnt(0), fIndexCnt(0) {} in Draw() function
356 typedef SkTArray<Draw, true> DrawArray; argument
/third_party/cef/libcef/browser/osr/
Dhost_display_client_osr.cc86 void CefLayeredWindowUpdaterOSR::Draw(const gfx::Rect& damage_rect, in Draw() function in CefLayeredWindowUpdaterOSR
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestscale.c100 Draw(DrawState *s) in Draw() function
Dtestrendercopyex.c98 Draw(DrawState *s) in Draw() function
Dtestrendertarget.c182 Draw(DrawState *s) in Draw() function
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DRenderPassLoadOpTests.cpp35 void Draw(dawn::RenderPassEncoder* pass) { in Draw() function in DrawQuad
/third_party/flutter/skia/modules/skottie/src/
DSkottieAdapter.h21 class Draw; variable

123