/external/pdfium/xfa/fwl/ |
D | ifwl_themeprovider.h | 25 virtual void DrawText(const CFWL_ThemeText& pParams) = 0;
|
D | cfwl_monthcalendar.cpp | 231 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()
|
D | README.md | 53 DrawBackground() and DrawText() and passing many options in their parameters,
|
D | cfwl_checkbox.cpp | 98 pTheme->DrawText(textParam); in DrawWidget()
|
D | cfwl_listbox.cpp | 458 pTheme->DrawText(textParam); in DrawItem()
|
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_monthcalendartp.h | 19 void DrawText(const CFWL_ThemeText& pParams) override;
|
D | cfwl_checkboxtp.h | 23 void DrawText(const CFWL_ThemeText& pParams) override;
|
D | cfwl_widgettp.h | 30 virtual void DrawText(const CFWL_ThemeText& pParams);
|
D | cfwl_checkboxtp.cpp | 40 void CFWL_CheckBoxTP::DrawText(const CFWL_ThemeText& pParams) { in DrawText() function in CFWL_CheckBoxTP 45 CFWL_WidgetTP::DrawText(pParams); in DrawText()
|
D | cfwl_monthcalendartp.cpp | 86 void CFWL_MonthCalendarTP::DrawText(const CFWL_ThemeText& pParams) { in DrawText() function in CFWL_MonthCalendarTP 98 CFWL_WidgetTP::DrawText(pParams); in DrawText()
|
D | cfwl_widgettp.cpp | 39 void CFWL_WidgetTP::DrawText(const CFWL_ThemeText& pParams) { in DrawText() function in CFWL_WidgetTP
|
/external/skia/experimental/pvg/ |
D | draw_msg.proto | 239 message DrawText { message 264 DrawText draw_text = 12;
|
/external/skqp/experimental/pvg/ |
D | draw_msg.proto | 239 message DrawText { message 264 DrawText draw_text = 12;
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetSegGraph.py | 271 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/ |
D | cxfa_fwltheme.h | 36 void DrawText(const CFWL_ThemeText& pParams) override;
|
D | cxfa_fwltheme.cpp | 91 void CXFA_FWLTheme::DrawText(const CFWL_ThemeText& pParams) { in DrawText() function in CXFA_FWLTheme
|
/external/pdfium/core/fxge/win32/ |
D | cfx_psrenderer.h | 93 bool DrawText(int nChars,
|
D | cfx_psrenderer.cpp | 574 bool CFX_PSRenderer::DrawText(int nChars, in DrawText() function in CFX_PSRenderer
|
D | fx_win32_print.cpp | 512 return m_PSRenderer.DrawText(nChars, pCharPos, pFont, mtObject2Device, in DrawDeviceText()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/ |
D | main.cpp | 122 DrawText( ps.hdc, title.c_str(), -1, &rect, DT_SINGLELINE | DT_NOCLIP ) ; in PaintContent()
|
/external/skqp/platform_tools/android/apps/arcore/src/main/cpp/ |
D | hello_ar_application.cc | 157 void DrawText(SkCanvas *canvas, SkPaint *paint, const char text[]) { in DrawText() function
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 862 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.c | 6476 #ifndef DrawText in Qd_DrawText() 6477 PyMac_PRECHECK(DrawText); in Qd_DrawText() 6486 DrawText(textBuf__in__, in Qd_DrawText()
|