Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
CABackingStore.j File Reference

Go to the source code of this file.

Macros

#define PIXEL(pixels)   pixels + "px";
 

Functions

function CABackingStoreGetContext (aBackingStore)
 
 if (CPFeatureIsCompatible(CPHTMLCanvasFeature))
 

Variables

 CABackingStoreSetSize
 
 else
 

Macro Definition Documentation

#define PIXEL (   pixels)    pixels + "px";

Definition at line 24 of file CABackingStore.j.

Function Documentation

function CABackingStoreGetContext ( aBackingStore  )

Definition at line 27 of file CABackingStore.j.

Definition at line 32 of file CABackingStore.j.

Variable Documentation

CABackingStoreSetSize
Initial value:
= function(aBackingStore, aSize)
{
}

Definition at line 68 of file CABackingStore.j.

else
Initial value:
{
CABackingStoreCreate = function()
{
context.buffer = "";
return { context:context };
}

Definition at line 57 of file CABackingStore.j.