Displaying 2 results from an estimated 2 matches for "setfillcolor".
2013 Oct 15
4
[Bug 70511] New: nouveau_bo_name_get segmentation fault while running root tutorials/gl/glbox.C
https://bugs.freedesktop.org/show_bug.cgi?id=70511
          Priority: medium
            Bug ID: 70511
          Assignee: nouveau at lists.freedesktop.org
           Summary: nouveau_bo_name_get segmentation fault while running
                    root tutorials/gl/glbox.C
        QA Contact: xorg-team at lists.x.org
          Severity: normal
    Classification: Unclassified
               
2009 Feb 02
0
Polyline toMicrosoft() change
...etLineColor(color);
    mpolyline.SetLineWidth(this.width || 1);
    mpolyline.HideIcon();
    if(this.fillColor){
        var fillColor = new
VEColor(parseInt(this.fillColor.substr(1,2),16),parseInt(this.fillColor.substr(3,2),16),parseInt(this.fillColor.substr(5,2),16),
opacity);
        mpolyline.SetFillColor(fillColor);
    }
    return mpolyline;
};
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20090202/f2ba47c3/attachment.htm>