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

1 23

  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_checkboximp.cpp 106 FWL_ERR CFWL_CheckBoxImp::DrawWidget(CFX_Graphics* pGraphics,
108 if (!pGraphics)
114 DrawBorder(pGraphics, FWL_PART_CKB_Border, m_pProperties->m_pThemeProvider,
118 DrawEdge(pGraphics, FWL_PART_CKB_Edge, pTheme, pMatrix);
126 param.m_pGraphics = pGraphics;
151 textParam.m_pGraphics = pGraphics;
456 FWL_ERR CFWL_CheckBoxImpDelegate::OnDrawWidget(CFX_Graphics* pGraphics,
458 return m_pOwner->DrawWidget(pGraphics, pMatrix);
fwl_listboximp.cpp 161 FWL_ERR CFWL_ListBoxImp::DrawWidget(CFX_Graphics* pGraphics,
163 if (!pGraphics)
168 pGraphics->SaveGraphState();
170 DrawBorder(pGraphics, FWL_PART_LTB_Border, pTheme, pMatrix);
173 DrawEdge(pGraphics, FWL_PART_LTB_Edge, pTheme, pMatrix);
185 pGraphics->SetClipRect(rtClip);
187 DrawBkground(pGraphics, pTheme, pMatrix);
189 DrawItems(pGraphics, pTheme, pMatrix);
190 pGraphics->RestoreGraphState();
544 void CFWL_ListBoxImp::DrawBkground(CFX_Graphics* pGraphics,
    [all...]
fwl_editimp.cpp 419 void CFWL_EditImp::DrawSpellCheck(CFX_Graphics* pGraphics,
421 pGraphics->SaveGraphState();
423 pGraphics->ConcatMatrix(const_cast<CFX_Matrix*>(pMatrix));
470 pGraphics->SetClipRect(rtClip);
471 pGraphics->SetStrokeColor(&crLine);
472 pGraphics->SetLineWidth(0);
473 pGraphics->StrokePath(&pathSpell, NULL);
475 pGraphics->RestoreGraphState();
477 FWL_ERR CFWL_EditImp::DrawWidget(CFX_Graphics* pGraphics,
479 if (!pGraphics)
    [all...]
fwl_datetimepickerimp.cpp 548 FWL_ERR CFWL_DateTimePickerImp::DrawWidget(CFX_Graphics* pGraphics,
550 if (!pGraphics)
556 DrawBorder(pGraphics, FWL_PART_DTP_Border, pTheme, pMatrix);
559 DrawEdge(pGraphics, FWL_PART_DTP_Edge, pTheme, pMatrix);
562 DrawDropDownButton(pGraphics, pTheme, pMatrix);
565 return DisForm_DrawWidget(pGraphics, pMatrix);
680 void CFWL_DateTimePickerImp::DrawDropDownButton(CFX_Graphics* pGraphics,
696 param.m_pGraphics = pGraphics;
    [all...]
fwl_comboboximp.cpp 595 FWL_ERR CFWL_ComboBoxImp::DrawWidget(CFX_Graphics* pGraphics,
598 return DisForm_DrawWidget(pGraphics, pMatrix);
600 if (!pGraphics)
607 DrawBorder(pGraphics, FWL_PART_CMB_Border, pTheme, pMatrix);
610 DrawEdge(pGraphics, FWL_PART_CMB_Edge, pTheme, pMatrix);
618 param.m_pGraphics = pGraphics;
655 param.m_pGraphics = pGraphics;
674 param.m_pGraphics = pGraphics;
874 void CFWL_ComboBoxImp::DrawStretchHandler(CFX_Graphics* pGraphics,
877 param.m_pGraphics = pGraphics;
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fwltheme.h 79 CFX_Graphics* pGraphics,
xfa_ffimageedit.cpp 180 FWL_ERR CXFA_FFImageEdit::OnDrawWidget(CFX_Graphics* pGraphics,
182 return m_pOldDelegate->OnDrawWidget(pGraphics, pMatrix);
xfa_ffchoicelist.cpp 195 FWL_ERR CXFA_FFListBox::OnDrawWidget(CFX_Graphics* pGraphics,
197 return m_pOldDelegate->OnDrawWidget(pGraphics, pMatrix);
537 FWL_ERR CXFA_FFComboBox::OnDrawWidget(CFX_Graphics* pGraphics,
539 return m_pOldDelegate->OnDrawWidget(pGraphics, pMatrix);
xfa_fffield.h 84 virtual FWL_ERR OnDrawWidget(CFX_Graphics* pGraphics,
xfa_fftextedit.h 57 virtual FWL_ERR OnDrawWidget(CFX_Graphics* pGraphics,
xfa_ffcheckbutton.cpp 330 FWL_ERR CXFA_FFCheckButton::OnDrawWidget(CFX_Graphics* pGraphics,
332 return m_pOldDelegate->OnDrawWidget(pGraphics, pMatrix);
xfa_ffwidget.h 147 int32_t XFA_StrokeTypeSetLineDash(CFX_Graphics* pGraphics,
xfa_ffwidget.cpp 417 int32_t XFA_StrokeTypeSetLineDash(CFX_Graphics* pGraphics,
427 pGraphics->SetLineDash(0, dashArray, 4);
437 pGraphics->SetLineDash(0, dashArray, 6);
445 pGraphics->SetLineDash(0, dashArray, 2);
453 pGraphics->SetLineDash(0, dashArray, 2);
459 pGraphics->SetLineDash(FX_DASHSTYLE_Solid);
    [all...]
xfa_fftextedit.cpp 426 FWL_ERR CXFA_FFTextEdit::OnDrawWidget(CFX_Graphics* pGraphics,
428 return m_pOldDelegate->OnDrawWidget(pGraphics, pMatrix);
xfa_fffield.cpp 847 FWL_ERR CXFA_FFField::OnDrawWidget(CFX_Graphics* pGraphics,
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_formimp.h 82 virtual FWL_ERR DrawWidget(CFX_Graphics* pGraphics,
90 virtual void DrawBackground(CFX_Graphics* pGraphics,
174 FWL_ERR OnDrawWidget(CFX_Graphics* pGraphics,
fwl_gridimp.h 82 virtual FWL_ERR DrawWidget(CFX_Graphics* pGraphics,
186 FWL_ERR OnDrawWidget(CFX_Graphics* pGraphics,
  /external/pdfium/xfa/src/fwl/src/lightwidget/
widget.cpp 181 FWL_ERR CFWL_Widget::DrawWidget(CFX_Graphics* pGraphics,
185 return m_pIface->DrawWidget(pGraphics, pMatrix);
314 FWL_ERR CFWL_WidgetDelegate::OnDrawWidget(CFX_Graphics* pGraphics,
  /external/pdfium/xfa/src/fwl/src/core/
fwl_widgetimp.cpp 101 FWL_ERR IFWL_Widget::DrawWidget(CFX_Graphics* pGraphics,
104 ->DrawWidget(pGraphics, pMatrix);
464 FWL_ERR CFWL_WidgetImp::DrawWidget(CFX_Graphics* pGraphics,
868 void CFWL_WidgetImp::DrawBackground(CFX_Graphics* pGraphics,
877 param.m_pGraphics = pGraphics;
884 void CFWL_WidgetImp::DrawBorder(CFX_Graphics* pGraphics,
893 param.m_pGraphics = pGraphics;
900 void CFWL_WidgetImp::DrawEdge(CFX_Graphics* pGraphics,
909 param.m_pGraphics = pGraphics;
    [all...]
fwl_formimp.cpp 260 FWL_ERR CFWL_FormImp::DrawWidget(CFX_Graphics* pGraphics,
262 if (!pGraphics)
271 DrawBackground(pGraphics, pTheme);
279 param.m_pGraphics = pGraphics;
302 DrawCaptionText(pGraphics, pTheme, pMatrix);
308 DrawCaptionText(pGraphics, pTheme, pMatrix);
313 DrawIconImage(pGraphics, pTheme, pMatrix);
433 void CFWL_FormImp::DrawBackground(CFX_Graphics* pGraphics,
438 param.m_pGraphics = pGraphics;
    [all...]
fwl_gridimp.cpp 207 FWL_ERR CFWL_GridImp::DrawWidget(CFX_Graphics* pGraphics,
209 if (!pGraphics)
214 pGraphics->SaveGraphState();
216 pGraphics->ConcatMatrix(pMatrix);
244 pGraphics->SetStrokeColor(&cr);
245 pGraphics->StrokePath(&path);
248 pGraphics->RestoreGraphState();
    [all...]
  /external/pdfium/xfa/include/fwl/core/
fwl_note.h 360 virtual FWL_ERR DrawToolTip(CFX_Graphics* pGraphics,

Completed in 386 milliseconds

1 23