Searched refs:toffset (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/vcl/source/glyphs/ |
H A D | graphite_textsrc.cxx | 56 size_t TextSourceAdaptor::fetch(gr::toffset, size_t, gr::utf32 *) in fetch() argument 63 size_t TextSourceAdaptor::fetch(gr::toffset offset, size_t char_count, gr::utf16 * char_buffer) in fetch() 74 size_t TextSourceAdaptor::fetch(gr::toffset, size_t, gr::utf8 *) in fetch() argument 101 bool TextSourceAdaptor::getRightToLeft(gr::toffset nCharIdx) in getRightToLeft() 111 unsigned int TextSourceAdaptor::getDirectionDepth(gr::toffset nCharIdx) in getDirectionDepth() 121 float TextSourceAdaptor::getVerticalOffset(gr::toffset) in getVerticalOffset() argument 126 gr::isocode TextSourceAdaptor::getLanguage(gr::toffset) in getLanguage() argument 134 ext_std::pair<gr::toffset, gr::toffset> TextSourceAdaptor::propertyRange(gr::toffset nCharIdx) in propertyRange() 146 size_t TextSourceAdaptor::getFontFeatures(gr::toffset, gr::FeatureSetting * settings) in getFontFeatures() argument 153 bool TextSourceAdaptor::sameSegment(gr::toffset char_idx1, gr::toffset char_idx2) in sameSegment() [all …]
|
H A D | graphite_textsrc.hxx | 73 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf32 * prgchBuffer); 74 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf16 * prgchwBuffer); 75 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf8 * prgchsBuffer); 76 virtual bool getRightToLeft(gr::toffset ich); 77 virtual unsigned int getDirectionDepth(gr::toffset ich); 78 virtual float getVerticalOffset(gr::toffset ich); 79 virtual gr::isocode getLanguage(gr::toffset ich); 81 virtual ext_std::pair<gr::toffset, gr::toffset> propertyRange(gr::toffset ich); 82 virtual size_t getFontFeatures(gr::toffset ich, gr::FeatureSetting * prgfset); 83 virtual bool sameSegment(gr::toffset ich1, gr::toffset ich2);
|
/aoo41x/main/graphite/ |
H A D | graphite-2.3.1.patch | 1839 -GrUtfTextSrc::getBold(gr::toffset ich) 1848 -GrUtfTextSrc::getItalic(gr::toffset ich) 1881 virtual std::pair<gr::toffset, gr::toffset> propertyRange(gr::toffset ich); 1883 - virtual bool sameSegment(gr::toffset ich1, gr::toffset ich2) { return true; }; 1884 + virtual bool sameSegment(gr::toffset /*ich1*/, gr::toffset /*ich2*/) { return true; }; 1996 - virtual isocode getLanguage(toffset ich) 2004 - virtual std::pair<toffset, toffset> propertyRange(toffset ich) 2005 + virtual std::pair<toffset, toffset> propertyRange(toffset /*ich*/) 2007 std::pair<toffset, toffset> pairRet; 2018 - virtual bool sameSegment(toffset ich1, toffset ich2) [all …]
|
Completed in 35 milliseconds