Searched refs:yorigin (Results 1 – 4 of 4) sorted by relevance
155 int xorigin, yorigin; in moveOneCursor() local188 yorigin = 0; in moveOneCursor()194 yorigin = -y; in moveOneCursor()199 | yorigin ); in moveOneCursor()202 | (yorigin ? 0 : y) ); in moveOneCursor()204 vc->cursor.fb_offset + xorigin + yorigin * 16 ); in moveOneCursor()208 | yorigin ); in moveOneCursor()211 | (yorigin ? 0 : y) ); in moveOneCursor()213 vc->cursor.fb_offset + xorigin + yorigin * 16 ); in moveOneCursor()
79 uint16 yorigin; member187 imagespec.yorigin = tga_uint16(reinterpret_cast<char *>(buf), 10); in print_tga_info()197 static_cast<int>(imagespec.yorigin)); in print_tga_info()
97 uint16 yorigin; member
311 memcpy(&imagespec.yorigin, buf + 10, 2); in identify_tga_header()312 imagespec.yorigin = B_LENDIAN_TO_HOST_INT16(imagespec.yorigin); in identify_tga_header()383 pimagespec->yorigin = imagespec.yorigin; in identify_tga_header()1086 outImagespec.yorigin = B_HOST_TO_LENDIAN_INT16(imagespec.yorigin); in write_tga_headers()1103 memcpy(tgaheaders + 10, &outImagespec.yorigin, 2); in write_tga_headers()1216 imagespec.yorigin = 0; in translate_from_bits()