Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkShader.h112 struct ContextRec { struct
118 ContextRec(const SkPaint& paint, const SkMatrix& matrix, const SkMatrix* localM, in ContextRec() argument
135 Context(const SkShader& shader, const ContextRec&); argument
478 virtual Context* onMakeContext(const ContextRec&, SkArenaAlloc*) const { in onMakeContext()