Home
last modified time | relevance | path

Searched defs:sameSegment (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/silgraphite/silgraphite-2.3.1/wrappers/pangographite/
H A DPangoTextSrc.h84 virtual bool sameSegment(toffset ich1, toffset ich2) in sameSegment() function
/dports/graphics/silgraphite/silgraphite-2.3.1/examples/applib/
H A DSimpleTextSrc.h95 virtual bool sameSegment(toffset ich1, toffset ich2) in sameSegment() function
/dports/graphics/silgraphite/silgraphite-2.3.1/engine/test/RegressionTest/
H A DSimpleTextSrc.h97 virtual bool sameSegment(toffset /*ich1*/, toffset /*ich2*/) in sameSegment() function
/dports/graphics/silgraphite/silgraphite-2.3.1/examples/HelloWorld/
H A DHwTextSrc.h123 virtual bool sameSegment(toffset ich1, toffset ich2) in sameSegment() function
/dports/graphics/silgraphite/silgraphite-2.3.1/engine/test/ProfileHarness/
H A DGrUtfTextSrc.h100 virtual bool sameSegment(gr::toffset /*ich1*/, gr::toffset /*ich2*/) { return true; }; in sameSegment() function
/dports/devel/hapy/Hapy-0.0.8/src/
H A DPree.cc291 bool Hapy::Pree::sameSegment(const Pree *them, bool &exhausted) const { in sameSegment() function in Hapy::Pree