Home
last modified time | relevance | path

Searched refs:mpFeatures (Results 1 – 7 of 7) sorted by relevance

/trunk/main/vcl/source/glyphs/
H A Dgraphite_adaptors.cxx119 mpFeatures(NULL) in GraphiteFontAdaptor()
132 mpFeatures = new grutils::GrFeatureParser(*this, aFeat.getStr(), aLang.getStr()); in GraphiteFontAdaptor()
142 (int)mpFeatures->getFontFeatures(NULL), mpFeatures->parseErrors()); in GraphiteFontAdaptor()
147 mpFeatures = new grutils::GrFeatureParser(*this, aLang.getStr()); in GraphiteFontAdaptor()
156 mpFeatures(NULL) in GraphiteFontAdaptor()
158 if (rhs.mpFeatures) mpFeatures = new grutils::GrFeatureParser(*(rhs.mpFeatures)); in GraphiteFontAdaptor()
165 if (mpFeatures) delete mpFeatures; in ~GraphiteFontAdaptor()
166 mpFeatures = NULL; in ~GraphiteFontAdaptor()
H A Dgraphite_textsrc.cxx42 delete mpFeatures; in ~TextSourceAdaptor()
128 if (mpFeatures && mpFeatures->hasLanguage()) in getLanguage()
129 return mpFeatures->getLanguage(); in getLanguage()
148 if (mpFeatures) return mpFeatures->getFontFeatures(settings); in getFontFeatures()
164 mpFeatures = new grutils::GrFeatureParser(*pFeatures); in setFeatures()
H A Dgraphite_layout.cxx544 mpFeatures(pFeatures) in GraphiteLayout()
566 mpFeatures = NULL; in ~GraphiteLayout()
648 sal_Int32 hashCode(const grutils::GrFeatureParser * mpFeatures) in hashCode() argument
668 if (mpFeatures) in hashCode()
669 hash ^= mpFeatures->hashCode(); in hashCode()
734 sal_Int32 aFontHash = hasher.hashCode(mpFeatures); in CreateSegment()
787 if (mpFeatures) mpTextSrc->setFeatures(mpFeatures); in CreateSegment()
H A Dgraphite_textsrc.hxx99 const grutils::GrFeatureParser * mpFeatures; member in TextSourceAdaptor
105 mpFeatures(NULL) in TextSourceAdaptor()
/trunk/main/vcl/inc/
H A Dgraphite_adaptors.hxx115 const grutils::GrFeatureParser * features() const { return mpFeatures; }; in features()
126 grutils::GrFeatureParser * mpFeatures; member in GraphiteFontAdaptor
H A Dgraphite_layout.hxx123 const grutils::GrFeatureParser * mpFeatures; member in GraphiteLayout
161 void SetFeatures(grutils::GrFeatureParser * aFeature) { mpFeatures = aFeature; } in SetFeatures()
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx2813 grutils::GrFeatureParser * mpFeatures; member in GraphiteWinLayout
2840 ~GraphiteWinLayout() { delete mpFeatures; mpFeatures = NULL; };
2862 mpFeatures = new grutils::GrFeatureParser(mpFont, aFeat.getStr(), aLang.getStr());
2866 mpFeatures = new grutils::GrFeatureParser(mpFont, aLang.getStr());
2868 maImpl.SetFeatures(mpFeatures);

Completed in 65 milliseconds