OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_pixels
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/images/
SkImageDecoder_libbmp.cpp
98
const int
max_pixels
= 16383*16383; // max width*height
local
100
max_pixels
, &callback)) {
bmpdecoderhelper.h
83
int
max_pixels
,
bmpdecoderhelper.cpp
29
int
max_pixels
,
82
if (width_ * height_ >
max_pixels
) {
/external/qemu/android/skin/
image.c
351
unsigned long
max_pixels
;
member in struct:__anon9268
361
cache->
max_pixels
= 1;
363
cache->
max_pixels
= 4*1024*1024; /* limit image cache to 4 MB */
430
while (cache->total_pixels > cache->
max_pixels
&&
566
if (cache->total_pixels > cache->
max_pixels
)
Completed in 76 milliseconds