/third_party/skia/experimental/graphite/src/ |
D | DrawContext.cpp | 22 sk_sp<DrawContext> DrawContext::Make(sk_sp<TextureProxy> target, in Make() 35 return sk_sp<DrawContext>(new DrawContext(std::move(target), imageInfo)); in Make() 38 DrawContext::DrawContext(sk_sp<TextureProxy> target, const SkImageInfo& ii) in DrawContext() function in skgpu::DrawContext 46 DrawContext::~DrawContext() { in ~DrawContext() 52 void DrawContext::stencilAndFillPath(const Transform& localToDevice, in stencilAndFillPath() 61 void DrawContext::fillConvexPath(const Transform& localToDevice, in fillConvexPath() 70 void DrawContext::strokePath(const Transform& localToDevice, in strokePath() 80 void DrawContext::clear(const SkColor4f& clearColor) { in clear() 91 void DrawContext::snapDrawPass(Recorder* recorder, const BoundsManager* occlusionCuller) { in snapDrawPass() 105 sk_sp<Task> DrawContext::snapRenderPassTask(Recorder* recorder, in snapRenderPassTask()
|
D | DrawContext.h | 35 class DrawContext final : public SkRefCnt { 37 static sk_sp<DrawContext> Make(sk_sp<TextureProxy> target, 42 ~DrawContext() override; 96 DrawContext(sk_sp<TextureProxy>, const SkImageInfo&);
|
D | Device.h | 24 class DrawContext; variable 132 Device(sk_sp<Recorder>, sk_sp<DrawContext>); 160 sk_sp<DrawContext> fDC;
|
D | Device.cpp | 55 sk_sp<DrawContext> dc = DrawContext::Make(target, in Make() 66 Device::Device(sk_sp<Recorder> recorder, sk_sp<DrawContext> dc) in Device()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
D | vktDrawUtil.hpp | 90 class DrawContext class 93 DrawContext (const FrameBufferState& framebufferState) in DrawContext() function in vkt::drawutil::DrawContext 97 virtual ~DrawContext (void) in ~DrawContext() 109 class ReferenceDrawContext : public DrawContext 162 class VulkanDrawContext : public DrawContext
|
D | vktDrawUtil.cpp | 124 : DrawContext(framebufferState) in ReferenceDrawContext() 194 : DrawContext (frameBufferState) in VulkanDrawContext()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
D | ViewableTaggedData.java | 116 DrawContext context = new DrawContext(style, metrics, g, x, y); in draw() 134 DrawContext context = new DrawContext(style, metrics, null, 0, 0); in measure() 334 private static class DrawContext { class in ViewableTaggedData 348 private DrawContext(Style style, Metrics metrics, Graphics g, int x, int y) { in DrawContext() method in ViewableTaggedData.DrawContext 725 abstract void draw(DrawContext c); in draw() 765 void draw(DrawContext c) { in draw() 785 void draw(DrawContext c) { in draw() 809 void draw(DrawContext c) { in draw() 832 void draw(DrawContext c) { in draw() 853 void draw(DrawContext c) { in draw()
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
D | ViewableTaggedData.java | 116 DrawContext context = new DrawContext(style, metrics, g, x, y); in draw() 134 DrawContext context = new DrawContext(style, metrics, null, 0, 0); in measure() 334 private static class DrawContext { class in ViewableTaggedData 348 private DrawContext(Style style, Metrics metrics, Graphics g, int x, int y) { in DrawContext() method in ViewableTaggedData.DrawContext 725 abstract void draw(DrawContext c); in draw() 765 void draw(DrawContext c) { in draw() 785 void draw(DrawContext c) { in draw() 809 void draw(DrawContext c) { in draw() 832 void draw(DrawContext c) { in draw() 853 void draw(DrawContext c) { in draw()
|
/third_party/skia/gn/ |
D | graphite.gni | 38 "$_src/DrawContext.cpp", 39 "$_src/DrawContext.h",
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrRenderer.cpp | 93 struct DrawContext struct 97 DrawContext (void) in DrawContext() function 934 void generatePrimitiveIDs (ContainerType& list, DrawContext& drawContext) in generatePrimitiveIDs() 1413 …td::vector<typename PrimitiveTypeTraits<DrawPrimitiveType>::Type>& input, DrawContext& drawContext) in drawWithGeometryShader() 1481 …onst Program& program, VertexPacket* const* vertices, int numVertices, DrawContext& drawContext, V… in drawAsPrimitives() 1778 DrawContext drawContext; in drawInstanced()
|