ImageStyleFlushTest::createSampleImage |
core/modules/image/tests/image.test |
Given an image style and a wrapper, generate an image. |
ImageStyleFlushTest::getImageCount |
core/modules/image/tests/image.test |
Count the number of images currently created for a style in a wrapper. |
ImageStyleFlushTest::testFlush |
core/modules/image/tests/image.test |
General test to flush a style. |
ImageStylesPathAndUrlUnitTest::setUp |
core/modules/image/tests/image.test |
Sets up a Backdrop site for running functional and integration tests. |
ImageStylesPathAndUrlUnitTest::testImageContentTypeHeaders |
core/modules/image/tests/image.test |
Test that we do not pass an array to backdrop_add_http_header. |
ImageStylesPathAndUrlUnitTest::testImageStylePath |
core/modules/image/tests/image.test |
Test image_style_path(). |
ImageStylesPathAndUrlUnitTest::testImageStyleUrlAndPathPrivate |
core/modules/image/tests/image.test |
Test image_style_url() with a file using the "private://" scheme. |
ImageStylesPathAndUrlUnitTest::testImageStyleUrlAndPathPrivateUnclean |
core/modules/image/tests/image.test |
Test image_style_url() with the "private://" schema and unclean URLs. |
ImageStylesPathAndUrlUnitTest::testImageStyleUrlAndPathPublic |
core/modules/image/tests/image.test |
Test image_style_url() with a file using the "public://" scheme. |
ImageStylesPathAndUrlUnitTest::testImageStyleUrlAndPathPublicUnclean |
core/modules/image/tests/image.test |
Test image_style_url() with the "public://" scheme and unclean URLs. |
ImageStylesPathAndUrlUnitTest::testImageStyleUrlForMissingSourceImage |
core/modules/image/tests/image.test |
Test that an invalid source image returns a 404. |
ImageStylesPathAndUrlUnitTest::_testImageStyleUrlAndPath |
core/modules/image/tests/image.test |
Test image_style_url(). |
ImageStyleTokenTests::getTestImage |
core/modules/image/tests/token.test |
Generates a test image. |
ImageStyleTokenTests::setUp |
core/modules/image/tests/token.test |
Sets up a Backdrop site for running functional and integration tests. |
ImageStyleTokenTests::testTokens |
core/modules/image/tests/token.test |
Test that the image style tokens exist. |
ImageThemeFunctionWebTestCase::setUp |
core/modules/image/tests/image.test |
Sets up a Backdrop site for running functional and integration tests. |
ImageThemeFunctionWebTestCase::testImageFormatterTheme |
core/modules/image/tests/image.test |
Tests usage of the image field formatters. |
ImageToolkitGdTestCase::checkRequirements |
core/modules/simpletest/tests/image.test |
Checks the matching requirements for BackdropTestCase. |
ImageToolkitGdTestCase::colorsAreEqual |
core/modules/simpletest/tests/image.test |
Function to compare two colors by RGBa. |
ImageToolkitGdTestCase::getPixelColor |
core/modules/simpletest/tests/image.test |
Function for finding a pixel's RGBa values. |
ImageToolkitGdTestCase::testManipulations |
core/modules/simpletest/tests/image.test |
Since PHP can't visually check that our images have been manipulated
properly, build a list of expected color values for each of the corners and
the expected height and widths for the final images. |
ImageToolkitTestCase::assertToolkitOperationsCalled |
core/modules/simpletest/tests/image.test |
Assert that all of the specified image toolkit operations were called
exactly once once, other values result in failure. |
ImageToolkitTestCase::setUp |
core/modules/simpletest/tests/image.test |
Sets up a Backdrop site for running functional and integration tests. |
ImageToolkitUnitTest::testCrop |
core/modules/simpletest/tests/image.test |
Test the image_crop() function. |
ImageToolkitUnitTest::testDesaturate |
core/modules/simpletest/tests/image.test |
Test the image_desaturate() function. |
ImageToolkitUnitTest::testGetAvailableToolkits |
core/modules/simpletest/tests/image.test |
Check that hook_image_toolkits() is called and only available toolkits are
returned. |
ImageToolkitUnitTest::testLoad |
core/modules/simpletest/tests/image.test |
Test the image_load() function. |
ImageToolkitUnitTest::testResize |
core/modules/simpletest/tests/image.test |
Test the image_resize() function. |
ImageToolkitUnitTest::testRotate |
core/modules/simpletest/tests/image.test |
Test the image_rotate() function. |
ImageToolkitUnitTest::testSave |
core/modules/simpletest/tests/image.test |
Test the image_save() function. |
ImageToolkitUnitTest::testScale |
core/modules/simpletest/tests/image.test |
Test the image_scale() function. |
ImageToolkitUnitTest::testScaleAndCrop |
core/modules/simpletest/tests/image.test |
Test the image_scale_and_crop() function. |
image_add_svg_attributes |
core/includes/image.inc |
Add attributes to an SVG string. |
image_config_info |
core/modules/image/image.module |
Implements hook_config_info(). |
image_crop |
core/includes/image.inc |
Crops an image to a rectangle specified by the given dimensions. |
image_crop_effect |
core/modules/image/image.effects.inc |
Image effect callback; Crop an image resource. |
image_crop_form |
core/modules/image/image.admin.inc |
Form structure for the image crop form. |
image_default_style_revert |
core/modules/image/image.module |
Revert the changes made by users to a default image style. |
image_desaturate |
core/includes/image.inc |
Converts an image to grayscale. |
image_desaturate_effect |
core/modules/image/image.effects.inc |
Image effect callback; Desaturate (grayscale) an image resource. |
image_dimensions_scale |
core/includes/image.inc |
Scales image dimensions while maintaining aspect ratio. |
image_effect_apply |
core/modules/image/image.module |
Given an image object and effect, perform the effect on the file. |
image_effect_color_validate |
core/modules/image/image.admin.inc |
Element validate handler to ensure a hexadecimal color value. |
image_effect_definitions |
core/modules/image/image.module |
Pull in image effects exposed by modules implementing hook_image_effect_info(). |
image_effect_definition_load |
core/modules/image/image.module |
Load the definition for an image effect. |
image_effect_delete |
core/modules/image/image.module |
Delete an image effect. |
image_effect_delete_form |
core/modules/image/image.admin.inc |
Form builder; Form for deleting an image effect. |
image_effect_delete_form_submit |
core/modules/image/image.admin.inc |
Submit handler to delete an image effect. |
image_effect_form |
core/modules/image/image.admin.inc |
Form builder; Form for adding and editing image effects. |
image_effect_form_submit |
core/modules/image/image.admin.inc |
Submit handler for updating an image effect. |