Home
last modified time | relevance | path

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

12

/external/skqp/experimental/pvg/
Ddraw_msg.proto239 message DrawText { message
264 DrawText draw_text = 12;
/external/skia/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/fwl/
Difwl_themeprovider.h25 virtual void DrawText(CFWL_ThemeText* pParams) = 0;
Dcfwl_monthcalendar.cpp254 pTheme->DrawText(&textParam); in DrawCaption()
323 pTheme->DrawText(&params); in DrawWeek()
346 pTheme->DrawText(&params); in DrawToday()
371 pTheme->DrawText(&params); in DrawDatesIn()
386 pTheme->DrawText(&params); in DrawDatesOut()
DREADME.md55 DrawBackground() and DrawText() and passing many options in their parameters,
Dcfwl_checkbox.cpp104 pTheme->DrawText(&textParam); in DrawWidget()
Dcfwl_listbox.cpp465 pTheme->DrawText(&textParam); in DrawItem()
Dcfwl_combobox.cpp184 pTheme->DrawText(&theme_text); in DrawWidget()
/external/pdfium/xfa/fwl/theme/
Dcfwl_monthcalendartp.h23 void DrawText(CFWL_ThemeText* pParams) override;
Dcfwl_checkboxtp.h23 void DrawText(CFWL_ThemeText* pParams) override;
Dcfwl_checkboxtp.cpp56 void CFWL_CheckBoxTP::DrawText(CFWL_ThemeText* pParams) { in DrawText() function in CFWL_CheckBoxTP
63 CFWL_WidgetTP::DrawText(pParams); in DrawText()
Dcfwl_monthcalendartp.cpp88 void CFWL_MonthCalendarTP::DrawText(CFWL_ThemeText* pParams) { in DrawText() function in CFWL_MonthCalendarTP
102 CFWL_WidgetTP::DrawText(pParams); in DrawText()
Dcfwl_widgettp.h39 virtual void DrawText(CFWL_ThemeText* pParams);
Dcfwl_widgettp.cpp40 void CFWL_WidgetTP::DrawText(CFWL_ThemeText* pParams) { in DrawText() function in CFWL_WidgetTP
/external/pdfium/xfa/fxfa/
Dcxfa_fwltheme.h34 void DrawText(CFWL_ThemeText* pParams) override;
Dcxfa_fwltheme.cpp86 void CXFA_FWLTheme::DrawText(CFWL_ThemeText* pParams) { in DrawText() function in CXFA_FWLTheme
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.h70 bool DrawText(int nChars,
Dfx_win32_print.cpp491 return m_PSRenderer.DrawText(nChars, pCharPos, pFont, pObject2Device, in DrawDeviceText()
Dcfx_psrenderer.cpp641 bool CFX_PSRenderer::DrawText(int nChars, in DrawText() function in CFX_PSRenderer
/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/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.cc35 ::DrawText(dc, text, -1, &text_rc, DT_CALCRECT | DT_SINGLELINE); in CalculateWindowSizeForText()
/external/skia/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/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.cpp825 bool DrawText(int nChars, in DrawText() function in SkiaState
1561 if (m_pCache->DrawText(nChars, pCharPos, pFont, pObject2Device, font_size, in DrawDeviceText()

12