• Home
  • Raw
  • Download

Lines Matching refs:rotation

53 rotate_image( void*  data, unsigned  width, unsigned  height,  SkinRotation  rotation )  in rotate_image()  argument
61 switch (rotation & 3) in rotate_image()
182 h += desc->rotation*1573; in skin_image_desc_hash()
193 return (a->rotation == b->rotation && in skin_image_desc_equal()
390 node->desc.path, node->desc.rotation, node->w*node->h ); in skin_image_cache_remove()
475 if (desc->rotation == SKIN_ROTATION_0 && in skin_image_create()
488 desc0.rotation = SKIN_ROTATION_0; in skin_image_create()
497 if (desc->rotation == SKIN_ROTATION_90 || in skin_image_create()
498 desc->rotation == SKIN_ROTATION_270) in skin_image_create()
508 desc->rotation ); in skin_image_create()
563 node->desc.path, node->desc.rotation, node->w*node->h ); in skin_image_find()
579 desc.rotation = SKIN_ROTATION_0; in skin_image_find_simple()
613 skin_image_rotate( SkinImage* source, SkinRotation rotation ) in skin_image_rotate() argument
618 if (source == _no_image || source->desc.rotation == rotation) in skin_image_rotate()
622 desc.rotation = rotation; in skin_image_rotate()
664 SkinRotation rotation, in skin_image_clone_full() argument
673 if (rotation == SKIN_ROTATION_0 && in skin_image_clone_full()
680 desc.rotation = rotation; in skin_image_clone_full()
716 if (image->desc.rotation == SKIN_ROTATION_90 || in skin_image_org_w()
717 image->desc.rotation == SKIN_ROTATION_270) in skin_image_org_w()
729 if (image->desc.rotation == SKIN_ROTATION_90 || in skin_image_org_h()
730 image->desc.rotation == SKIN_ROTATION_270) in skin_image_org_h()