Searched refs:bitmap_pixels (Results 1 – 3 of 3) 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()
171 uint8_t* bitmap_pixels = static_cast<uint8_t*>(bitmap->getPixels()); in SendGetFrameReply() local172 if (!bitmap_pixels) { in SendGetFrameReply()201 bitmap_pixels, in SendGetFrameReply()
1912 uint8_t* bitmap_pixels = NULL; in DrawPictureQuad() local1921 bitmap_pixels = reinterpret_cast<uint8_t*>( in DrawPictureQuad()1924 bitmap_pixels = in DrawPictureQuad()1929 bitmap_pixels, in DrawPictureQuad()