Home
last modified time | relevance | path

Searched defs:npix (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/gl/mac/
DSkCreatePlatformGLContext_mac.cpp45 GLint npix; in MacGLContext() local
/external/skia/cmake/
Dexample.cpp28 GLint npix; in setup_gl_context() local
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
DGifDecoder.java528 int npix = (frame == null) ? header.width * header.height : frame.iw * frame.ih; in decodeBitmapData() local