Searched refs:grutils (Results 1 – 12 of 12) sorted by relevance
/trunk/main/vcl/inc/ |
H A D | graphite_layout.hxx | 73 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 D | graphite_adaptors.hxx | 74 namespace grutils namespace 115 const grutils::GrFeatureParser * features() const { return mpFeatures; }; in features() 126 grutils::GrFeatureParser * mpFeatures;
|
H A D | graphite_features.hxx | 34 namespace grutils namespace
|
H A D | graphite_serverfont.hxx | 39 …GraphiteLayoutImpl(const gr::Font & font, const grutils::GrFeatureParser * features, GraphiteFontA… in GraphiteLayoutImpl()
|
/trunk/main/vcl/source/glyphs/ |
H A D | graphite_adaptors.cxx | 128 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 D | graphite_textsrc.hxx | 58 namespace grutils namespace 87 void setFeatures(const grutils::GrFeatureParser * pFeatures); 99 const grutils::GrFeatureParser * mpFeatures;
|
H A D | glyphcache.cxx | 101 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 D | graphite_textsrc.cxx | 162 void TextSourceAdaptor::setFeatures(const grutils::GrFeatureParser * pFeatures) in setFeatures() 164 mpFeatures = new grutils::GrFeatureParser(*pFeatures); in setFeatures()
|
H A D | graphite_features.cxx | 41 using namespace grutils;
|
H A D | graphite_layout.cxx | 539 GraphiteLayout::GraphiteLayout(const gr::Font & font, const grutils::GrFeatureParser * pFeatures) t… in GraphiteLayout() 648 sal_Int32 hashCode(const grutils::GrFeatureParser * mpFeatures) in hashCode()
|
/trunk/main/vcl/win/source/gdi/ |
H A D | winlayout.cxx | 2813 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());
|
/trunk/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 2241 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 205 milliseconds