Home | History | Annotate | Download | only in skin

Lines Matching full:rotation

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