Home | History | Annotate | Download | only in bootanimation

Lines Matching full:bitmap

93     SkBitmap bitmap;
95 &bitmap, SkBitmap::kNo_Config, SkImageDecoder::kDecodePixels_Mode);
100 // bitmap will go out of scope when we return from this method.
101 bitmap.lockPixels();
103 const int w = bitmap.width();
104 const int h = bitmap.height();
105 const void* p = bitmap.getPixels();
114 switch (bitmap.getConfig()) {
147 SkBitmap bitmap;
149 &bitmap, SkBitmap::kRGB_565_Config,
153 // bitmap will go out of scope when we return from this method.
154 bitmap.lockPixels();
156 const int w = bitmap.width();
157 const int h = bitmap.height();
158 const void* p = bitmap.getPixels();
166 switch (bitmap.getConfig()) {