OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:image_ratio
(Results
1 - 2
of
2
) sorted by null
/external/ImageMagick/MagickCore/
geometry.c
1284
image_ratio
;
local
1425
image_ratio
;
local
[
all
...]
/build/make/tools/releasetools/
verity_utils.py
391
image_ratio
= size_calculator(image_size) / float(image_size)
394
lo = int(image_size /
image_ratio
) // BLOCK_SIZE * BLOCK_SIZE - BLOCK_SIZE
400
image_ratio
= max_image_size / float(lo)
401
lo = int(image_size /
image_ratio
) // BLOCK_SIZE * BLOCK_SIZE - delta
411
image_ratio
= max_image_size / float(hi)
412
hi = int(image_size /
image_ratio
) // BLOCK_SIZE * BLOCK_SIZE + delta
Completed in 83 milliseconds