Searched defs:ContextRec (Results 1 – 2 of 2) sorted by relevance
116 struct ContextRec { struct117 ContextRec() : fDevice(NULL), fPaint(NULL), fMatrix(NULL), fLocalMatrix(NULL) {} in ContextRec() argument118 ContextRec(const SkBitmap& device, const SkPaint& paint, const SkMatrix& matrix) in ContextRec() function132 Context(const SkShader& shader, const ContextRec&); argument
28 bool SkBlitter::resetShaderContext(const SkShader::ContextRec&) { in resetShaderContext()