Home | History | Annotate | Download | only in hwui

Lines Matching defs:bitmap

81 // Returns true if one is a bitmap and the other is a gradient
102 // The shader is not a gradient. Check for a bitmap shader.
113 // Compose is only supported if one is a bitmap and the other is a
201 // Bitmap shader
215 const SkBitmap& bitmap, SkShader::TileMode tileModes[2]) {
216 Texture* texture = caches->textureCache.get(&bitmap);
255 SkBitmap bitmap;
257 if (shader.asABitmap(&bitmap, NULL, xy) != SkShader::kDefault_BitmapType) {
260 bitmapShaderHelper(caches, &description, NULL, extensions, bitmap, xy);
265 SkBitmap bitmap;
267 if (shader.asABitmap(&bitmap, NULL, xy) != SkShader::kDefault_BitmapType) {
275 if (!bitmapShaderHelper(caches, NULL, &shaderInfo, extensions, bitmap, xy)) {