Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/gdlib.php File Reference

Go to the source code of this file.

Namespaces

namespace  core

Functions

 ImageCopyBicubic ($dst_img, $src_img, $dst_x, $dst_y, $src_x, $src_y, $dst_w, $dst_h, $src_w, $src_h)
 process_new_icon ($context, $component, $filearea, $itemid, $originalfile)

Function Documentation

ImageCopyBicubic ( dst_img,
src_img,
dst_x,
dst_y,
src_x,
src_y,
dst_w,
dst_h,
src_w,
src_h 
)

long description object

Parameters:
object$dst_img
object$src_img
int$dst_x
int$dst_y
int$src_x
int$src_y
int$dst_w
int$dst_h
int$src_w
int$src_h
Returns:
bool
Todo:
Finish documenting this function

Definition at line 46 of file gdlib.php.

Here is the caller graph for this function:

process_new_icon ( context,
component,
filearea,
itemid,
originalfile 
)

Stores optimised icon images in icon file area

Parameters:
$context
component
$itemid
$originalfile
Returns:
success

Definition at line 98 of file gdlib.php.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Data Structures Namespaces Files Functions Variables Enumerations