OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pixel_bytes
(Results
1 - 13
of
13
) sorted by null
/bootable/recovery/minui/
graphics.c
129
unsigned char* dst_p = gr_draw->data + y*gr_draw->row_bytes + x*gr_draw->
pixel_bytes
;
143
if (icon->
pixel_bytes
!= 1) {
154
unsigned char* dst_p = gr_draw->data + y*gr_draw->row_bytes + x*gr_draw->
pixel_bytes
;
184
px += gr_draw->row_bytes - (gr_draw->width * gr_draw->
pixel_bytes
);
199
unsigned char* p = gr_draw->data + y1 * gr_draw->row_bytes + x1 * gr_draw->
pixel_bytes
;
233
if (gr_draw->
pixel_bytes
!= source->
pixel_bytes
) {
243
unsigned char* src_p = source->data + sy*source->row_bytes + sx*source->
pixel_bytes
;
244
unsigned char* dst_p = gr_draw->data + dy*gr_draw->row_bytes + dx*gr_draw->
pixel_bytes
;
248
memcpy(dst_p, src_p, w * source->
pixel_bytes
);
[
all
...]
resources.c
149
surface->
pixel_bytes
= 4;
334
surface->
pixel_bytes
= 1;
385
surface->
pixel_bytes
= 1;
417
surface->
pixel_bytes
= 1;
graphics_fbdev.c
74
vi.bits_per_pixel = gr_framebuffer[0].
pixel_bytes
* 8;
138
gr_framebuffer[0].
pixel_bytes
= vi.bits_per_pixel / 8;
minui.h
32
int
pixel_bytes
;
member in struct:__anon1114
graphics_adf.c
65
surf->base.
pixel_bytes
= (pdata->format == DRM_FORMAT_RGB565) ? 2 : 4;
/external/chromium_org/third_party/libpng/
pngrutil.c
2687
png_size_t
pixel_bytes
= (png_ptr->row_info.pixel_depth >> 3);
local
2907
png_size_t
pixel_bytes
= (row_info->pixel_depth >> 3);
local
[
all
...]
pngwutil.c
2103
png_size_t
pixel_bytes
;
local
[
all
...]
/external/qemu/distrib/libpng-1.2.46/
pngrutil.c
2703
png_size_t
pixel_bytes
= (png_ptr->row_info.pixel_depth >> 3);
local
2923
png_size_t
pixel_bytes
= (row_info->pixel_depth >> 3);
local
[
all
...]
pngwutil.c
2103
png_size_t
pixel_bytes
;
local
[
all
...]
/external/libpng/
pngrutil.c
3714
png_size_t
pixel_bytes
= (row_info->pixel_depth >> 3);
local
[
all
...]
pngwutil.c
2271
png_size_t
pixel_bytes
;
local
[
all
...]
CHANGES
[
all
...]
/prebuilts/sdk/tools/linux/
aapt
Completed in 1021 milliseconds