Home
last modified time | relevance | path

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

/aoo41x/main/vcl/source/glyphs/
H A Dgraphite_textsrc.hxx83 virtual bool sameSegment(gr::toffset ich1, gr::toffset ich2);
H A Dgraphite_textsrc.cxx153 bool TextSourceAdaptor::sameSegment(gr::toffset char_idx1, gr::toffset char_idx2) in sameSegment() function in TextSourceAdaptor
/aoo41x/main/graphite/
H A Dgraphite-2.3.1.patch1883 - virtual bool sameSegment(gr::toffset ich1, gr::toffset ich2) { return true; };
1884 + virtual bool sameSegment(gr::toffset /*ich1*/, gr::toffset /*ich2*/) { return true; };
2018 - virtual bool sameSegment(toffset ich1, toffset ich2)
2019 + virtual bool sameSegment(toffset /*ich1*/, toffset /*ich2*/)

Completed in 74 milliseconds