Searched refs:XContext (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/experimental/xform/ |
H A D | SkShape.h | 16 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 D | XContext.cpp | 74 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 D | SkShape.cpp | 12 void GeoShape::draw(XContext* ctx) { in draw() 16 void GroupShape::draw(XContext* ctx) { in draw()
|
/third_party/skia/gm/ |
H A D | xform.cpp | 64 auto ctx = XContext::Make(canvas);
|
/third_party/glfw/src/ |
H A D | x11_platform.h | 116 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