Home
last modified time | relevance | path

Searched refs:rcTemp (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_pageobjs.cpp101 CPDF_Rect rcTemp = rcClip; in DrawUnderline() local
102 pUser2Device->TransformRect(rcTemp); in DrawUnderline()
104 rcDevClip.left = (int32_t)rcTemp.left; in DrawUnderline()
105 rcDevClip.right = (int32_t)rcTemp.right; in DrawUnderline()
106 rcDevClip.top = (int32_t)rcTemp.top; in DrawUnderline()
107 rcDevClip.bottom = (int32_t)rcTemp.bottom; in DrawUnderline()
177 CPDF_Rect rcTemp = rcClip; in DrawEdit() local
178 pUser2Device->TransformRect(rcTemp); in DrawEdit()
180 rcDevClip.left = (int32_t)rcTemp.left; in DrawEdit()
181 rcDevClip.right = (int32_t)rcTemp.right; in DrawEdit()
[all …]
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListCtrl.cpp141 CPDF_Rect rcTemp = rcClient; in DrawChildAppearance() local
142 pUser2Device->TransformRect(rcTemp); in DrawChildAppearance()
143 FX_RECT rcClip((int32_t)rcTemp.left, (int32_t)rcTemp.bottom, in DrawChildAppearance()
144 (int32_t)rcTemp.right, (int32_t)rcTemp.top); in DrawChildAppearance()
DPWL_Wnd.cpp898 CPDF_Rect rcTemp = rect; in PWLtoWnd() local
900 mt.TransformRect(rcTemp); in PWLtoWnd()
901 return FX_RECT((int32_t)(rcTemp.left + 0.5), (int32_t)(rcTemp.bottom + 0.5), in PWLtoWnd()
902 (int32_t)(rcTemp.right + 0.5), (int32_t)(rcTemp.top + 0.5)); in PWLtoWnd()
DPWL_Utils.cpp1371 CPDF_Rect rcTemp(rect); in DrawFillRect() local
1372 path.AppendRect(rcTemp.left, rcTemp.bottom, rcTemp.right, rcTemp.top); in DrawFillRect()
1397 CPDF_Rect rcTemp(rect); in DrawStrokeRect() local
1398 path.AppendRect(rcTemp.left, rcTemp.bottom, rcTemp.right, rcTemp.top); in DrawStrokeRect()
1692 CPDF_Rect rcTemp = rcClip; in DrawEditSpellCheck() local
1693 pUser2Device->TransformRect(rcTemp); in DrawEditSpellCheck()
1695 rcDevClip.left = (int32_t)rcTemp.left; in DrawEditSpellCheck()
1696 rcDevClip.right = (int32_t)rcTemp.right; in DrawEditSpellCheck()
1697 rcDevClip.top = (int32_t)rcTemp.top; in DrawEditSpellCheck()
1698 rcDevClip.bottom = (int32_t)rcTemp.bottom; in DrawEditSpellCheck()