[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazcairo1.pas line 270
type Tcairo_filter_t = ( |
||
Tcairo_filter_tMinValue = - $7FFFFFFF, |
|
|
CAIRO_FILTER_FAST = 0, |
|
|
CAIRO_FILTER_GOOD = 1, |
|
|
CAIRO_FILTER_BEST = 2, |
|
|
CAIRO_FILTER_NEAREST = 3, |
|
|
CAIRO_FILTER_BILINEAR = 4, |
|
|
CAIRO_FILTER_GAUSSIAN = 5, |
|
|
Tcairo_filter_tMaxValue = $7FFFFFFF |
|
|
); |