Numworks Epsilon  1.4.1
Graphing Calculator Operating System
curve_view.cpp File Reference
#include "curve_view.h"
#include "../constant.h"
#include <assert.h>
#include <string.h>
#include <cmath>
#include <float.h>

Go to the source code of this file.

Namespaces

 Shared
 

Macros

#define LINE_THICKNESS   2
 

Variables

constexpr KDCoordinate Shared::dotDiameter = 5
 
const uint8_t Shared::dotMask [dotDiameter][dotDiameter]
 
constexpr KDCoordinate Shared::oversizeDotDiameter = 7
 
const uint8_t Shared::oversizeDotMask [oversizeDotDiameter][oversizeDotDiameter]
 
KDColor Shared::s_dotWorkingBuffer [dotDiameter *dotDiameter]
 
KDColor Shared::s_oversizeDotWorkingBuffer [oversizeDotDiameter *oversizeDotDiameter]
 
constexpr KDCoordinate Shared::circleDiameter = 2
 
constexpr KDCoordinate Shared::stampSize = circleDiameter+1
 
const uint8_t Shared::stampMask [stampSize+1][stampSize+1]
 

Macro Definition Documentation

◆ LINE_THICKNESS

#define LINE_THICKNESS   2

Definition at line 286 of file curve_view.cpp.