Searched defs:fMsg (Results 1 - 9 of 9) sorted by relevance

/external/skia/src/gpu/
H A DGrSoftwarePathRenderer.cpp217 explicit PathInvalidator(const GrUniqueKey& key) : fMsg(key) {}
219 GrUniqueKeyInvalidatedMessage fMsg; member in class:__anon20746::PathInvalidator
222 SkMessageBus<GrUniqueKeyInvalidatedMessage>::Post(fMsg);
H A DSkGr.cpp102 explicit Invalidator(const GrUniqueKey& key) : fMsg(key) {}
104 GrUniqueKeyInvalidatedMessage fMsg; member in class:Invalidator
106 void onChange() override { SkMessageBus<GrUniqueKeyInvalidatedMessage>::Post(fMsg); }
/external/skia/src/gpu/ops/
H A DGrTessellatingPathRenderer.cpp46 explicit PathInvalidator(const GrUniqueKey& key) : fMsg(key) {}
48 GrUniqueKeyInvalidatedMessage fMsg; member in class:__anon20807::PathInvalidator
51 SkMessageBus<GrUniqueKeyInvalidatedMessage>::Post(fMsg);
/external/skqp/src/gpu/
H A DGrSoftwarePathRenderer.cpp217 explicit PathInvalidator(const GrUniqueKey& key) : fMsg(key) {}
219 GrUniqueKeyInvalidatedMessage fMsg; member in class:__anon21411::PathInvalidator
222 SkMessageBus<GrUniqueKeyInvalidatedMessage>::Post(fMsg);
H A DSkGr.cpp104 explicit Invalidator(const GrUniqueKey& key) : fMsg(key) {}
106 GrUniqueKeyInvalidatedMessage fMsg; member in class:Invalidator
108 void onChange() override { SkMessageBus<GrUniqueKeyInvalidatedMessage>::Post(fMsg); }
/external/skqp/src/gpu/ops/
H A DGrTessellatingPathRenderer.cpp46 explicit PathInvalidator(const GrUniqueKey& key) : fMsg(key) {}
48 GrUniqueKeyInvalidatedMessage fMsg; member in class:__anon21473::PathInvalidator
51 SkMessageBus<GrUniqueKeyInvalidatedMessage>::Post(fMsg);
/external/skia/dm/
H A DDMSrcSink.h39 Error(const SkString& s) : fMsg(s), fFatal(!this->isEmpty()) {}
40 Error(const char* s) : fMsg(s), fFatal(!this->isEmpty()) {}
52 const char* c_str() const { return fMsg.c_str(); }
53 bool isEmpty() const { return fMsg.isEmpty(); }
57 SkString fMsg; member in class:DM::Error
/external/skqp/dm/
H A DDMSrcSink.h39 Error(const SkString& s) : fMsg(s), fFatal(!this->isEmpty()) {}
40 Error(const char* s) : fMsg(s), fFatal(!this->isEmpty()) {}
52 const char* c_str() const { return fMsg.c_str(); }
53 bool isEmpty() const { return fMsg.isEmpty(); }
57 SkString fMsg; member in class:DM::Error
/external/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...

Completed in 272 milliseconds