HomeSort by relevance Sort by last modified time
    Searched refs:pGraphics (Results 26 - 50 of 72) sorted by null

12 3

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffimageedit.h 23 virtual FWL_ERR OnDrawWidget(CFX_Graphics* pGraphics,
xfa_fwltheme.cpp 132 CFX_Graphics* pGraphics = pParams->m_pGraphics;
133 CFX_RenderDevice* pRenderDevice = pGraphics->GetRenderDevice();
138 CFX_Matrix* pMatrix = pGraphics->GetMatrix();
152 CFX_Graphics* pGraphics = pParams->m_pGraphics;
153 CFX_RenderDevice* pRenderDevice = pGraphics->GetRenderDevice();
163 CFX_Matrix* pMatrix = pGraphics->GetMatrix();
354 CFX_Graphics* pGraphics,
368 DrawSignCheck(pGraphics, &rtSign, dwColor, pMatrix);
371 DrawSignCircle(pGraphics, &rtSign, dwColor, pMatrix);
374 DrawSignCross(pGraphics, &rtSign, dwColor, pMatrix);
    [all...]
xfa_ffcheckbutton.h 27 virtual FWL_ERR OnDrawWidget(CFX_Graphics* pGraphics,
xfa_ffpushbutton.h 27 virtual FWL_ERR OnDrawWidget(CFX_Graphics* pGraphics,
xfa_ffpushbutton.cpp 216 FWL_ERR CXFA_FFPushButton::OnDrawWidget(CFX_Graphics* pGraphics,
227 pGraphics->SetFillColor(&cr);
231 pGraphics->FillPath(&path, FXFILL_WINDING, (CFX_Matrix*)pMatrix);
239 pGraphics->SetStrokeColor(&cr);
240 pGraphics->SetLineWidth(fLineWidth);
246 pGraphics->StrokePath(&path, (CFX_Matrix*)pMatrix);
xfa_ffchoicelist.h 29 virtual FWL_ERR OnDrawWidget(CFX_Graphics* pGraphics,
86 virtual FWL_ERR OnDrawWidget(CFX_Graphics* pGraphics,
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_tooltipctrlimp.cpp 131 FWL_ERR CFWL_ToolTipImp::DrawWidget(CFX_Graphics* pGraphics,
136 return toolTipTarget->DrawToolTip(pGraphics, pMatrix, m_pInterface);
138 if (!pGraphics)
143 DrawBkground(pGraphics, pTheme, pMatrix);
144 DrawText(pGraphics, pTheme, pMatrix);
147 void CFWL_ToolTipImp::DrawBkground(CFX_Graphics* pGraphics,
154 param.m_pGraphics = pGraphics;
164 void CFWL_ToolTipImp::DrawText(CFX_Graphics* pGraphics,
178 param.m_pGraphics = pGraphics;
288 FWL_ERR CFWL_ToolTipImpDelegate::OnDrawWidget(CFX_Graphics* pGraphics,
    [all...]
fwl_spinbuttonimp.cpp 118 FWL_ERR CFWL_SpinButtonImp::DrawWidget(CFX_Graphics* pGraphics,
120 if (!pGraphics)
128 DrawBorder(pGraphics, FWL_PART_SPB_Border, pTheme, pMatrix);
131 DrawEdge(pGraphics, FWL_PART_SPB_Edge, pTheme, pMatrix);
133 DrawUpButton(pGraphics, pTheme, pMatrix);
134 DrawDownButton(pGraphics, pTheme, pMatrix);
168 void CFWL_SpinButtonImp::DrawUpButton(CFX_Graphics* pGraphics,
174 params.m_pGraphics = pGraphics;
182 void CFWL_SpinButtonImp::DrawDownButton(CFX_Graphics* pGraphics,
188 params.m_pGraphics = pGraphics;
    [all...]
fwl_pushbuttonimp.cpp 104 FWL_ERR CFWL_PushButtonImp::DrawWidget(CFX_Graphics* pGraphics,
106 if (!pGraphics)
115 DrawBorder(pGraphics, FWL_PART_PSB_Border, m_pProperties->m_pThemeProvider,
119 DrawEdge(pGraphics, FWL_PART_PSB_Edge, m_pProperties->m_pThemeProvider,
122 DrawBkground(pGraphics, m_pProperties->m_pThemeProvider, pMatrix);
138 DrawText(pGraphics, m_pProperties->m_pThemeProvider, &matrix);
195 pGraphics->DrawImage(pPicture, point, &matrix);
283 pGraphics->DrawImage(pPicture, point, &matrix);
287 DrawText(pGraphics, m_pProperties->m_pThemeProvider, &matrix);
292 void CFWL_PushButtonImp::DrawBkground(CFX_Graphics* pGraphics,
    [all...]
fwl_scrollbarimp.cpp 143 FWL_ERR CFWL_ScrollBarImp::DrawWidget(CFX_Graphics* pGraphics,
145 if (!pGraphics)
151 DrawBorder(pGraphics, FWL_PART_SCB_Border, pTheme, pMatrix);
154 DrawEdge(pGraphics, FWL_PART_SCB_Edge, pTheme, pMatrix);
156 DrawTrack(pGraphics, pTheme, TRUE, pMatrix);
157 DrawTrack(pGraphics, pTheme, FALSE, pMatrix);
158 DrawArrowBtn(pGraphics, pTheme, TRUE, pMatrix);
159 DrawArrowBtn(pGraphics, pTheme, FALSE, pMatrix);
160 DrawThumb(pGraphics, pTheme, pMatrix);
238 void CFWL_ScrollBarImp::DrawTrack(CFX_Graphics* pGraphics,
    [all...]
fwl_barcodeimp.cpp 68 FWL_ERR CFWL_BarcodeImp::DrawWidget(CFX_Graphics* pGraphics,
70 if (!pGraphics)
86 if (!m_pBarcodeEngine->RenderDevice(pGraphics->GetRenderDevice(), pMatrix,
92 return CFWL_EditImp::DrawWidget(pGraphics, pMatrix);
fwl_formproxyimp.cpp 46 FWL_ERR CFWL_FormProxyImp::DrawWidget(CFX_Graphics* pGraphics,
  /external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_checkboximp.h 26 virtual FWL_ERR DrawWidget(CFX_Graphics* pGraphics,
49 FWL_ERR OnDrawWidget(CFX_Graphics* pGraphics,
fwl_scrollbarimp.h 28 virtual FWL_ERR DrawWidget(CFX_Graphics* pGraphics,
46 void DrawTrack(CFX_Graphics* pGraphics,
50 void DrawArrowBtn(CFX_Graphics* pGraphics,
54 void DrawThumb(CFX_Graphics* pGraphics,
105 FWL_ERR OnDrawWidget(CFX_Graphics* pGraphics,
fwl_barcodeimp.h 31 virtual FWL_ERR DrawWidget(CFX_Graphics* pGraphics,
fwl_comboboximp.h 97 virtual FWL_ERR DrawWidget(CFX_Graphics* pGraphics,
135 void DrawStretchHandler(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix);
157 FWL_ERR DisForm_DrawWidget(CFX_Graphics* pGraphics,
193 FWL_ERR OnDrawWidget(CFX_Graphics* pGraphics,
220 FWL_ERR OnDrawWidget(CFX_Graphics* pGraphics,
fwl_datetimepickerimp.h 115 virtual FWL_ERR DrawWidget(CFX_Graphics* pGraphics,
148 void DrawDropDownButton(CFX_Graphics* pGraphics,
172 FWL_ERR DisForm_DrawWidget(CFX_Graphics* pGraphics,
216 FWL_ERR OnDrawWidget(CFX_Graphics* pGraphics,
fwl_editimp.h 35 FWL_ERR DrawWidget(CFX_Graphics* pGraphics,
114 void DrawTextBk(CFX_Graphics* pGraphics,
117 void DrawContent(CFX_Graphics* pGraphics,
142 void DrawSpellCheck(CFX_Graphics* pGraphics,
185 FWL_ERR OnDrawWidget(CFX_Graphics* pGraphics,
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 516 static void OutputImageMask(GpGraphics* pGraphics,
545 CallFunc(GdipFillRectangle)(pGraphics, solidBrush, (float)dest_left,
584 CallFunc(GdipDrawImageI)(pGraphics, bitmap,
599 CallFunc(GdipDrawImagePointsI)(pGraphics, bitmap, destinationPoints, 3);
602 static void OutputImage(GpGraphics* pGraphics,
618 OutputImage(pGraphics, pCloned, &new_rect, dest_left, dest_top, dest_width,
669 CallFunc(GdipDrawImagePointsI)(pGraphics, bitmap, destinationPoints, 3);
    [all...]
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_widgetimp.h 56 virtual FWL_ERR DrawWidget(CFX_Graphics* pGraphics,
123 void DrawBackground(CFX_Graphics* pGraphics,
127 void DrawBorder(CFX_Graphics* pGraphics,
131 void DrawEdge(CFX_Graphics* pGraphics,
159 FWL_ERR OnDrawWidget(CFX_Graphics* pGraphics,
fwl_widgetmgrimp.h 146 CFX_Graphics* pGraphics,
152 CFX_Graphics* pGraphics,
155 CFX_Graphics* pGraphics,
158 CFX_Graphics* pGraphics,
  /external/pdfium/xfa/include/fwl/core/
fwl_widgetmgr.h 48 CFX_Graphics* pGraphics,
fwl_widget.h 54 FWL_ERR DrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix = NULL);
67 virtual FWL_ERR OnDrawWidget(CFX_Graphics* pGraphics,
  /external/pdfium/xfa/src/fwl/src/core/
fwl_widgetmgrimp.cpp 727 CFX_Graphics* pGraphics,
731 if (!pGraphics)
733 CFX_Graphics* pTemp = DrawWidgetBefore(pWidget, pGraphics, pMatrix);
738 DrawWidgetAfter(pWidget, pGraphics, clipCopy, pMatrix);
746 pGraphics->GetClipRect(clipBounds);
752 pGraphics->GetClipRect(clipBounds);
774 DrawWidgetAfter(pWidget, pGraphics, clipCopy, pMatrix);
780 CFX_Graphics* pGraphics,
812 pGraphics->SaveGraphState();
813 pGraphics->SetClipRect(clipBounds);
    [all...]
  /external/pdfium/xfa/include/fwl/lightwidget/
widget.h 80 FWL_ERR DrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix = NULL);
104 virtual FWL_ERR OnDrawWidget(CFX_Graphics* pGraphics,

Completed in 724 milliseconds

12 3