Searched refs:LayoutGlyphs (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/vcl/inc/ |
H A D | graphite_layout.hxx | 133 bool LayoutGlyphs(ImplLayoutArgs& rArgs, gr::Segment * pSegment, GrSegRecord * pSegRecord); 136 bool LayoutGlyphs(ImplLayoutArgs& rArgs, gr::Segment * pSegment);
|
/aoo41x/main/vcl/source/glyphs/ |
H A D | graphite_layout.cxx | 607 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()
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | winlayout.cxx | 2918 bSucceeded = maImpl.LayoutGlyphs(args, pSegment, pSegRecord); 2920 bSucceeded = maImpl.LayoutGlyphs(args, pSegment);
|
Completed in 172 milliseconds