Home
last modified time | relevance | path

Searched refs:DrawText (Results 1 – 23 of 23) sorted by relevance

/external/pdfium/xfa/fwl/
Difwl_themeprovider.h25 virtual void DrawText(const CFWL_ThemeText& pParams) = 0;
Dcfwl_monthcalendar.cpp231 pTheme->DrawText(textParam); in DrawCaption()
300 pTheme->DrawText(params); in DrawWeek()
323 pTheme->DrawText(params); in DrawToday()
348 pTheme->DrawText(params); in DrawDatesIn()
363 pTheme->DrawText(params); in DrawDatesOut()
DREADME.md53 DrawBackground() and DrawText() and passing many options in their parameters,
Dcfwl_checkbox.cpp98 pTheme->DrawText(textParam); in DrawWidget()
Dcfwl_listbox.cpp458 pTheme->DrawText(textParam); in DrawItem()
/external/pdfium/xfa/fwl/theme/
Dcfwl_monthcalendartp.h19 void DrawText(const CFWL_ThemeText& pParams) override;
Dcfwl_checkboxtp.h23 void DrawText(const CFWL_ThemeText& pParams) override;
Dcfwl_widgettp.h30 virtual void DrawText(const CFWL_ThemeText& pParams);
Dcfwl_checkboxtp.cpp40 void CFWL_CheckBoxTP::DrawText(const CFWL_ThemeText& pParams) { in DrawText() function in CFWL_CheckBoxTP
45 CFWL_WidgetTP::DrawText(pParams); in DrawText()
Dcfwl_monthcalendartp.cpp86 void CFWL_MonthCalendarTP::DrawText(const CFWL_ThemeText& pParams) { in DrawText() function in CFWL_MonthCalendarTP
98 CFWL_WidgetTP::DrawText(pParams); in DrawText()
Dcfwl_widgettp.cpp39 void CFWL_WidgetTP::DrawText(const CFWL_ThemeText& pParams) { in DrawText() function in CFWL_WidgetTP
/external/skia/experimental/pvg/
Ddraw_msg.proto239 message DrawText { message
264 DrawText draw_text = 12;
/external/skqp/experimental/pvg/
Ddraw_msg.proto239 message DrawText { message
264 DrawText draw_text = 12;
/external/sonivox/jet_tools/JetCreator/
DJetSegGraph.py271 dc.DrawText(Marker.sName, k, ((Marker.iTop+Marker.iHeight/2) - (height*.5)))
280 dc.DrawText(Marker.sName, k, ((Marker.iTop+Marker.iHeight/2) - (height*.5)))
288 dc.DrawText(Marker.sName, k, ((Marker.iTop+Marker.iHeight/2) - (height*.5)))
318 dc.DrawText(str(num[j]), k, self.iScaleTop+8)
/external/pdfium/xfa/fxfa/
Dcxfa_fwltheme.h36 void DrawText(const CFWL_ThemeText& pParams) override;
Dcxfa_fwltheme.cpp91 void CXFA_FWLTheme::DrawText(const CFWL_ThemeText& pParams) { in DrawText() function in CXFA_FWLTheme
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.h93 bool DrawText(int nChars,
Dcfx_psrenderer.cpp574 bool CFX_PSRenderer::DrawText(int nChars, in DrawText() function in CFX_PSRenderer
Dfx_win32_print.cpp512 return m_PSRenderer.DrawText(nChars, pCharPos, pFont, mtObject2Device, in DrawDeviceText()
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/
Dmain.cpp122 DrawText( ps.hdc, title.c_str(), -1, &rect, DT_SINGLELINE | DT_NOCLIP ) ; in PaintContent()
/external/skqp/platform_tools/android/apps/arcore/src/main/cpp/
Dhello_ar_application.cc157 void DrawText(SkCanvas *canvas, SkPaint *paint, const char text[]) { in DrawText() function
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp862 bool DrawText(int nChars, in DrawText() function in SkiaState
1661 if (m_pCache->DrawText(nChars, pCharPos, pFont, mtObject2Device, font_size, in DrawDeviceText()
/external/python/cpython2/Mac/Modules/qd/
D_Qdmodule.c6476 #ifndef DrawText in Qd_DrawText()
6477 PyMac_PRECHECK(DrawText); in Qd_DrawText()
6486 DrawText(textBuf__in__, in Qd_DrawText()