Go to the source code of this file.
Defines | |
#define | COORD(aCoordinate) (ROUND(Z * (aCoordinate) - Z_2)) |
#define | COORD(aCoordinate) (ROUND(Z * (aCoordinate) - Z_2)) |
Functions | |
function | CGBitmapGraphicsContextCreate () |
function | CGContextClearRect (aContext, aRect) |
function | CGContextDrawImage (aContext, aRect, anImage) |
function | CGContextDrawPath (aContext, aMode) |
Variables | |
var | VML_TRUTH_TABLE = [ "f", "t"] |
var | VML_LINECAP_TABLE = [ "flat", "round", "square" ] |
var | VML_LINEJOIN_TABLE = [ "miter", "round", "bevel" ] |
var | VML_ELEMENT_TABLE = [ " m ", " l ", "qb", " c ", " x ", [" at ", " wa "]] |
var | W = 10.0 |
var | H = 10.0 |
var | Z = 10.0 |
var | Z_2 = Z / 2.0 |
Definition at line 57 of file CGContextVML.j.
function CGBitmapGraphicsContextCreate | ( | ) |
Definition at line 30 of file CGContextVML.j.
function CGContextClearRect | ( | aContext | , | |
aRect | ||||
) |
Definition at line 42 of file CGContextVML.j.
function CGContextDrawImage | ( | aContext | , | |
aRect | , | |||
anImage | ||||
) |
Definition at line 59 of file CGContextVML.j.
function CGContextDrawPath | ( | aContext | , | |
aMode | ||||
) |
Definition at line 110 of file CGContextVML.j.
var H = 10.0 |
Definition at line 53 of file CGContextVML.j.
var VML_ELEMENT_TABLE = [ " m ", " l ", "qb", " c ", " x ", [" at ", " wa "]] |
Definition at line 26 of file CGContextVML.j.
var VML_LINECAP_TABLE = [ "flat", "round", "square" ] |
Definition at line 24 of file CGContextVML.j.
var VML_LINEJOIN_TABLE = [ "miter", "round", "bevel" ] |
Definition at line 25 of file CGContextVML.j.
var VML_TRUTH_TABLE = [ "f", "t"] |
Definition at line 23 of file CGContextVML.j.
var W = 10.0 |
Definition at line 52 of file CGContextVML.j.
var Z = 10.0 |
Definition at line 54 of file CGContextVML.j.
Definition at line 55 of file CGContextVML.j.