Home
last modified time | relevance | path

Searched refs:PImplTextLineInfo (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/inc/
H A Doutfont.hxx376 typedef ImplTextLineInfo* PImplTextLineInfo; typedef
381 PImplTextLineInfo* mpLines;
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx2838 mpLines = new PImplTextLineInfo[MULTITEXTLINEINFO_RESIZE]; in ImplMultiTextLineInfo()
2856 PImplTextLineInfo* pNewLines = new PImplTextLineInfo[mnSize]; in AddLine()
2857 memcpy( pNewLines, mpLines, mnLines*sizeof(PImplTextLineInfo) ); in AddLine()

Completed in 58 milliseconds