Searched refs:pack_rgb (Results 1 - 3 of 3) sorted by relevance
/third_party/backends/backend/pixma/ |
H A D | pixma_imageclass.c | 517 pack_rgb (const uint8_t * src, unsigned nlines, unsigned w, uint8_t * dst) in pack_rgb() function 803 pack_rgb (mf->blkptr, n, mf->raw_width, mf->lineptr); in iclass_fill_buffer()
|
H A D | pixma_mp730.c | 480 pack_rgb (const uint8_t * src, unsigned nlines, unsigned w, uint8_t * dst) in pack_rgb() function 718 pack_rgb (mp->imgbuf, n, mp->raw_width, mp->lbuf); in mp730_fill_buffer()
|
/third_party/skia/src/core/ |
H A D | SkVM.cpp | 1371 auto pack_rgb = [&](F32 channel, int bits, int shift) { in pack32() local 1389 if (f.r_bits) { pack_rgb (c.r, f.r_bits, f.r_shift); } in pack32() 1390 if (f.g_bits) { pack_rgb (c.g, f.g_bits, f.g_shift); } in pack32() 1391 if (f.b_bits) { pack_rgb (c.b, f.b_bits, f.b_shift); } in pack32()
|
Completed in 10 milliseconds