• Home
  • Raw
  • Download

Lines Matching refs:pUser2Device

34                            CFX_Matrix* pUser2Device,  in DrawTextString()  argument
40 pUser2Device->Transform(x, y); in DrawTextString()
45 mt.Concat(*pUser2Device); in DrawTextString()
53 pUser2Device->Transform(pt1.x, pt1.y); in DrawTextString()
54 pUser2Device->Transform(pt2.x, pt2.y); in DrawTextString()
73 pUser2Device->Transform(pt1.x, pt1.y); in DrawTextString()
74 pUser2Device->Transform(pt2.x, pt2.y); in DrawTextString()
80 pUser2Device, str, crTextFill, in DrawTextString()
84 pUser2Device, str, crTextFill, 0, in DrawTextString()
92 CFX_Matrix* pUser2Device, in DrawUnderline() argument
102 pUser2Device->TransformRect(rcTemp); in DrawUnderline()
134 pDevice->DrawPath(&pathUnderline, pUser2Device, NULL, color, 0, in DrawUnderline()
145 CFX_Matrix* pUser2Device, in DrawEdit() argument
178 pUser2Device->TransformRect(rcTemp); in DrawEdit()
233 pDevice->DrawPath(&pathSelBK, pUser2Device, NULL, crSelBK, 0, in DrawEdit()
245 pUser2Device, sTextBuf.GetByteString(), in DrawEdit()
261 pFontMap->GetPDFFont(word.nFontIndex), fFontSize, pUser2Device, in DrawEdit()
272 pFontMap->GetPDFFont(nFontIndex), fFontSize, pUser2Device, in DrawEdit()
282 CFX_Matrix* pUser2Device, in DrawRichEdit() argument
303 pUser2Device->TransformRect(rcTemp); in DrawRichEdit()
350 pDevice->DrawPath(&pathSelBK, pUser2Device, NULL, crSelBK, 0, in DrawRichEdit()
363 pUser2Device, sTextBuf.GetByteString(), crOld, 0, in DrawRichEdit()
382 pDevice->DrawPath(&pathUnderline, pUser2Device, NULL, crCurText, 0, in DrawRichEdit()
392 pDevice->DrawPath(&pathCrossout, pUser2Device, NULL, crCurText, 0, in DrawRichEdit()
403 pFontMap->GetPDFFont(wp.nFontIndex), wp.fFontSize, pUser2Device, in DrawRichEdit()