Searched refs:isABitmap (Results 1 - 8 of 8) sorted by relevance
/external/skia/include/core/ |
H A D | SkShader.h | 206 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 D | SkLocalMatrixShader.h | 57 return fProxyShader->isABitmap(bitmap, matrix, mode);
|
H A D | SkPictureCommon.h | 79 if (shader && shader->isABitmap()) {
|
/external/skia/tools/android/ |
H A D | SkAndroidSDKCanvas.cpp | 26 if (shader->isABitmap()) {
|
/external/skia/src/pdf/ |
H A D | SkPDFShader.cpp | 1106 if (shader.isABitmap(&fImage, &matrix, fImageTileModes)) {
|
/external/skia/tests/ |
H A D | PictureTest.cpp | 85 REPORTER_ASSERT(reporter, shader->isABitmap());
|
/external/skia/src/device/xps/ |
H A D | SkXPSDevice.cpp | 1075 if (shader->isABitmap(&outTexture, &outMatrix, xy)) {
|
/external/skia/src/utils/ |
H A D | SkLua.cpp | 1246 if (shader->isABitmap(&bm, &matrix, modes)) { 1297 { "isABitmap", lshader_isABitmap },
|
Completed in 400 milliseconds