Searched refs:isABitmap (Results 1 - 8 of 8) sorted by relevance

/external/skia/include/core/
H A DSkShader.h206 bool isABitmap(SkBitmap* outTexture, SkMatrix* outMatrix, TileMode xy[2]) const { function in class:SkShader
210 bool isABitmap() const { function in class:SkShader
211 return this->isABitmap(nullptr, nullptr, nullptr);
/external/skia/src/core/
H A DSkLocalMatrixShader.h57 return fProxyShader->isABitmap(bitmap, matrix, mode);
H A DSkPictureCommon.h79 if (shader && shader->isABitmap()) {
/external/skia/tools/android/
H A DSkAndroidSDKCanvas.cpp26 if (shader->isABitmap()) {
/external/skia/src/pdf/
H A DSkPDFShader.cpp1106 if (shader.isABitmap(&fImage, &matrix, fImageTileModes)) {
/external/skia/tests/
H A DPictureTest.cpp85 REPORTER_ASSERT(reporter, shader->isABitmap());
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp1075 if (shader->isABitmap(&outTexture, &outMatrix, xy)) {
/external/skia/src/utils/
H A DSkLua.cpp1246 if (shader->isABitmap(&bm, &matrix, modes)) {
1297 { "isABitmap", lshader_isABitmap },

Completed in 400 milliseconds