HomeSort by relevance Sort by last modified time
    Searched full:image_bytes (Results 1 - 6 of 6) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbximage.h 51 int /* image_bytes */,
61 int /* image_bytes */,
121 int /* image_bytes */,
138 int /* image_bytes */,
  /external/chromium/chrome/browser/ui/webui/
extension_icon_source.cc 37 scoped_refptr<RefCountedBytes> image_bytes(new RefCountedBytes);
38 image_bytes->data.resize(output.size());
39 std::copy(output.begin(), output.end(), image_bytes->data.begin());
40 return image_bytes;
  /external/libpng/contrib/gregbook/
wpng.c 705 ulg image_bytes = rowbytes * wpng_info.height; /* overflow? */ local
707 wpng_info.image_data = (uch *)malloc(image_bytes);
717 bytes = fread(wpng_info.image_data, 1, image_bytes, wpng_info.infile);
718 if (bytes != image_bytes) {
720 image_bytes, bytes);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libGL.so 
libGL.so.1 
libGL.so.1.2 

Completed in 1325 milliseconds