Home | History | Annotate | Download | only in bootanimation

Lines Matching defs:bitmap

105     SkBitmap bitmap;
107 &bitmap, SkBitmap::kNo_Config, SkImageDecoder::kDecodePixels_Mode);
112 // bitmap will go out of scope when we return from this method.
113 bitmap.lockPixels();
115 const int w = bitmap.width();
116 const int h = bitmap.height();
117 const void* p = bitmap.getPixels();
126 switch (bitmap.getConfig()) {
159 SkBitmap bitmap;
164 codec->decode(&stream, &bitmap,
171 // bitmap will go out of scope when we return from this method.
172 bitmap.lockPixels();
174 const int w = bitmap.width();
175 const int h = bitmap.height();
176 const void* p = bitmap.getPixels();
184 switch (bitmap.getConfig()) {