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

  /external/qemu/
loadpng.c 12 void *loadpng(const char *fn, unsigned *_width, unsigned *_height)
121 *_height = height;
151 void *readpng(const unsigned char *base, size_t size, unsigned *_width, unsigned *_height)
252 *_height = height;
  /external/qemu/android/skin/
image.c 272 extern void *loadpng(const char *fn, unsigned *_width, unsigned *_height);
273 extern void *readpng(const unsigned char* base, size_t size, unsigned *_width, unsigned *_height);
  /external/qemu/android/
main.c 153 void *loadpng(const char *fn, unsigned *_width, unsigned *_height);
154 void *readpng(const unsigned char* base, size_t size, unsigned *_width, unsigned *_height);
    [all...]
  /external/webkit/WebCore/rendering/
RenderBlock.cpp 2429 int _height = o->height() + o->marginTop() + o->marginBottom(); local
    [all...]

Completed in 1179 milliseconds