OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pixel_bytes
(Results
1 - 14
of
14
) sorted by null
/bootable/recovery/minui/
graphics.cpp
127
unsigned char* dst_p = gr_draw->data + y*gr_draw->row_bytes + x*gr_draw->
pixel_bytes
;
140
if (icon->
pixel_bytes
!= 1) {
151
unsigned char* dst_p = gr_draw->data + y*gr_draw->row_bytes + x*gr_draw->
pixel_bytes
;
186
px += gr_draw->row_bytes - (gr_draw->width * gr_draw->
pixel_bytes
);
201
unsigned char* p = gr_draw->data + y1 * gr_draw->row_bytes + x1 * gr_draw->
pixel_bytes
;
235
if (gr_draw->
pixel_bytes
!= source->
pixel_bytes
) {
245
unsigned char* src_p = source->data + sy*source->row_bytes + sx*source->
pixel_bytes
;
246
unsigned char* dst_p = gr_draw->data + dy*gr_draw->row_bytes + dx*gr_draw->
pixel_bytes
;
250
memcpy(dst_p, src_p, w * source->
pixel_bytes
);
[
all
...]
graphics_fbdev.cpp
75
vi.bits_per_pixel = gr_framebuffer[0].
pixel_bytes
* 8;
135
gr_framebuffer[0].
pixel_bytes
= vi.bits_per_pixel / 8;
minui.h
32
int
pixel_bytes
;
member in struct:GRSurface
resources.cpp
148
surface->
pixel_bytes
= 4;
352
surface->
pixel_bytes
= 1;
404
surface->
pixel_bytes
= 1;
435
surface->
pixel_bytes
= 1;
graphics_adf.cpp
64
surf->base.
pixel_bytes
= (pdata->format == DRM_FORMAT_RGB565) ? 2 : 4;
graphics_drm.cpp
194
surface->base.
pixel_bytes
= create_dumb.bpp / 8;
/external/libpng/
pngwutil.c
2203
png_size_t
pixel_bytes
;
local
[
all
...]
pngrutil.c
3746
png_size_t
pixel_bytes
= (row_info->pixel_depth >> 3);
local
[
all
...]
CHANGES
[
all
...]
/external/opencv3/3rdparty/libpng/
pngrutil.c
3467
png_size_t
pixel_bytes
= (row_info->pixel_depth >> 3);
local
[
all
...]
pngwutil.c
2375
png_size_t
pixel_bytes
;
local
[
all
...]
CHANGES
[
all
...]
/external/pdfium/third_party/lpng_v163/
pngrutil.c
3684
png_size_t
pixel_bytes
= (row_info->pixel_depth >> 3);
local
[
all
...]
pngwutil.c
2270
png_size_t
pixel_bytes
;
local
[
all
...]
Completed in 359 milliseconds