Lines Matching refs:GraphiteWinLayout
2809 class GraphiteWinLayout : public WinLayout class
2816 GraphiteWinLayout(HDC hDC, const ImplWinFontData& rWFD, ImplWinFontEntry& rWFE) throw();
2840 ~GraphiteWinLayout() { delete mpFeatures; mpFeatures = NULL; };
2846 bool GraphiteWinLayout::IsGraphiteEnabledFont(HDC hDC) throw()
2851 GraphiteWinLayout::GraphiteWinLayout(HDC hDC, const ImplWinFontData& rWFD, ImplWinFontEntry& rWFE) … function in GraphiteWinLayout
2871 void GraphiteWinLayout::ReplaceDC(gr::Segment & segment) const
2878 void GraphiteWinLayout::RestoreDC(gr::Segment & segment) const
2883 bool GraphiteWinLayout::LayoutText( ImplLayoutArgs & args)
2941 void GraphiteWinLayout::AdjustLayout(ImplLayoutArgs& rArgs)
2953 void GraphiteWinLayout::DrawText(SalGraphics &sal_graphics) const
2978 int GraphiteWinLayout::GetTextBreak( long nMaxWidth, long nCharExtra, int nFactor ) const
2986 long GraphiteWinLayout::FillDXArray( long* pDXArray ) const
2991 void GraphiteWinLayout::GetCaretPositions( int nArraySize, long* pCaretXArray ) const
2996 int GraphiteWinLayout::GetNextGlyphs( int length, sal_GlyphId* glyph_out,
3004 void GraphiteWinLayout::MoveGlyph( int glyph_idx, long new_x_pos )
3009 void GraphiteWinLayout::DropGlyph( int glyph_idx )
3014 void GraphiteWinLayout::Simplify( bool is_base )
3036 pWinLayout = new GraphiteWinLayout( getHDC(), rFontFace, rFontInstance);
3063 pWinLayout = new GraphiteWinLayout( getHDC(), rFontFace, rFontInstance);