Searched refs:GraphiteLayout (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/vcl/source/glyphs/ |
| H A D | graphite_layout.cxx | 159 const int GraphiteLayout::EXTRA_CONTEXT_LENGTH = 10; 169 GraphiteLayout::Glyphs::fill_from(gr::Segment & rSegment, ImplLayoutArgs &rArgs, in fill_from() 340 std::pair<float,float> GraphiteLayout::Glyphs::appendCluster(gr::Segment& rSeg, in appendCluster() 463 GraphiteLayout::Glyphs::append(gr::Segment &segment, ImplLayoutArgs &args, gr::GlyphInfo & gi, floa… in append() 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() 694 gr::Segment * GraphiteLayout::CreateSegment(ImplLayoutArgs& rArgs, GrSegRecord ** pSegRecord) in CreateSegment() 696 gr::Segment * GraphiteLayout::CreateSegment(ImplLayoutArgs& rArgs) in CreateSegment() [all …]
|
| /trunk/main/vcl/inc/ |
| H A D | graphite_layout.hxx | 78 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 D | graphite_cache.hxx | 52 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 D | graphite_serverfont.hxx | 36 class VCL_PLUGIN_PUBLIC GraphiteLayoutImpl : public GraphiteLayout 40 : GraphiteLayout(font, features), mpFont(pFont) {}; in GraphiteLayoutImpl()
|
| /trunk/main/vcl/win/source/gdi/ |
| H A D | winlayout.cxx | 2788 class GraphiteLayoutWinImpl : public GraphiteLayout 2793 : GraphiteLayout(font), mrFont(rFont) {};
|