Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
fltkimgbuf.cc File Reference
#include "fltkcore.hh"
#include "../lout/msg.h"
#include "../lout/misc.hh"
#include <FL/fl_draw.H>
#include <math.h>
Include dependency graph for fltkimgbuf.cc:

Go to the source code of this file.

Namespaces

namespace  dw
 Dw is in this namespace, or sub namespaces of this one.
 
namespace  dw::fltk
 This namespace contains FLTK implementations of Dw interfaces.
 

Macros

#define IMAGE_MAX_AREA   (6000 * 6000)
 
#define MAX_WIDTH   0x8000
 
#define MAX_HEIGHT   0x8000
 

Enumerations

enum  dw::fltk::ScaleMode { dw::fltk::SIMPLE , dw::fltk::BEAUTIFUL , dw::fltk::BEAUTIFUL_GAMMA }
 

Variables

enum dw::fltk::ScaleMode dw::fltk::scaleMode = BEAUTIFUL_GAMMA
 

Macro Definition Documentation

◆ IMAGE_MAX_AREA

#define IMAGE_MAX_AREA   (6000 * 6000)

Definition at line 27 of file fltkimgbuf.cc.

◆ MAX_HEIGHT

#define MAX_HEIGHT   0x8000

Definition at line 30 of file fltkimgbuf.cc.

◆ MAX_WIDTH

#define MAX_WIDTH   0x8000

Definition at line 29 of file fltkimgbuf.cc.