8 calls to image_get_toolkit()
- FileValidatorTest::testFileValidateImageResolution in drupal-7.x/
modules/ simpletest/ tests/ file.test - This ensures the resolution of a specific file is within bounds. The image will be resized if it's too large.
- image_get_info in drupal-7.x/
includes/ image.inc - Gets details about an image.
- image_load in drupal-7.x/
includes/ image.inc - Loads an image file and returns an image object.
- system_image_toolkit_settings in drupal-7.x/
modules/ system/ system.admin.inc - Form builder; Configure site image toolkit usage.
- UserPictureTestCase::testWithGDinvalidDimension in drupal-7.x/
modules/ user/ user.test - Do the test: GD Toolkit is installed Picture has invalid dimension
- UserPictureTestCase::testWithGDinvalidSize in drupal-7.x/
modules/ user/ user.test - Do the test: GD Toolkit is installed Picture has invalid size
- UserPictureTestCase::testWithoutGDinvalidDimension in drupal-7.x/
modules/ user/ user.test - Do the test: GD Toolkit is not installed Picture has invalid size
- UserPictureTestCase::testWithoutGDinvalidSize in drupal-7.x/
modules/ user/ user.test - Do the test: GD Toolkit is not installed Picture has invalid size