Home
last modified time | relevance | path

Searched refs:f_xmax (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/sswf/sswf-1.8.4/src/lib/
H A Dlibsswf_tags.c++397 f_xmax = 0; in Reset()
416 f_xmax = xmax; in Set()
439 f_xmax = xmax; in SetReorder()
442 f_xmax = xmin; in SetReorder()
480 return f_xmax; in XMax()
528 return f_xmin >= f_xmax || f_ymin >= f_ymax; in IsEmpty()
554 bits = TagBase::SIBitSize(f_xmax); in Save()
565 data.WriteBits(f_xmax, sz); in Save()
/dports/math/octave/octave-6.4.0/scripts/plot/draw/
H A Disocaps.m144 [f_xmax, v_xmax] = __get_isocaps_patches__ (x, y, z, v, isoval, ...
158 faces = [f_xmin; f_xmax + f_offset(1); ...
/dports/graphics/sswf/sswf-1.8.4/include/sswf/
H A Dlibsswf.h505 long f_xmax; variable