Searched defs:ContextRec (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/shaders/ |
D | SkShaderBase.h | 85 struct ContextRec { struct 86 ContextRec(const SkPaint& paint, const SkMatrix& matrix, const SkMatrix* localM, in ContextRec() function 108 Context(const SkShaderBase& shader, const ContextRec&); argument 233 virtual Context* onMakeContext(const ContextRec&, SkArenaAlloc*) const { in onMakeContext()
|
D | SkEmptyShader.h | 25 Context* onMakeContext(const ContextRec&, SkArenaAlloc*) const override { in onMakeContext()
|
D | SkLocalMatrixShader.cpp | 142 Context* onMakeContext(const ContextRec&, SkArenaAlloc*) const override { return nullptr; } in onMakeContext() argument
|
/external/skqp/src/shaders/ |
D | SkShaderBase.h | 64 struct ContextRec { struct 65 ContextRec(const SkPaint& paint, const SkMatrix& matrix, const SkMatrix* localM, in ContextRec() argument 82 Context(const SkShaderBase& shader, const ContextRec&); argument 207 virtual Context* onMakeContext(const ContextRec&, SkArenaAlloc*) const { in onMakeContext() 214 virtual Context* onMakeBurstPipelineContext(const ContextRec&, SkArenaAlloc*) const { in onMakeBurstPipelineContext()
|
D | SkEmptyShader.h | 25 Context* onMakeContext(const ContextRec&, SkArenaAlloc*) const override { in onMakeContext()
|
/external/skia/experimental/skrive/src/reader/ |
D | JsonReader.cpp | 240 struct ContextRec { struct in skrive::internal::__anon5e60dc860111::JsonReader 241 const skjson::Value* fContainer; 242 size_t fMemberIndex;
|