Home
last modified time | relevance | path

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

/external/skia/tools/gpu/gl/mac/
DCreatePlatformGLTestContext_mac.cpp51 GLint npix; in MacGLTestContext() local
/external/skqp/tools/gpu/gl/mac/
DCreatePlatformGLTestContext_mac.cpp51 GLint npix; in MacGLTestContext() 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