Home
last modified time | relevance | path

Searched refs:GraphiteLayout (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx159 const int GraphiteLayout::EXTRA_CONTEXT_LENGTH = 10;
539 GraphiteLayout::GraphiteLayout(const gr::Font & font, const grutils::GrFeatureParser * pFeatures) t… in GraphiteLayout() function in GraphiteLayout
562 GraphiteLayout::~GraphiteLayout() throw() in ~GraphiteLayout()
569 void GraphiteLayout::clear() in clear()
589 bool GraphiteLayout::LayoutText(ImplLayoutArgs & rArgs) in LayoutText()
945 long GraphiteLayout::FillDXArray( sal_Int32* pDXArray ) const in FillDXArray()
985 void GraphiteLayout::AdjustLayout(ImplLayoutArgs& rArgs) in AdjustLayout()
1025 void GraphiteLayout::expandOrCondense(ImplLayoutArgs &rArgs) in expandOrCondense()
1492 void GraphiteLayout::MoveGlyph( int nGlyphIndex, long nNewPos ) in MoveGlyph()
1519 void GraphiteLayout::DropGlyph( int nGlyphIndex ) in DropGlyph()
[all …]
/trunk/main/vcl/inc/
H A Dgraphite_layout.hxx78 class VCL_PLUGIN_PUBLIC GraphiteLayout : public SalLayout class
126 …explicit GraphiteLayout( const gr::Font& font, const grutils::GrFeatureParser* features = NULL ) t…
160 virtual ~GraphiteLayout() throw();
H A Dgraphite_cache.hxx52 void setGlyphVectors(long nWidth, GraphiteLayout::Glyphs & vGlyphs, std::vector<int> vCharDxs, in setGlyphVectors()
70 const GraphiteLayout::Glyphs & glyphs() const { return mvGlyphs; } in glyphs()
85 GraphiteLayout::Glyphs mvGlyphs; // glyphs in display order
H A Dgraphite_serverfont.hxx36 class VCL_PLUGIN_PUBLIC GraphiteLayoutImpl : public GraphiteLayout
40 : GraphiteLayout(font, features), mpFont(pFont) {}; in GraphiteLayoutImpl()
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx2788 class GraphiteLayoutWinImpl : public GraphiteLayout
2793 : GraphiteLayout(font), mrFont(rFont) {};

Completed in 50 milliseconds