AppKit/CoreGraphics/CGContextVML.j File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

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

Functions

function CGBitmapGraphicsContextCreate ()
function CGContextClearRect (aContext, aRect)
function CGContextDrawImage (aContext, aRect, anImage)
function CGContextDrawLinearGradient (aContext, aGradient, aStartPoint, anEndPoint, options)
function CGContextDrawPath (aContext, aMode)
function to_string (aColor)

Variables

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 Documentation

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

Definition at line 57 of file CGContextVML.j.


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 CGContextDrawLinearGradient ( aContext  ,
aGradient  ,
aStartPoint  ,
anEndPoint  ,
options   
)

Definition at line 271 of file CGContextVML.j.

function CGContextDrawPath ( aContext  ,
aMode   
)

Definition at line 110 of file CGContextVML.j.

function to_string ( aColor   ) 

Definition at line 266 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 Fri Apr 9 11:04:09 2010 for Cappuccino API by  doxygen 1.6.1