Searched refs:onIsABitmap (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/core/
H A DSkBitmapProcShader.h58 bool onIsABitmap(SkBitmap*, SkMatrix*, TileMode*) const override;
H A DSkLocalMatrixShader.h56 bool onIsABitmap(SkBitmap* bitmap, SkMatrix* matrix, TileMode* mode) const override {
H A DSkBitmapProcShader.cpp37 bool SkBitmapProcShader::onIsABitmap(SkBitmap* texture, SkMatrix* texM, TileMode xy[]) const { function in class:SkBitmapProcShader
/external/skia/include/core/
H A DSkShader.h207 return this->onIsABitmap(outTexture, outMatrix, xy);
427 virtual bool onIsABitmap(SkBitmap*, SkMatrix*, TileMode[2]) const { function in class:SkShader

Completed in 126 milliseconds