Home | History | Annotate | Download | only in bootanimation

Lines Matching defs:bitmap

110     SkBitmap bitmap;
112 &bitmap, kUnknown_SkColorType, SkImageDecoder::kDecodePixels_Mode);
117 // bitmap will go out of scope when we return from this method.
118 bitmap.lockPixels();
120 const int w = bitmap.width();
121 const int h = bitmap.height();
122 const void* p = bitmap.getPixels();
131 switch (bitmap.colorType()) {
164 SkBitmap bitmap;
169 codec->decode(&stream, &bitmap,
181 // bitmap will go out of scope when we return from this method.
182 bitmap.lockPixels();
184 const int w = bitmap.width();
185 const int h = bitmap.height();
186 const void* p = bitmap.getPixels();
194 switch (bitmap.colorType()) {