[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 1438 lines (42 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
getContext() X-Ref |
This funtion is assigned to the <canvas> elements as element.getContext(). return: {CanvasRenderingContext2D_} |
bind(f, obj, var_args) X-Ref |
Binds a function to an object. The returned function will always use the passed in {@code obj} as {@code this}. Example: g = bind(f, obj, a, b) g(c, d) // will do f.call(obj, a, b, c, d) param: {Function} f The function to bind the object to param: {Object} obj The object that should act as this when the function param: {*} var_args Rest arguments that will be used as the initial return: {Function} A new function that has bound this |
encodeHtmlAttribute(s) X-Ref |
No description |
addNamespace(doc, prefix, urn) X-Ref |
No description |
addNamespacesAndStylesheet(doc) X-Ref |
No description |
onPropertyChange(e) X-Ref |
No description |
onResize(e) X-Ref |
No description |
createMatrixIdentity() X-Ref |
No description |
matrixMultiply(m1, m2) X-Ref |
No description |
copyState(o1, o2) X-Ref |
No description |
getRgbHslContent(styleString) X-Ref |
No description |
percent(s) X-Ref |
No description |
clamp(v, min, max) X-Ref |
No description |
hslToRgb(parts) X-Ref |
No description |
hueToRgb(m1, m2, h) X-Ref |
No description |
processStyle(styleString) X-Ref |
No description |
processFontStyle(styleString) X-Ref |
No description |
getComputedStyle(style, element) X-Ref |
No description |
buildStyle(style) X-Ref |
No description |
processLineCap(lineCap) X-Ref |
No description |
CanvasRenderingContext2D_(canvasElement) X-Ref |
This class implements CanvasRenderingContext2D interface as described by the WHATWG. param: {HTMLElement} canvasElement The element that the 2D context should |
bezierCurveTo(self, cp1, cp2, p) X-Ref |
No description |
appendStroke(ctx, lineStr) X-Ref |
No description |
appendFill(ctx, lineStr, min, max) X-Ref |
No description |
getCoords(ctx, aX, aY) X-Ref |
No description |
matrixIsFinite(m) X-Ref |
No description |
setM(ctx, m, updateLineScale) X-Ref |
No description |
CanvasGradient_(aType) X-Ref |
No description |
CanvasPattern_(image, repetition) X-Ref |
No description |
throwException(s) X-Ref |
No description |
assertImageIsValid(img) X-Ref |
No description |
DOMException_(s) X-Ref |
No description |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |