Home
last modified time | relevance | path

Searched refs:LayoutGlyphs (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/inc/
H A Dgraphite_layout.hxx133 bool LayoutGlyphs(ImplLayoutArgs& rArgs, gr::Segment * pSegment, GrSegRecord * pSegRecord);
136 bool LayoutGlyphs(ImplLayoutArgs& rArgs, gr::Segment * pSegment);
/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx607 bool success = LayoutGlyphs(rArgs, pSegment, pSegRecord); in LayoutText()
619 success = LayoutGlyphs(rArgs, pSegment); in LayoutText()
824 bool GraphiteLayout::LayoutGlyphs(ImplLayoutArgs& rArgs, gr::Segment * pSegment, GrSegRecord * pSeg… in LayoutGlyphs() function in GraphiteLayout
826 bool GraphiteLayout::LayoutGlyphs(ImplLayoutArgs& rArgs, gr::Segment * pSegment) in LayoutGlyphs()
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx2918 bSucceeded = maImpl.LayoutGlyphs(args, pSegment, pSegRecord);
2920 bSucceeded = maImpl.LayoutGlyphs(args, pSegment);

Completed in 45 milliseconds