HomeSort by relevance Sort by last modified time
    Searched defs:ysize (Results 1 - 5 of 5) sorted by null

  /external/clang/test/Analysis/
cxx11-crashes.cpp 37 const float ysize={0.015}, xsize={0.01}; local
  /external/syslinux/com32/lib/sys/vesa/
background.c 85 int ysize = __vesa_info.mi.v_res; local
91 for (y = 0 ; y < ysize ; y += height) {
92 yl = min(height, ysize-y);
297 uint16_t ysize; member in struct:lss16_header
311 h->ysize <= __vesa_info.mi.v_res);
346 for (y = 0; y < h->ysize; y++) {
  /external/webp/src/dec/
frame_dec.c 408 const int ysize = extra_y_rows * dec->cache_y_stride_; local
412 uint8_t* const ydst = dec->cache_y_ - ysize + y_offset;
488 memcpy(dec->cache_y_ - ysize, ydst + 16 * dec->cache_y_stride_, ysize);
  /external/libpng/contrib/libtests/
makepng.c 817 unsigned int ysize; local
833 ysize = 1U;
839 ysize = 256U;
844 ysize = size;
884 png_set_IHDR(png_ptr, info_ptr, size, ysize, bit_depth, color_type,
964 for (y=0; y<ysize; ++y)
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndbdic.c 450 NJ_INT8 ysize; local
462 ysize = YOMI_INDX_SIZE(hdl);
467 if (ysize == 2) {
470 ytbl = ytbl_top + ((yidx-1) * ysize);
489 NJ_INT8 ysize; local
500 ysize = YOMI_INDX_SIZE(hdl);
511 ytbl = ytbl_top + ((yidx - 1) * ysize);
512 if (ysize == 2) {
564 NJ_UINT16 ysize = (condition->ylen * sizeof(NJ_CHAR)); local
608 ysize = 0
1994 NJ_UINT16 ysize = yomilen * sizeof(NJ_CHAR); local
    [all...]

Completed in 569 milliseconds