#include "_pen.h"
#include "_misc.h"
#include <algorithm>
#include <cstring>
Go to the source code of this file.
Macros |
#define | h(j, i) (((accumulator_type)((*this)[j][i]))) |
#define | h(j, i) (((accumulator_type)((*this)[j][i]))) |
#define | f(j, i) (cooker_.cook((*this)[j][i])) |
#define | f(j, i) (((accumulator_type)((*this)[j][i]))) |
Macro Definition Documentation
#define h |
( |
|
j, |
|
|
|
i |
|
) |
| (((accumulator_type)((*this)[j][i]))) |
#define h |
( |
|
j, |
|
|
|
i |
|
) |
| (((accumulator_type)((*this)[j][i]))) |
#define f |
( |
|
j, |
|
|
|
i |
|
) |
| (cooker_.cook((*this)[j][i])) |
Referenced by surface< T, AT, VP >::cosine_sample(), surface< T, AT, VP >::cosine_sample_cooked(), surface< T, AT, VP >::cubic_sample(), surface< T, AT, VP >::cubic_sample_cooked(), fastangle::radians::get(), hbox_blur(), surface< T, AT, VP >::linear_sample(), surface< T, AT, VP >::linear_sample_cooked(), fastangle::operator~(), clock_desc_gettimeofday::precision(), fastangle::radians::radians(), clock_desc_sys_time::seconds_to_timestamp(), and vbox_blur().
#define f |
( |
|
j, |
|
|
|
i |
|
) |
| (((accumulator_type)((*this)[j][i]))) |