image_rotate |
function |
drupal/core/includes/image.inc |
Rotates an image by the given number of degrees. |
image_rotate_form |
function |
drupal/core/modules/image/image.admin.inc |
Form structure for the image rotate form. |
GDToolkit::rotate |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/ImageToolkit/GDToolkit.php |
Implements \Drupal\system\Plugin\ImageToolkitInterface::rotate(). |
image_rotate_effect |
function |
drupal/core/modules/image/image.effects.inc |
Image effect callback; Rotate an image resource. |
TestToolkit::rotate |
function |
drupal/core/modules/system/tests/modules/image_test/lib/Drupal/image_test/Plugin/ImageToolkit/TestToolkit.php |
Implements \Drupal\system\Plugin\ImageToolkitInterface::rotate(). |
image_rotate_dimensions |
function |
drupal/core/modules/image/image.effects.inc |
Image dimensions callback; Rotate. |
ToolkitTest::testRotate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Image/ToolkitTest.php |
Test the image_rotate() function. |
theme_image_rotate_summary |
function |
drupal/core/modules/image/image.admin.inc |
Returns HTML for a summary of an image rotate effect. |
ImageToolkitInterface::rotate |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/ImageToolkitInterface.php |
Rotates an image the given number of degrees. |
ImageEffectsTest::testRotateEffect |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageEffectsTest.php |
Test the image_rotate_effect() function. |