OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_h
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/
info.js
107
var
new_h
= canvas.height;
110
new_h
/= ratio;
115
canvas.height =
new_h
;
116
context.drawImage(image, 0, 0, src_w, src_h, 0, 0, new_w,
new_h
);
/hardware/samsung_slsi/exynos5/librotator/
exynos_rotator.c
266
unsigned int *
new_h
;
local
272
new_h
= w;
277
new_h
= h;
299
*
new_h
= ALIGN(*
new_h
, 16);
306
*
new_h
= ALIGN(*
new_h
, 8);
325
*
new_h
= ALIGN(*
new_h
, 4);
/hardware/samsung_slsi/exynos5/libgscaler/
exynos_gscaler.c
248
unsigned int *
new_h
;
local
253
new_h
= h;
278
*
new_h
= m_exynos_gsc_multiple_of_n(*
new_h
, 2);
[
all
...]
Completed in 424 milliseconds