Searched defs:float (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/util/ |
H A D | fixed_point.h | 71 float operator*(float val) const { return static_cast<float>(*this)*val; } 81 operator float() const { return ldexpf(v,-precision); } 94 template<typename T, unsigned int precision> float operator *(float a, FixedPoint<T,precision> b) { return b*a; }
|
/inkscape/src/helper/ |
H A D | png-write.cpp | 58 unsigned (*status)(float, void *); 318 if (!ebp->status((float) row / ebp->height, ebp->data)) return 0; 388 unsigned int (*status) (float, void *), 400 unsigned (*status)(float, void *), 384 sp_export_png_file(SPDocument *doc, gchar const *filename, double x0, double y0, double x1, double y1, unsigned long int width, unsigned long int height, double xdpi, double ydpi, unsigned long bgcolor, unsigned int (*status) (float, void *), void *data, bool force_overwrite, const std::vector<SPItem*> &items_only) argument
|
Completed in 16 milliseconds