Home
last modified time | relevance | path

Searched refs:XContext (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/experimental/xform/
H A DSkShape.h16 class XContext { class
18 virtual ~XContext() {} in ~XContext()
25 static std::unique_ptr<XContext> Make(SkCanvas*);
45 virtual void draw(XContext*) {} in draw()
61 void draw(XContext*) override;
101 void draw(XContext*) override ;
H A DXContext.cpp74 void XContext::drawRect(const SkRect& r, const SkPaint& p, Xform* x) { in drawRect()
78 class CanvasXContext : public XContext {
170 std::unique_ptr<XContext> XContext::Make(SkCanvas* canvas) { in Make()
171 return std::unique_ptr<XContext>(new CanvasXContext(canvas)); in Make()
H A DSkShape.cpp12 void GeoShape::draw(XContext* ctx) { in draw()
16 void GroupShape::draw(XContext* ctx) { in draw()
/third_party/skia/gm/
H A Dxform.cpp64 auto ctx = XContext::Make(canvas);
/third_party/glfw/src/
H A Dx11_platform.h116 typedef int (* PFN_XDeleteContext)(Display*,XID,XContext);
124 typedef int (* PFN_XFindContext)(Display*,XID,XContext,XPointer*);
162 typedef int (* PFN_XSaveContext)(Display*,XID,XContext,const char*);
566 XContext context;

Completed in 5 milliseconds