GLASSERT( numRGBA >= numSegment );
// GLASSERT( numSegment >= numLine );
}
void KrEncoder::Save();
void Save();
KrResourceVault* GetVault() { return &vault; }
void Clear( KrImNode* root ); // delete the entire tree
// Recursive hit test walk.
bool KrImageTree::HitTestRec( KrImNode* node, int x, int y, int flags, GlDynArray<KrImage*>* outputArray, int windowIndex );
bool HitTestRec( KrImNode* node, int x, int y, int flags, GlDynArray<KrImage*>* outputArray, int windowIndex );
KrImNode* root; // The root to position the window
KrImNode* offsetRoot; // The root as returned to the client
/** if width of the resource is greater then its height then makes
a horizontal, else makes a vertical progress bar
*/
KrProgress::KrProgress (int width,
KrProgress (int width,
int height,
KrRGBA FillColor,
KrRGBA ChangeColor,
const KrScheme& scheme);