OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckNonOpaque
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
picture.c
519
static int
CheckNonOpaque
(const uint8_t* alpha, int width, int height,
536
return
CheckNonOpaque
(picture->a, picture->width, picture->height,
602
const int has_alpha =
CheckNonOpaque
(a_ptr, width, height, step, rgb_stride);
[
all
...]
/external/webp/src/enc/
picture.c
519
static int
CheckNonOpaque
(const uint8_t* alpha, int width, int height,
536
return
CheckNonOpaque
(picture->a, picture->width, picture->height,
602
const int has_alpha =
CheckNonOpaque
(a_ptr, width, height, step, rgb_stride);
[
all
...]
Completed in 122 milliseconds