Home
last modified time | relevance | path

Searched refs:GetNextGlyphs (Results 1 – 15 of 15) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx4169 if( !rSalLayout.GetNextGlyphs( 1, &aGlyphId, aPos, nStart, &nAdvance ) ) in ImplDrawTextLines()
4494 if( !rSalLayout.GetNextGlyphs( 1, &aGlyphId, aOutPoint, nStart ) ) in ImplDrawEmphasisMarks()
7423 for( int nStart = 0; rLayout->GetNextGlyphs( 1, &aGlyphId, aPos, nStart ); ) in GetSysTextLayoutData()
H A Dpdfwriter_impl.cxx7464 …while( (nGlyphs = rLayout.GetNextGlyphs( nTmpMaxGlyphs, pGlyphs, aGNGlyphPos, nIndex, nAdvanceWidt… in drawLayout()
7579 if( !rLayout.GetNextGlyphs( 1, &aGlyphId, aPos, nStart, &nAdvance ) ) in drawLayout()
7679 if( !rLayout.GetNextGlyphs( 1, &aGlyphId, aPos, nStart, &nAdvance ) ) in drawLayout()
H A Dsallayout.cxx881 if( !GetNextGlyphs( 1, &nLGlyph, aPos, nStart ) ) in GetOutline()
916 if( !GetNextGlyphs( 1, &nLGlyph, aPos, nStart ) ) in GetBoundRect()
1493 int GenericSalLayout::GetNextGlyphs( int nLen, sal_GlyphId* pGlyphs, Point& rPos, in GetNextGlyphs() function in GenericSalLayout
1841 nValid[ nLevel ] = mpLayouts[n]->GetNextGlyphs( 1, &nDummy, aPos, in AdjustLayout()
1919 nValid[0] = mpLayouts[0]->GetNextGlyphs( 1, &nDummy, aPos, in AdjustLayout()
1939 nValid[n] = mpLayouts[n]->GetNextGlyphs( 1, &nDummy, aPos, in AdjustLayout()
2246 int MultiSalLayout::GetNextGlyphs( int nLen, sal_GlyphId* pGlyphIdxAry, Point& rPos, in GetNextGlyphs() function in MultiSalLayout
2260 int nRetVal = rLayout.GetNextGlyphs( nLen, pGlyphIdxAry, rPos, in GetNextGlyphs()
/trunk/main/vcl/aqua/source/gdi/
H A Dctlayout.cxx37 virtual int GetNextGlyphs( int nLen, sal_GlyphId* pOutGlyphIds, Point& rPos, int&,
288 int CTLayout::GetNextGlyphs( int nLen, sal_GlyphId* pOutGlyphIds, Point& rPos, int& nStart, in GetNextGlyphs() function in CTLayout
H A Datslayout.cxx47 virtual int GetNextGlyphs( int nLen, sal_GlyphId* pOutGlyphIds, Point& rPos, int&,
472 int ATSLayout::GetNextGlyphs( int nLen, sal_GlyphId* pOutGlyphIds, Point& rPos, int& nStart, in GetNextGlyphs() function in ATSLayout
/trunk/main/vcl/unx/headless/
H A Dsvptext.cxx474 for( int nStart = 0; rSalLayout.GetNextGlyphs( 1, &aGlyphId, aPos, nStart ); ) in DrawServerFontLayout()
H A Dsvppspgraphics.cxx677 …int nGlyphCount = rLayout.GetNextGlyphs( nMaxGlyphs, aGlyphAry, aPos, nStart, aWidthAry, bIsPspSer… in DrawPrinterLayout()
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx179 virtual int GetNextGlyphs( int nLen, sal_GlyphId* pGlyphs, Point& rPos, int&,
580 int SimpleWinLayout::GetNextGlyphs( int nLen, sal_GlyphId* pGlyphIds, Point& rPos, int& nStart, function in SimpleWinLayout
1054 virtual int GetNextGlyphs( int nLen, sal_GlyphId* pGlyphs, Point& rPos, int&,
1755 int UniscribeLayout::GetNextGlyphs( int nLen, sal_GlyphId* pGlyphs, Point& rPos, function in UniscribeLayout
2833 virtual int GetNextGlyphs(int nLen, sal_GlyphId* pGlyphIdxAry, ::Point & rPos, int&,
2967 nGlyphs = maImpl.GetNextGlyphs(1, glyphIntStr, aPos, glyphIndex);
2996 int GraphiteWinLayout::GetNextGlyphs( int length, sal_GlyphId* glyph_out, function in GraphiteWinLayout
3001 return maImpl.GetNextGlyphs(length, glyph_out, pos_out, glyph_slot, glyph_adv, char_index);
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx762 …int nGlyphCount = rLayout.GetNextGlyphs( nMaxGlyphs, aGlyphAry, aPos, nStart, aWidthAry, pText ? a… in DrawPrinterLayout()
H A Dsalgdi3.cxx479 for( int nStart = 0; rLayout.GetNextGlyphs( 1, &aGlyphId, aPos, nStart ); ) in DrawCairoAAFontString()
630 int nGlyphs = rLayout.GetNextGlyphs( nMaxGlyphs, aGlyphAry, aPos, nStart ); in DrawServerAAFontString()
662 for( bool bFirst=true; rLayout.GetNextGlyphs( 1, &nGlyph, aPos, nStart ); ) in DrawServerAAForcedString()
812 for( nStart = 0; rLayout.GetNextGlyphs( 1, &nGlyph, aPos, nStart ); ) in DrawServerAAForcedString()
894 for( int nStart = 0; rSalLayout.GetNextGlyphs( 1, &nGlyph, aPos, nStart ); ) in DrawServerSimpleFontString()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx1403 int GraphiteLayout::GetNextGlyphs( int length, sal_GlyphId * glyph_out, in GetNextGlyphs() function in GraphiteLayout
/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx138 virtual int GetNextGlyphs( int nLen, sal_GlyphId* pGlyphs, Point& rPos, int&,
510 int Os2SalLayout::GetNextGlyphs( int nLen, sal_GlyphId* pGlyphIds, Point& rPos, int& nStart, function in Os2SalLayout
/trunk/main/vcl/inc/
H A Dsallayout.hxx181 virtual int GetNextGlyphs( int nLen, sal_GlyphId* pGlyphIdAry, Point& rPos, int&,
239 virtual int GetNextGlyphs( int nLen, sal_GlyphId* pGlyphIdxAry, Point& rPos,
334 virtual int GetNextGlyphs( int nLen, sal_GlyphId* pGlyphIdxAry, Point& rPos, int&,
H A Dgraphite_layout.hxx149 virtual int GetNextGlyphs(int nLen, sal_GlyphId* pGlyphIdxAry, ::Point & rPos, int&,
H A Dgraphite_serverfont.hxx73 virtual int GetNextGlyphs( int l, sal_GlyphId* gia, Point& p, int& s, in GetNextGlyphs() function in GraphiteServerFontLayout
78 return maImpl.GetNextGlyphs(l, gia, p, s, gaa, cpa); in GetNextGlyphs()

Completed in 158 milliseconds