Go to the source code of this file.
|
| #define | COORD(aCoordinate) (aCoordinate === 0.0 ? 0 : ROUND(Z * (aCoordinate) - Z_2)) |
| |
| #define | COORD(aCoordinate) (aCoordinate === 0.0 ? 0 : ROUND(Z * (aCoordinate) - Z_2)) |
| |
|
| var | H = 10.0 |
| |
| var | VML_ELEMENT_TABLE = [ " m ", " l ", "qb", " c ", " x ", [" at ", " wa "]] |
| |
| var | VML_LINECAP_TABLE = [ "flat", "round", "square" ] |
| |
| var | VML_LINEJOIN_TABLE = [ "miter", "round", "bevel" ] |
| |
| var | VML_TRUTH_TABLE = [ "f", "t"] |
| |
| var | W = 10.0 |
| |
| var | Z = 10.0 |
| |
| var | Z_2 = Z / 2.0 |
| |
| #define COORD |
( |
|
aCoordinate | ) |
(aCoordinate === 0.0 ? 0 : ROUND(Z * (aCoordinate) - Z_2)) |
| #define COORD |
( |
|
aCoordinate | ) |
(aCoordinate === 0.0 ? 0 : ROUND(Z * (aCoordinate) - Z_2)) |
| function CGBitmapGraphicsContextCreate |
( |
| ) |
|
| function CGContextClearRect |
( |
aContext |
, |
|
|
aRect |
|
|
) |
| |
| function CGContextDrawImage |
( |
aContext |
, |
|
|
aRect |
, |
|
|
anImage |
|
|
) |
| |
| function CGContextDrawLinearGradient |
( |
aContext |
, |
|
|
aGradient |
, |
|
|
aStartPoint |
, |
|
|
anEndPoint |
, |
|
|
options |
|
|
) |
| |
| function CGContextDrawPath |
( |
aContext |
, |
|
|
aMode |
|
|
) |
| |
| function CGContextSetFillColor |
( |
aContext |
, |
|
|
aColor |
|
|
) |
| |
| function to_string |
( |
aColor |
| ) |
|
| var VML_ELEMENT_TABLE = [ " m ", " l ", "qb", " c ", " x ", [" at ", " wa "]] |
| var VML_LINECAP_TABLE = [ "flat", "round", "square" ] |
| var VML_LINEJOIN_TABLE = [ "miter", "round", "bevel" ] |
| var VML_TRUTH_TABLE = [ "f", "t"] |