Searched refs:ContextPriv (Results 1 – 5 of 5) sorted by relevance
26 class ContextPriv {71 explicit ContextPriv(Context* context) : fContext(context) {} in ContextPriv() function73 ContextPriv& operator=(const ContextPriv&) = delete;76 const ContextPriv* operator&() const;77 ContextPriv *operator&();82 inline ContextPriv Context::priv() { return ContextPriv(this); } in priv()85 inline const ContextPriv Context::priv() const { in priv()86 return ContextPriv(const_cast<Context *>(this)); in priv()
337 bool ContextPriv::readPixels(const SkPixmap& pm, in readPixels()367 void ContextPriv::deregisterRecorder(const Recorder* recorder) { in deregisterRecorder()
29 class ContextPriv; variable84 ContextPriv priv();85 const ContextPriv priv() const; // NOLINT(readability-const-return-type)110 friend class ContextPriv;
15 #include "src/gpu/graphite/ContextPriv.h"
48 "$_src/ContextPriv.h",