Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkShader.h116 struct ContextRec { struct
117 ContextRec() : fDevice(NULL), fPaint(NULL), fMatrix(NULL), fLocalMatrix(NULL) {} in ContextRec() argument
118 ContextRec(const SkBitmap& device, const SkPaint& paint, const SkMatrix& matrix) in ContextRec() function
132 Context(const SkShader& shader, const ContextRec&); argument
/external/skia/src/core/
DSkBlitter.cpp28 bool SkBlitter::resetShaderContext(const SkShader::ContextRec&) { in resetShaderContext()