Lines Matching refs:bitmap
93 SkBitmap bitmap; in initTexture() local
95 &bitmap, SkBitmap::kNo_Config, SkImageDecoder::kDecodePixels_Mode); in initTexture()
101 bitmap.lockPixels(); in initTexture()
103 const int w = bitmap.width(); in initTexture()
104 const int h = bitmap.height(); in initTexture()
105 const void* p = bitmap.getPixels(); in initTexture()
114 switch (bitmap.getConfig()) { in initTexture()
147 SkBitmap bitmap; in initTexture() local
149 &bitmap, SkBitmap::kRGB_565_Config, in initTexture()
154 bitmap.lockPixels(); in initTexture()
156 const int w = bitmap.width(); in initTexture()
157 const int h = bitmap.height(); in initTexture()
158 const void* p = bitmap.getPixels(); in initTexture()
166 switch (bitmap.getConfig()) { in initTexture()