Searched defs:peek (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/livarot/ | ||
H A D | sweep-event.cpp | 65 bool SweepEventQueue::peek(SweepTree * &iLeft, SweepTree * &iRight, Geom::Point &px, double &itl, double &itr) function in class:SweepEventQueue |
/inkscape/src/2geom/ | ||
H A D | path-sink.h | 228 PathVector const &peek() const {return _pathset;} function in class:Geom::PathBuilder |
/inkscape/ | ||
H A D | buildtool.cpp | 952 int peek(int pos); 1220 int Parser::peek(int pos) function in class:buildtool::Parser 1261 if (peek(p) != *text) 1290 XMLCh b = peek(p); 1304 XMLCh b = peek(p); 1317 if (peek(p) != '"' && peek(p) != '\'') 1323 XMLCh b = peek(p); 1363 if (peek(p) != '<') 1367 if (p>=parselen || peek( 2292 int URI::peek(int p) function in class:buildtool::URI [all...] |
Completed in 22 milliseconds