Searched defs:x_end (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/libnrtype/
H A DLayout-TNG-Scanline-Maker.h40 double x_end; member in struct:Inkscape::Text::Layout::ScanlineMaker::ScanRun
41 inline double width() const {return std::abs(x_start - x_end);}
H A DLayout-TNG.h838 // to get the advance width of a character, subtract the x values if it's in the middle of a span, or use span.x_end if it's at the end
845 float x_end; /// relative to the start of the chunk member in struct:Inkscape::Text::Layout::Span
846 inline float width() const {return std::abs(x_start - x_end);}
/inkscape/src/ui/widget/
H A Dgimpcolorwheel.c1025 gint x_start, x_end; local
1132 x_end = MIN (xr + PAD, width);
1133 x_start = MIN (x_start, x_end);
1140 for (; xx < x_end; xx++)

Completed in 107 milliseconds