Searched refs:bitmap_pixels (Results 1 – 4 of 4) sorted by relevance
332 uint8* bitmap_pixels = static_cast<uint8*>(bitmap.getPixels()); in CopyBitmapToTextureMailboxAsTexture() local339 gl_pixels.get()[y + x + 0] = bitmap_pixels[src_y + x + SK_R32_SHIFT/8]; in CopyBitmapToTextureMailboxAsTexture()340 gl_pixels.get()[y + x + 1] = bitmap_pixels[src_y + x + SK_G32_SHIFT/8]; in CopyBitmapToTextureMailboxAsTexture()341 gl_pixels.get()[y + x + 2] = bitmap_pixels[src_y + x + SK_B32_SHIFT/8]; in CopyBitmapToTextureMailboxAsTexture()342 gl_pixels.get()[y + x + 3] = bitmap_pixels[src_y + x + SK_A32_SHIFT/8]; in CopyBitmapToTextureMailboxAsTexture()
213 uint8_t* bitmap_pixels = static_cast<uint8_t*>(bitmap->getPixels()); in SendGetFrameReply() local214 if (!bitmap_pixels) { in SendGetFrameReply()243 bitmap_pixels, in SendGetFrameReply()
123 uint32_t* bitmap_pixels = sk_bitmap.getAddr32(0, 0); in GfxImageToNotificationBitmap() local125 reinterpret_cast<const unsigned char*>(bitmap_pixels); in GfxImageToNotificationBitmap()
1935 uint8_t* bitmap_pixels = NULL; in DrawPictureQuad() local1944 bitmap_pixels = reinterpret_cast<uint8_t*>( in DrawPictureQuad()1947 bitmap_pixels = in DrawPictureQuad()1952 bitmap_pixels, in DrawPictureQuad()