Lines Matching refs:webp
21 $ mkdir -p java/com/google/webp
23 -package com.google.webp \
24 -outdir java/com/google/webp \
34 %module(package="com.google.webp") libwebp
56 #include "webp/types.h"
152 #include "webp/decode.h"
153 #include "webp/encode.h"
340 func WebPGetInfo(webp []byte) (ok bool, width int, height int) {
343 ok = Wrapped_WebPGetInfo(string(webp), w, h) != 0
408 webp = wrap_##func(
410 if len(webp[0]) == 0:
412 return webp[0]
420 webp = wrap_##func(rgb, _UNUSED, _UNUSED, width, height, stride)
421 if len(webp[0]) == 0:
423 return webp[0]