OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:canvas_width
(Results
1 - 4
of
4
) sorted by null
/external/webp/include/webp/
demux.h
290
uint32_t
canvas_width
;
member in struct:WebPAnimInfo
309
// '
canvas_width
* 4 * canvas_height', and not just the frame sub-rectangle. The
/external/webp/src/webp/
demux.h
290
uint32_t
canvas_width
;
member in struct:WebPAnimInfo
309
// '
canvas_width
* 4 * canvas_height', and not just the frame sub-rectangle. The
/external/webp/src/dec/
webp_dec.c
285
int
canvas_width
= 0;
local
315
&
canvas_width
, &canvas_height, &flags);
329
image_width =
canvas_width
;
388
if (
canvas_width
!= image_width || canvas_height != image_height) {
/external/webp/src/mux/
anim_encode.c
1478
int
canvas_width
, canvas_height;
local
[
all
...]
Completed in 480 milliseconds