Home
last modified time | relevance | path

Searched refs:grutils (Results 1 – 12 of 12) sorted by relevance

/aoo41x/main/vcl/inc/
H A Dgraphite_layout.hxx73 namespace grutils { class GrFeatureParser; } namespace
123 const grutils::GrFeatureParser * mpFeatures;
126 …explicit GraphiteLayout( const gr::Font& font, const grutils::GrFeatureParser* features = NULL ) t…
161 void SetFeatures(grutils::GrFeatureParser * aFeature) { mpFeatures = aFeature; } in SetFeatures()
H A Dgraphite_adaptors.hxx74 namespace grutils namespace
115 const grutils::GrFeatureParser * features() const { return mpFeatures; }; in features()
126 grutils::GrFeatureParser * mpFeatures;
H A Dgraphite_features.hxx34 namespace grutils namespace
H A Dgraphite_serverfont.hxx39 …GraphiteLayoutImpl(const gr::Font & font, const grutils::GrFeatureParser * features, GraphiteFontA… in GraphiteLayoutImpl()
/aoo41x/main/vcl/source/glyphs/
H A Dgraphite_textsrc.hxx58 namespace grutils namespace
87 void setFeatures(const grutils::GrFeatureParser * pFeatures);
99 const grutils::GrFeatureParser * mpFeatures;
H A Dgraphite_adaptors.cxx128 sal_Int32 nFeat = name.indexOf(grutils::GrFeatureParser::FEAT_PREFIX) + 1; in GraphiteFontAdaptor()
132 mpFeatures = new grutils::GrFeatureParser(*this, aFeat.getStr(), aLang.getStr()); in GraphiteFontAdaptor()
147 mpFeatures = new grutils::GrFeatureParser(*this, aLang.getStr()); in GraphiteFontAdaptor()
158 if (rhs.mpFeatures) mpFeatures = new grutils::GrFeatureParser(*(rhs.mpFeatures)); in GraphiteFontAdaptor()
H A Dglyphcache.cxx101 if (rFontSelData.maTargetName.Search(grutils::GrFeatureParser::FEAT_PREFIX) in operator ()()
151 if ((rA.maTargetName.Search(grutils::GrFeatureParser::FEAT_PREFIX) in operator ()()
153 rB.maTargetName.Search(grutils::GrFeatureParser::FEAT_PREFIX) in operator ()()
H A Dgraphite_textsrc.cxx162 void TextSourceAdaptor::setFeatures(const grutils::GrFeatureParser * pFeatures) in setFeatures()
164 mpFeatures = new grutils::GrFeatureParser(*pFeatures); in setFeatures()
H A Dgraphite_features.cxx41 using namespace grutils;
H A Dgraphite_layout.cxx539 GraphiteLayout::GraphiteLayout(const gr::Font & font, const grutils::GrFeatureParser * pFeatures) t… in GraphiteLayout()
648 sal_Int32 hashCode(const grutils::GrFeatureParser * mpFeatures) in hashCode()
/aoo41x/main/vcl/win/source/gdi/
H A Dwinlayout.cxx2813 grutils::GrFeatureParser * mpFeatures;
2858 sal_Int32 nFeat = name.indexOf(grutils::GrFeatureParser::FEAT_PREFIX) + 1;
2862 mpFeatures = new grutils::GrFeatureParser(mpFont, aFeat.getStr(), aLang.getStr());
2866 mpFeatures = new grutils::GrFeatureParser(mpFont, aLang.getStr());
/aoo41x/main/vcl/source/gdi/
H A Doutdev3.cxx2241 if (rFSD.maTargetName.Search(grutils::GrFeatureParser::FEAT_PREFIX) in operator ()()
2300 if ((rA.maTargetName.Search(grutils::GrFeatureParser::FEAT_PREFIX) in operator ()()
2302 rB.maTargetName.Search(grutils::GrFeatureParser::FEAT_PREFIX) in operator ()()
2346 && (aSearchName.Search(grutils::GrFeatureParser::FEAT_PREFIX) in GetFontEntry()
2458 xub_StrLen nFeat = aSearchName.Search(grutils::GrFeatureParser::FEAT_PREFIX); in ImplFindByFont()
2462 aSearchName.Search(grutils::GrFeatureParser::FEAT_ID_VALUE_SEPARATOR, nFeat)) in ImplFindByFont()

Completed in 116 milliseconds