HomeSort by relevance Sort by last modified time
    Searched refs:read_func (Results 1 - 18 of 18) sorted by null

  /external/pixman/pixman/
pixman-accessor.h 4 (((bits_image_t *)(img))->read_func ((ptr), sizeof(*(ptr))))
pixman-image.c 458 if (image->bits.read_func || image->bits.write_func)
826 pixman_read_memory_func_t read_func,
833 image->bits.read_func = read_func;
pixman-edge.c 379 if (image->bits.read_func || image->bits.write_func)
pixman-private.h 193 pixman_read_memory_func_t read_func; member in struct:bits_image
    [all...]
pixman.h     [all...]
pixman-access.c     [all...]
pixman-bits-image.c     [all...]
  /libcore/luni/src/test/native/
test_openssl_engine.cpp 43 EVP_PKEY* (*read_func)(BIO*, EVP_PKEY**, pem_password_cb*, void*)) {
57 key = read_func(in, NULL, 0, NULL);
  /external/grub/stage2/
filesys.h 152 int (*read_func) (char *buf, int len); member in struct:fsys_entry
disk_io.c     [all...]
builtins.c 3092 read_func (char *arg, int flags) function
    [all...]
  /external/tremolo/Tremolo/
ivorbisfile.h 60 size_t (*read_func) (void *ptr, size_t size, size_t nmemb, void *datasource); member in struct:__anon28728
vorbisfile.c 95 long bytes=(vf->callbacks.read_func)(buffer,1,CHUNKSIZE,vf->datasource);
    [all...]
  /external/libvorbis/include/vorbis/
vorbisfile.h 40 size_t (*read_func) (void *ptr, size_t size, size_t nmemb, void *datasource); member in struct:__anon22882
  /external/pixman/test/
stress-test.c 245 pixman_read_memory_func_t read_func = NULL; local
325 read_func = fake_reader;
336 read_func = real_reader;
384 pixman_image_set_accessors (image, read_func, write_func);
  /external/libvorbis/lib/
vorbisfile.c 69 if(!(vf->callbacks.read_func))return(-1);
72 long bytes=(vf->callbacks.read_func)(buffer,1,READSIZE,vf->datasource);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_io.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_io.py     [all...]

Completed in 358 milliseconds