AppKit/CoreGraphics/CGContextVML.j File Reference

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


Define Documentation

#define COORD ( aCoordinate   )     (ROUND(Z * (aCoordinate) - Z_2))

Definition at line 57 of file CGContextVML.j.

#define COORD ( aCoordinate   )     (ROUND(Z * (aCoordinate) - Z_2))


Function Documentation

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.


Variable Documentation

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.

var Z_2 = Z / 2.0

Definition at line 55 of file CGContextVML.j.


Generated on Thu Dec 11 01:55:47 2008 for Cappuccino by  doxygen 1.5.7.1