Home
last modified time | relevance | path

Searched refs:ContextSize (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkBitmapProcShader.h26 size_t contextSize(const ContextRec&) const override { return ContextSize(); } in contextSize()
66 static size_t ContextSize();
DSkBitmapProcShader.cpp23 size_t SkBitmapProcShader::ContextSize() { in ContextSize() function in SkBitmapProcShader
/external/skia/src/image/
DSkImageShader.cpp46 return SkBitmapProcShader::ContextSize(); in contextSize()