Home
last modified time | relevance | path

Searched defs:ContextRec (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/skia/src/shaders/
H A DSkShaderBase.h269 struct ContextRec { struct
270 ContextRec(SkAlpha paintAlpha, in ContextRec() function
281 static ContextRec Concat(const ContextRec& parentRec, const SkMatrix& localM) { in Concat() argument
300 Context(const SkShaderBase& shader, const ContextRec&); argument
402 virtual Context* onMakeContext(const ContextRec&, SkArenaAlloc*) const { in onMakeContext()