Searched defs:isAImage (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/core/
H A DSkShader.h257 SkImage* isAImage(SkMatrix* localMatrix, TileMode xy[2]) const { function in class:SkShader
261 bool isAImage() const { function in class:SkShader
262 return this->isAImage(nullptr, nullptr) != nullptr;

Completed in 95 milliseconds