Home
last modified time | relevance | path

Searched defs:pGraphics (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fwl/theme/
H A Dcfwl_widgettp.cpp38 CFGAS_GEGraphics* pGraphics = pParams.m_pGraphics; in DrawText() local
88 void CFWL_WidgetTP::DrawBorder(CFGAS_GEGraphics* pGraphics, in DrawBorder()
105 void CFWL_WidgetTP::FillBackground(CFGAS_GEGraphics* pGraphics, in FillBackground()
111 void CFWL_WidgetTP::FillSolidRect(CFGAS_GEGraphics* pGraphics, in FillSolidRect()
127 void CFWL_WidgetTP::DrawFocus(CFGAS_GEGraphics* pGraphics, in DrawFocus()
143 void CFWL_WidgetTP::DrawArrow(CFGAS_GEGraphics* pGraphics, in DrawArrow()
196 void CFWL_WidgetTP::DrawBtn(CFGAS_GEGraphics* pGraphics, in DrawBtn()
209 void CFWL_WidgetTP::DrawArrowBtn(CFGAS_GEGraphics* pGraphics, in DrawArrowBtn()
H A Dcfwl_scrollbartp.cpp38 CFGAS_GEGraphics* pGraphics = pParams.m_pGraphics.Get(); in DrawBackground() local
73 void CFWL_ScrollBarTP::DrawThumbBtn(CFGAS_GEGraphics* pGraphics, in DrawThumbBtn()
103 void CFWL_ScrollBarTP::DrawPaw(CFGAS_GEGraphics* pGraphics, in DrawPaw()
186 void CFWL_ScrollBarTP::DrawTrack(CFGAS_GEGraphics* pGraphics, in DrawTrack()
215 void CFWL_ScrollBarTP::DrawMaxMinBtn(CFGAS_GEGraphics* pGraphics, in DrawMaxMinBtn()
H A Dcfwl_checkboxtp.cpp44 void CFWL_CheckBoxTP::DrawSignCheck(CFGAS_GEGraphics* pGraphics, in DrawSignCheck()
61 void CFWL_CheckBoxTP::DrawSignCircle(CFGAS_GEGraphics* pGraphics, in DrawSignCircle()
74 void CFWL_CheckBoxTP::DrawSignCross(CFGAS_GEGraphics* pGraphics, in DrawSignCross()
92 void CFWL_CheckBoxTP::DrawSignDiamond(CFGAS_GEGraphics* pGraphics, in DrawSignDiamond()
113 void CFWL_CheckBoxTP::DrawSignSquare(CFGAS_GEGraphics* pGraphics, in DrawSignSquare()
126 void CFWL_CheckBoxTP::DrawSignStar(CFGAS_GEGraphics* pGraphics, in DrawSignStar()
223 CFGAS_GEGraphics* pGraphics, in DrawCheckSign()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fwl/theme/
H A Dcfwl_widgettp.cpp45 CXFA_Graphics* pGraphics = pParams.m_pGraphics; in DrawText() local
95 void CFWL_WidgetTP::DrawBorder(CXFA_Graphics* pGraphics, in DrawBorder()
111 void CFWL_WidgetTP::FillBackground(CXFA_Graphics* pGraphics, in FillBackground()
117 void CFWL_WidgetTP::FillSolidRect(CXFA_Graphics* pGraphics, in FillSolidRect()
132 void CFWL_WidgetTP::DrawFocus(CXFA_Graphics* pGraphics, in DrawFocus()
148 void CFWL_WidgetTP::DrawArrow(CXFA_Graphics* pGraphics, in DrawArrow()
200 void CFWL_WidgetTP::DrawBtn(CXFA_Graphics* pGraphics, in DrawBtn()
213 void CFWL_WidgetTP::DrawArrowBtn(CXFA_Graphics* pGraphics, in DrawArrowBtn()
H A Dcfwl_scrollbartp.cpp39 CXFA_Graphics* pGraphics = pParams.m_pGraphics.Get(); in DrawBackground() local
74 void CFWL_ScrollBarTP::DrawThumbBtn(CXFA_Graphics* pGraphics, in DrawThumbBtn()
104 void CFWL_ScrollBarTP::DrawPaw(CXFA_Graphics* pGraphics, in DrawPaw()
187 void CFWL_ScrollBarTP::DrawTrack(CXFA_Graphics* pGraphics, in DrawTrack()
215 void CFWL_ScrollBarTP::DrawMaxMinBtn(CXFA_Graphics* pGraphics, in DrawMaxMinBtn()
H A Dcfwl_checkboxtp.cpp48 void CFWL_CheckBoxTP::DrawSignCheck(CXFA_Graphics* pGraphics, in DrawSignCheck()
64 void CFWL_CheckBoxTP::DrawSignCircle(CXFA_Graphics* pGraphics, in DrawSignCircle()
76 void CFWL_CheckBoxTP::DrawSignCross(CXFA_Graphics* pGraphics, in DrawSignCross()
94 void CFWL_CheckBoxTP::DrawSignDiamond(CXFA_Graphics* pGraphics, in DrawSignDiamond()
114 void CFWL_CheckBoxTP::DrawSignSquare(CXFA_Graphics* pGraphics, in DrawSignSquare()
126 void CFWL_CheckBoxTP::DrawSignStar(CXFA_Graphics* pGraphics, in DrawSignStar()
227 CXFA_Graphics* pGraphics, in DrawCheckSign()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fwl/
H A Dcfwl_monthcalendar.cpp121 void CFWL_MonthCalendar::DrawWidget(CFGAS_GEGraphics* pGraphics, in DrawWidget()
150 void CFWL_MonthCalendar::DrawBackground(CFGAS_GEGraphics* pGraphics, in DrawBackground()
163 void CFWL_MonthCalendar::DrawHeadBK(CFGAS_GEGraphics* pGraphics, in DrawHeadBK()
176 void CFWL_MonthCalendar::DrawLButton(CFGAS_GEGraphics* pGraphics, in DrawLButton()
189 void CFWL_MonthCalendar::DrawRButton(CFGAS_GEGraphics* pGraphics, in DrawRButton()
202 void CFWL_MonthCalendar::DrawCaption(CFGAS_GEGraphics* pGraphics, in DrawCaption()
220 void CFWL_MonthCalendar::DrawSeparator(CFGAS_GEGraphics* pGraphics, in DrawSeparator()
263 void CFWL_MonthCalendar::DrawWeek(CFGAS_GEGraphics* pGraphics, in DrawWeek()
289 void CFWL_MonthCalendar::DrawToday(CFGAS_GEGraphics* pGraphics, in DrawToday()
307 void CFWL_MonthCalendar::DrawDatesIn(CFGAS_GEGraphics* pGraphics, in DrawDatesIn()
[all …]
H A Dcfwl_caret.cpp40 void CFWL_Caret::DrawWidget(CFGAS_GEGraphics* pGraphics, in DrawWidget()
60 void CFWL_Caret::DrawCaretBK(CFGAS_GEGraphics* pGraphics, in DrawCaretBK()
79 void CFWL_Caret::OnDrawWidget(CFGAS_GEGraphics* pGraphics, in OnDrawWidget()
H A Dcfwl_picturebox.cpp25 void CFWL_PictureBox::DrawWidget(CFGAS_GEGraphics* pGraphics, in DrawWidget()
34 void CFWL_PictureBox::OnDrawWidget(CFGAS_GEGraphics* pGraphics, in OnDrawWidget()
H A Dcfwl_pushbutton.cpp45 void CFWL_PushButton::DrawWidget(CFGAS_GEGraphics* pGraphics, in DrawWidget()
56 void CFWL_PushButton::DrawBkground(CFGAS_GEGraphics* pGraphics, in DrawBkground()
129 void CFWL_PushButton::OnDrawWidget(CFGAS_GEGraphics* pGraphics, in OnDrawWidget()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fwl/
H A Dcfwl_monthcalendar.cpp125 void CFWL_MonthCalendar::DrawWidget(CXFA_Graphics* pGraphics, in DrawWidget()
158 void CFWL_MonthCalendar::DrawBackground(CXFA_Graphics* pGraphics, in DrawBackground()
172 void CFWL_MonthCalendar::DrawHeadBK(CXFA_Graphics* pGraphics, in DrawHeadBK()
186 void CFWL_MonthCalendar::DrawLButton(CXFA_Graphics* pGraphics, in DrawLButton()
200 void CFWL_MonthCalendar::DrawRButton(CXFA_Graphics* pGraphics, in DrawRButton()
214 void CFWL_MonthCalendar::DrawCaption(CXFA_Graphics* pGraphics, in DrawCaption()
234 void CFWL_MonthCalendar::DrawSeparator(CXFA_Graphics* pGraphics, in DrawSeparator()
278 void CFWL_MonthCalendar::DrawWeek(CXFA_Graphics* pGraphics, in DrawWeek()
304 void CFWL_MonthCalendar::DrawToday(CXFA_Graphics* pGraphics, in DrawToday()
326 void CFWL_MonthCalendar::DrawDatesIn(CXFA_Graphics* pGraphics, in DrawDatesIn()
[all …]
H A Dcfwl_caret.cpp41 void CFWL_Caret::DrawWidget(CXFA_Graphics* pGraphics, in DrawWidget()
66 void CFWL_Caret::DrawCaretBK(CXFA_Graphics* pGraphics, in DrawCaretBK()
85 void CFWL_Caret::OnDrawWidget(CXFA_Graphics* pGraphics, in OnDrawWidget()
H A Dcfwl_picturebox.cpp32 void CFWL_PictureBox::DrawWidget(CXFA_Graphics* pGraphics, in DrawWidget()
44 void CFWL_PictureBox::OnDrawWidget(CXFA_Graphics* pGraphics, in OnDrawWidget()
H A Dcfwl_pushbutton.cpp51 void CFWL_PushButton::DrawWidget(CXFA_Graphics* pGraphics, in DrawWidget()
65 void CFWL_PushButton::DrawBkground(CXFA_Graphics* pGraphics, in DrawBkground()
141 void CFWL_PushButton::OnDrawWidget(CXFA_Graphics* pGraphics, in OnDrawWidget()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fwl/theme/
H A Dcfwl_checkboxtp.cpp111 CFX_Graphics* pGraphics, in DrawBoxBk()
162 CFX_Graphics* pGraphics, in DrawSign()
218 void CFWL_CheckBoxTP::DrawSignNeutral(CFX_Graphics* pGraphics, in DrawSignNeutral()
224 void CFWL_CheckBoxTP::DrawSignCheck(CFX_Graphics* pGraphics, in DrawSignCheck()
241 void CFWL_CheckBoxTP::DrawSignCircle(CFX_Graphics* pGraphics, in DrawSignCircle()
254 void CFWL_CheckBoxTP::DrawSignCross(CFX_Graphics* pGraphics, in DrawSignCross()
271 void CFWL_CheckBoxTP::DrawSignDiamond(CFX_Graphics* pGraphics, in DrawSignDiamond()
291 void CFWL_CheckBoxTP::DrawSignSquare(CFX_Graphics* pGraphics, in DrawSignSquare()
305 void CFWL_CheckBoxTP::DrawSignStar(CFX_Graphics* pGraphics, in DrawSignStar()
339 CFX_Graphics* pGraphics, in DrawSignBorder()
H A Dcfwl_widgettp.cpp92 CFX_Graphics* pGraphics = pParams->m_pGraphics; in DrawText() local
242 void CFWL_WidgetTP::DrawEdge(CFX_Graphics* pGraphics, in DrawEdge()
269 void CFWL_WidgetTP::Draw3DRect(CFX_Graphics* pGraphics, in Draw3DRect()
355 void CFWL_WidgetTP::Draw3DCircle(CFX_Graphics* pGraphics, in Draw3DCircle()
397 void CFWL_WidgetTP::DrawBorder(CFX_Graphics* pGraphics, in DrawBorder()
420 void CFWL_WidgetTP::FillSoildRect(CFX_Graphics* pGraphics, in FillSoildRect()
504 void CFWL_WidgetTP::DrawFocus(CFX_Graphics* pGraphics, in DrawFocus()
523 void CFWL_WidgetTP::DrawArrow(CFX_Graphics* pGraphics, in DrawArrow()
577 void CFWL_WidgetTP::DrawArrow(CFX_Graphics* pGraphics, in DrawArrow()
632 void CFWL_WidgetTP::DrawBtn(CFX_Graphics* pGraphics, in DrawBtn()
[all …]
H A Dcfwl_scrollbartp.cpp60 CFX_Graphics* pGraphics = pParams->m_pGraphics; in DrawBackground() local
93 void CFWL_ScrollBarTP::DrawThumbBtn(CFX_Graphics* pGraphics, in DrawThumbBtn()
139 void CFWL_ScrollBarTP::DrawPaw(CFX_Graphics* pGraphics, in DrawPaw()
214 void CFWL_ScrollBarTP::DrawTrack(CFX_Graphics* pGraphics, in DrawTrack()
249 void CFWL_ScrollBarTP::DrawMaxMinBtn(CFX_Graphics* pGraphics, in DrawMaxMinBtn()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/directx/
H A Ddx_canvashelper.cxx149 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in clear() local
169 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in drawPoint() local
205 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in drawLine() local
244 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in drawBezier() local
290 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in drawPolyPolygon() local
335 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in strokePolyPolygon() local
436 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in fillPolyPolygon() local
499 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in drawText() local
588 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in drawBitmap() local
616 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in drawBitmapModulated() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/directx/
H A Ddx_canvashelper.cxx172 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in clear() local
192 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in drawPoint() local
228 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in drawLine() local
267 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in drawBezier() local
313 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in drawPolyPolygon() local
358 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in strokePolyPolygon() local
459 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in fillPolyPolygon() local
522 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in drawText() local
611 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in drawBitmap() local
639 GraphicsSharedPtr pGraphics( mpGraphicsProvider->getGraphics() ); in drawBitmapModulated() local
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fwl/basewidget/
H A Dfwl_monthcalendarimp.cpp287 void CFWL_MonthCalendarImp::DrawBkground(CFX_Graphics* pGraphics, in DrawBkground()
301 void CFWL_MonthCalendarImp::DrawHeadBK(CFX_Graphics* pGraphics, in DrawHeadBK()
315 void CFWL_MonthCalendarImp::DrawLButton(CFX_Graphics* pGraphics, in DrawLButton()
329 void CFWL_MonthCalendarImp::DrawRButton(CFX_Graphics* pGraphics, in DrawRButton()
343 void CFWL_MonthCalendarImp::DrawCaption(CFX_Graphics* pGraphics, in DrawCaption()
368 void CFWL_MonthCalendarImp::DrawSeperator(CFX_Graphics* pGraphics, in DrawSeperator()
382 void CFWL_MonthCalendarImp::DrawDatesInBK(CFX_Graphics* pGraphics, in DrawDatesInBK()
416 void CFWL_MonthCalendarImp::DrawWeek(CFX_Graphics* pGraphics, in DrawWeek()
484 void CFWL_MonthCalendarImp::DrawToday(CFX_Graphics* pGraphics, in DrawToday()
510 void CFWL_MonthCalendarImp::DrawDatesIn(CFX_Graphics* pGraphics, in DrawDatesIn()
[all …]
H A Dfwl_pictureboximp.cpp91 FWL_Error CFWL_PictureBoxImp::DrawWidget(CFX_Graphics* pGraphics, in DrawWidget()
107 void CFWL_PictureBoxImp::DrawBkground(CFX_Graphics* pGraphics, in DrawBkground()
156 void CFWL_PictureBoxImpDelegate::OnDrawWidget(CFX_Graphics* pGraphics, in OnDrawWidget()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qt5/
H A DQt5VirtualDevice.cxx35 Qt5Graphics* pGraphics = new Qt5Graphics(m_pImage.get()); in AcquireGraphics() local
40 void Qt5VirtualDevice::ReleaseGraphics(SalGraphics* pGraphics) in ReleaseGraphics()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qt5/
H A DQt5VirtualDevice.cxx36 Qt5Graphics* pGraphics = new Qt5Graphics(m_pImage.get()); in AcquireGraphics() local
41 void Qt5VirtualDevice::ReleaseGraphics(SalGraphics* pGraphics) in ReleaseGraphics()
/dports/games/kblocks/kblocks-21.12.3/autotests/
H A Dtest_KBlocksItemGroup.cpp150 std::unique_ptr<GraphicsInterface> pGraphics( new MockGraphics() ); in updateGameShouldProcessGameActionsOnGameOver() local
169 std::unique_ptr<GraphicsInterface> pGraphics( new MockGraphics() ); in updateGameShouldRefreshItemsOnGameOver() local
192 std::unique_ptr<GraphicsInterface> pGraphics( new MockGraphics() ); in stopGameShouldProcessRemainingGameActions() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/gdi/
H A Dsalvd.cxx34 …:unique_ptr<SalVirtualDevice> X11SalInstance::CreateX11VirtualDevice(SalGraphics const * pGraphics, in CreateX11VirtualDevice()
45 std::unique_ptr<SalVirtualDevice> X11SalInstance::CreateVirtualDevice(SalGraphics* pGraphics, in CreateVirtualDevice()
85 X11SalVirtualDevice::X11SalVirtualDevice(SalGraphics const * pGraphics, long &nDX, long &nDY, in X11SalVirtualDevice()

12345678