Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_math_toolbox.h File Reference
#include <QObject>
#include <QRect>
#include <new>
#include <KoColorSpace.h>
#include "kis_types.h"
#include "kis_paint_device.h"

Go to the source code of this file.

Classes

struct  KisMathToolbox::KisFloatRepresentation
 
class  KisMathToolbox
 

Typedefs

typedef void(* PtrFromDouble) (quint8 *, int, double)
 
typedef void(* PtrFromDoubleCheckNull) (quint8 *, int, double, bool *)
 
typedef double(* PtrToDouble) (const quint8 *, int)
 

Typedef Documentation

◆ PtrFromDouble

typedef void(* PtrFromDouble) (quint8 *, int, double)

Definition at line 31 of file kis_math_toolbox.h.

◆ PtrFromDoubleCheckNull

typedef void(* PtrFromDoubleCheckNull) (quint8 *, int, double, bool *)

Definition at line 32 of file kis_math_toolbox.h.

◆ PtrToDouble

typedef double(* PtrToDouble) (const quint8 *, int)

Definition at line 30 of file kis_math_toolbox.h.