cd.cd_old

\file \brief Old User API

See Copyright Notice in cd.h

Members

Aliases

cdScrollImage
alias cdScrollImage = cdScrollArea
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

CD_SYSTEM
anonymousenum CD_SYSTEM
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

cdActivate
int cdActivate(cdCanvas* canvas)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdActiveCanvas
cdCanvas* cdActiveCanvas()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdArc
void cdArc(int xc, int yc, int w, int h, double angle1, double angle2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdBackOpacity
int cdBackOpacity(int opacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdBackground
c_long cdBackground(c_long color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdBegin
void cdBegin(int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdBox
void cdBox(int xmin, int xmax, int ymin, int ymax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdCanvas2Raster
void cdCanvas2Raster(int* x, int* y)
Undocumented in source. Be warned that the author may not have intended to support it.
cdChord
void cdChord(int xc, int yc, int w, int h, double angle1, double angle2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdClear
void cdClear()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdClip
int cdClip(int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdClipArea
void cdClipArea(int xmin, int xmax, int ymin, int ymax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdCreateImage
cdImage* cdCreateImage(int w, int h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdEnd
void cdEnd()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdFillMode
int cdFillMode(int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdFlush
void cdFlush()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdFont
void cdFont(int type_face, int style, int size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdFontDim
void cdFontDim(int* max_width, int* height, int* ascent, int* descent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdForeground
c_long cdForeground(c_long color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdGetAttribute
char* cdGetAttribute(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdGetBitmap
void cdGetBitmap(cdBitmap* bitmap, int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdGetCanvasSize
void cdGetCanvasSize(int* width, int* height, double* width_mm, double* height_mm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdGetClipArea
int cdGetClipArea(int* xmin, int* xmax, int* ymin, int* ymax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdGetClipPoly
int* cdGetClipPoly(int* n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdGetColorPlanes
int cdGetColorPlanes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdGetContext
cdContext* cdGetContext(cdCanvas* canvas)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdGetFont
void cdGetFont(int* type_face, int* style, int* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdGetImage
void cdGetImage(cdImage* image, int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdGetImageRGB
void cdGetImageRGB(ubyte* r, ubyte* g, ubyte* b, int x, int y, int w, int h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdGetPattern
c_long* cdGetPattern(int* n, int* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdGetStipple
ubyte* cdGetStipple(int* n, int* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdGetVectorTextBounds
void cdGetVectorTextBounds(const(char)* s, int x, int y, int* rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdGetVectorTextSize
void cdGetVectorTextSize(const(char)* s, int* x, int* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdHatch
int cdHatch(int style)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdInteriorStyle
int cdInteriorStyle(int style)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdLine
void cdLine(int x1, int y1, int x2, int y2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdLineCap
int cdLineCap(int cap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdLineJoin
int cdLineJoin(int join)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdLineStyle
int cdLineStyle(int style)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdLineStyleDashes
void cdLineStyleDashes(const(int)* dashes, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdLineWidth
int cdLineWidth(int width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdMM2Pixel
void cdMM2Pixel(double mm_dx, double mm_dy, int* dx, int* dy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdMark
void cdMark(int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdMarkSize
int cdMarkSize(int size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdMarkType
int cdMarkType(int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdMultiLineVectorText
void cdMultiLineVectorText(int x, int y, const(char)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdNativeFont
char* cdNativeFont(const(char)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdOffsetRegion
void cdOffsetRegion(int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdOrigin
void cdOrigin(int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdPalette
void cdPalette(int n, const(c_long)* palette, int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdPattern
void cdPattern(int w, int h, const(c_long)* pattern)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdPixel
void cdPixel(int x, int y, c_long color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdPixel2MM
void cdPixel2MM(int dx, int dy, double* mm_dx, double* mm_dy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdPlay
int cdPlay(cdContext* context, int xmin, int xmax, int ymin, int ymax, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdPointInRegion
int cdPointInRegion(int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdPutBitmap
void cdPutBitmap(cdBitmap* bitmap, int x, int y, int w, int h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdPutImageRect
void cdPutImageRect(cdImage* image, int x, int y, int xmin, int xmax, int ymin, int ymax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdPutImageRectMap
void cdPutImageRectMap(int iw, int ih, const(ubyte)* index, const(c_long)* colors, int x, int y, int w, int h, int xmin, int xmax, int ymin, int ymax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdPutImageRectRGB
void cdPutImageRectRGB(int iw, int ih, const(ubyte)* r, const(ubyte)* g, const(ubyte)* b, int x, int y, int w, int h, int xmin, int xmax, int ymin, int ymax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdPutImageRectRGBA
void cdPutImageRectRGBA(int iw, int ih, const(ubyte)* r, const(ubyte)* g, const(ubyte)* b, const(ubyte)* a, int x, int y, int w, int h, int xmin, int xmax, int ymin, int ymax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdRect
void cdRect(int xmin, int xmax, int ymin, int ymax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdRegionBox
void cdRegionBox(int* xmin, int* xmax, int* ymin, int* ymax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdRegionCombineMode
int cdRegionCombineMode(int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdRegisterCallback
int cdRegisterCallback(cdContext* context, int cb, cdCallback func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdRestoreState
void cdRestoreState(cdState* state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdSaveState
cdState* cdSaveState()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdScrollArea
void cdScrollArea(int xmin, int xmax, int ymin, int ymax, int dx, int dy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdSector
void cdSector(int xc, int yc, int w, int h, double angle1, double angle2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdSetAttribute
void cdSetAttribute(const(char)* name, char* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdSetfAttribute
void cdSetfAttribute(const(char)* name, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdSimulate
int cdSimulate(int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdStipple
void cdStipple(int w, int h, const(ubyte)* stipple)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdText
void cdText(int x, int y, const(char)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdTextAlignment
int cdTextAlignment(int alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdTextBounds
void cdTextBounds(int x, int y, const(char)* s, int* rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdTextBox
void cdTextBox(int x, int y, const(char)* s, int* xmin, int* xmax, int* ymin, int* ymax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdTextOrientation
double cdTextOrientation(double angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdTextSize
void cdTextSize(const(char)* s, int* width, int* height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdUpdateYAxis
int cdUpdateYAxis(int* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdVectorCharSize
int cdVectorCharSize(int size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdVectorFont
char* cdVectorFont(const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdVectorText
void cdVectorText(int x, int y, const(char)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdVectorTextDirection
void cdVectorTextDirection(int x1, int y1, int x2, int y2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdVectorTextSize
void cdVectorTextSize(int size_x, int size_y, const(char)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdVectorTextTransform
double* cdVectorTextTransform(const(double)* matrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdVertex
void cdVertex(int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdWriteMode
int cdWriteMode(int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

CD_CENTER_BASE
enum CD_CENTER_BASE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CD_CLIPON
enum CD_CLIPON;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CD_ITALIC_BOLD
enum CD_ITALIC_BOLD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CD_LEFT_BASE
enum CD_LEFT_BASE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CD_RIGHT_BASE
enum CD_RIGHT_BASE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta