API  1.0.0
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

◆ PIXEL

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

Definition at line 24 of file CABackingStore.j.

Function Documentation

◆ CABackingStoreGetContext()

function CABackingStoreGetContext ( aBackingStore  )

Definition at line 27 of file CABackingStore.j.

◆ if()

Definition at line 32 of file CABackingStore.j.

Variable Documentation

◆ CABackingStoreSetSize

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

Definition at line 68 of file CABackingStore.j.

◆ else

else
Initial value:
{
CABackingStoreCreate = function()
{
context.buffer = "";
return { context:context };
}
function CGBitmapGraphicsContextCreate()
Definition: CGContext.j:136

Definition at line 57 of file CABackingStore.j.