• Home
  • Raw
  • Download

Lines Matching refs:ptOffset

81 								const CPDF_Rect& rcClip, const CPDF_Point& ptOffset, const CPVT_WordRange* pRange)  in DrawUnderline()  argument
116 rcUnderline.left += ptOffset.x; in DrawUnderline()
117 rcUnderline.right += ptOffset.x; in DrawUnderline()
118 rcUnderline.top += ptOffset.y; in DrawUnderline()
119 rcUnderline.bottom += ptOffset.y; in DrawUnderline()
132 …const CPDF_Rect& rcClip, const CPDF_Point& ptOffset, const CPVT_WordRange* pRange, IFX_SystemHandl… in DrawEdit() argument
238 …DrawTextString(pDevice, CPDF_Point(ptBT.x+ptOffset.x, ptBT.y+ptOffset.y), pFontMap->GetPDFFont(nFo… in DrawEdit()
252 …DrawTextString(pDevice,CPDF_Point(word.ptWord.x+ptOffset.x, word.ptWord.y+ptOffset.y), pFontMap->G… in DrawEdit()
264 …DrawTextString(pDevice, CPDF_Point(ptBT.x+ptOffset.x, ptBT.y+ptOffset.y), pFontMap->GetPDFFont(nFo… in DrawEdit()
274 const CPDF_Rect& rcClip, const CPDF_Point& ptOffset, const CPVT_WordRange* pRange) in DrawRichEdit() argument
341 pathSelBK.AppendRect(word.ptWord.x + ptOffset.x, in DrawRichEdit()
342 line.ptLine.y + line.fLineDescent + ptOffset.y, in DrawRichEdit()
343 word.ptWord.x+word.fWidth + ptOffset.x, in DrawRichEdit()
344 line.ptLine.y + line.fLineAscent + ptOffset.y); in DrawRichEdit()
355 …DrawTextString(pDevice, CPDF_Point(ptBT.x+ptOffset.x, ptBT.y+ptOffset.y), pFontMap->GetPDFFont(wp.… in DrawRichEdit()
391 …DrawTextString(pDevice, CPDF_Point(ptBT.x+ptOffset.x, ptBT.y+ptOffset.y), pFontMap->GetPDFFont(wp.… in DrawRichEdit()
451 …const CPDF_Point& ptOffset, const CPVT_WordRange* pRange, FX_COLORREF crText, CFX_ArrayTemplate<CP… in GeneratePageObjects() argument
486 CPDF_Point(ptBT.x+ptOffset.x, ptBT.y+ptOffset.y), sTextBuf.GetByteString())); in GeneratePageObjects()
503 CPDF_Point(ptBT.x+ptOffset.x, ptBT.y+ptOffset.y), sTextBuf.GetByteString())); in GeneratePageObjects()
510 …const CPDF_Point& ptOffset, const CPVT_WordRange* pRange, CFX_ArrayTemplate<CPDF_TextObject*>& Obj… in GenerateRichPageObjects() argument
554 CPDF_Point(ptBT.x+ptOffset.x, ptBT.y+ptOffset.y), sTextBuf.GetByteString())); in GenerateRichPageObjects()
574 rcUnderline.left += ptOffset.x; in GenerateRichPageObjects()
575 rcUnderline.right += ptOffset.x; in GenerateRichPageObjects()
576 rcUnderline.top += ptOffset.y; in GenerateRichPageObjects()
577 rcUnderline.bottom += ptOffset.y; in GenerateRichPageObjects()
585 rcCrossout.left += ptOffset.x; in GenerateRichPageObjects()
586 rcCrossout.right += ptOffset.x; in GenerateRichPageObjects()
587 rcCrossout.top += ptOffset.y; in GenerateRichPageObjects()
588 rcCrossout.bottom += ptOffset.y; in GenerateRichPageObjects()
600 CPDF_Point(ptBT.x+ptOffset.x, ptBT.y+ptOffset.y), sTextBuf.GetByteString())); in GenerateRichPageObjects()
607 const CPDF_Point& ptOffset, const CPVT_WordRange* pRange, FX_COLORREF color) in GenerateUnderlineObjects() argument
631 rcUnderline.left += ptOffset.x; in GenerateUnderlineObjects()
632 rcUnderline.right += ptOffset.x; in GenerateUnderlineObjects()
633 rcUnderline.top += ptOffset.y; in GenerateUnderlineObjects()
634 rcUnderline.bottom += ptOffset.y; in GenerateUnderlineObjects()