You are here

26 calls to image_get_sizes() in Image 6

ImageTestCase::setUp in tests/image.test
Generates a random database prefix, runs the install scripts on the prefixed database and enable the specified modules. After installation many caches are flushed and the internal browser is setup so that the page requests will run on the new prefix.…
image_admin_settings in ./image.admin.inc
Menu callback; Form builder function for image settings.
image_admin_settings_submit in ./image.admin.inc
Form submit handler for image admin settings form.
image_attach_block in contrib/image_attach/image_attach.module
Implementation of hook_block().
image_attach_form_node_type_form_alter in contrib/image_attach/image_attach.module
Implementation of hook_form_FORM_ID_alter().
image_create_node_from in ./image.module
Function to other modules to use to create image nodes.
image_form in ./image.module
Implementation of hook_form().
image_form_validate in ./image.module
image_gallery_handler_field_gallery_cover_thumbnail::options_form in contrib/image_gallery/views/image_gallery_handler_field_gallery_cover_thumbnail.inc
Extends the field's basic options with more image specific options.
image_generate_nodeapi in contrib/image_generate/image_generate.module
Implementation of hook_nodeapi().
image_get_derivative_sizes in ./image.module
Determine which sizes of derivative images need to be built for this image.
image_handler_argument_image_size::title in views/image_handler_argument_image_size.inc
Get the human-readable label for the image size.
image_handler_field_image_node_image::options_form in views/image_handler_field_image_node_image.inc
Extend the field's basic options with more image specific options.
image_handler_field_image_size::init in views/image_handler_field_image_size.inc
image_handler_filter_image_size::get_value_options in views/image_handler_filter_image_size.inc
image_handler_relationship_node_image_file::options_form in views/image_handler_relationship_node_image_file.inc
image_link in ./image.module
Implementation of hook_link.
image_plugin_argument_default_image_size::argument_form in views/image_plugin_argument_default_image_size.inc
image_plugin_argument_validate_image_size::init in views/image_plugin_argument_validate_image_size.inc
image_update_5200 in ./image.install
Move image files into their own table.
image_update_5201 in ./image.install
Updating image size settings to use scaling as the default operation.
image_view in ./image.module
Implementation of hook_view
theme_image_gallery in contrib/image_gallery/image_gallery.pages.inc
Theme a gallery page
_image_build_derivatives in ./image.module
Generate image derivatives.
_image_build_derivatives_if_needed in ./image.module
Rebuild derivatives if needed. Helper function for image_load().
_image_get_sizes in ./image.module
Helper function to preserve backwards compatibility. This has been deprecated in favor of image_get_sizes().