Lines Matching defs:bitmap
113 SkBitmap bitmap;
115 &bitmap, kUnknown_SkColorType, SkImageDecoder::kDecodePixels_Mode);
120 // bitmap will go out of scope when we return from this method.
121 bitmap.lockPixels();
123 const int w = bitmap.width();
124 const int h = bitmap.height();
125 const void* p = bitmap.getPixels();
134 switch (bitmap.colorType()) {
167 SkBitmap bitmap;
172 codec->decode(&stream, &bitmap,
184 // bitmap will go out of scope when we return from this method.
185 bitmap.lockPixels();
187 const int w = bitmap.width();
188 const int h = bitmap.height();
189 const void* p = bitmap.getPixels();
197 switch (bitmap.colorType()) {