Search

March 29, 2008
General »
...int width)
    {
        _width = width;
    }

    public const int area()
    {
        if (_area == -1) {
            //_area = _width*_width;      // we...
March 26, 2008
General »
...writefln("%s", value);    <=>     debug {
                                             writefln("%s", value);
                                        }

Fits nicely! :)
(Hope, you use fixed-width fonts)
February 24, 2008
General »
...problem is that bool has a defined width. It shouldn't have, because bool is...
January 25, 2008
Announce »
...encoding. Additionally, there's a minor margin/width difference of the menu between the start...
January 23, 2008
General »
...dereference cairo_text_extents_t.width the compiler says that width is not a recognized...
January 20, 2008
General »
...work. You need to be counting rendered width in pixels - an operation which should be...
January 14, 2008
Learn »
...like this:

for(int i=0; i<(width*height*3); ++i)
    framebuffer[i] = 0;

Is...
January 13, 2008
Learn »
...size yourself.

ubyte[] framebuffer = new ubyte[3*width*height];


Then pass framebuffer.ptr to the...
January 13, 2008
Learn »
...This is the function:

void glDrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const...
December 06, 2007
General »
...bitmap image format:

<image name="screenshot.bmpx" width="800px" height="600px">
[snip]
<pixel id="D7A9...
137 138 139 140 141 142 143 144 145 146 147
Next ›   Last »