OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canvas_width
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/dec/
webp.c
292
int
canvas_width
= 0;
local
323
&
canvas_width
, &canvas_height, &flags);
340
if (width != NULL) *width =
canvas_width
;
392
if (
canvas_width
!= image_width || canvas_height != image_height) {
/external/chromium_org/third_party/libwebp/demux/
demux.c
612
int
canvas_width
, int canvas_height) {
617
if (frame->width_ !=
canvas_width
|| frame->height_ != canvas_height) {
622
if (frame->width_ + frame->x_offset_ >
canvas_width
) return 0;
[
all
...]
Completed in 76 milliseconds