/external/skqp/experimental/pvg/ |
D | draw_msg.proto | 239 message DrawText { message 264 DrawText draw_text = 12;
|
/external/skia/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/fwl/ |
D | ifwl_themeprovider.h | 25 virtual void DrawText(CFWL_ThemeText* pParams) = 0;
|
D | cfwl_monthcalendar.cpp | 254 pTheme->DrawText(&textParam); in DrawCaption() 323 pTheme->DrawText(¶ms); in DrawWeek() 346 pTheme->DrawText(¶ms); in DrawToday() 371 pTheme->DrawText(¶ms); in DrawDatesIn() 386 pTheme->DrawText(¶ms); in DrawDatesOut()
|
D | README.md | 55 DrawBackground() and DrawText() and passing many options in their parameters,
|
D | cfwl_checkbox.cpp | 104 pTheme->DrawText(&textParam); in DrawWidget()
|
D | cfwl_listbox.cpp | 465 pTheme->DrawText(&textParam); in DrawItem()
|
D | cfwl_combobox.cpp | 184 pTheme->DrawText(&theme_text); in DrawWidget()
|
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_monthcalendartp.h | 23 void DrawText(CFWL_ThemeText* pParams) override;
|
D | cfwl_checkboxtp.h | 23 void DrawText(CFWL_ThemeText* pParams) override;
|
D | cfwl_checkboxtp.cpp | 56 void CFWL_CheckBoxTP::DrawText(CFWL_ThemeText* pParams) { in DrawText() function in CFWL_CheckBoxTP 63 CFWL_WidgetTP::DrawText(pParams); in DrawText()
|
D | cfwl_monthcalendartp.cpp | 88 void CFWL_MonthCalendarTP::DrawText(CFWL_ThemeText* pParams) { in DrawText() function in CFWL_MonthCalendarTP 102 CFWL_WidgetTP::DrawText(pParams); in DrawText()
|
D | cfwl_widgettp.h | 39 virtual void DrawText(CFWL_ThemeText* pParams);
|
D | cfwl_widgettp.cpp | 40 void CFWL_WidgetTP::DrawText(CFWL_ThemeText* pParams) { in DrawText() function in CFWL_WidgetTP
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_fwltheme.h | 34 void DrawText(CFWL_ThemeText* pParams) override;
|
D | cxfa_fwltheme.cpp | 86 void CXFA_FWLTheme::DrawText(CFWL_ThemeText* pParams) { in DrawText() function in CXFA_FWLTheme
|
/external/pdfium/core/fxge/win32/ |
D | cfx_psrenderer.h | 70 bool DrawText(int nChars,
|
D | fx_win32_print.cpp | 491 return m_PSRenderer.DrawText(nChars, pCharPos, pFont, pObject2Device, in DrawDeviceText()
|
D | cfx_psrenderer.cpp | 641 bool CFX_PSRenderer::DrawText(int nChars, in DrawText() function in CFX_PSRenderer
|
/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/webrtc/webrtc/examples/peerconnection/client/ |
D | main_wnd.cc | 35 ::DrawText(dc, text, -1, &text_rc, DT_CALCRECT | DT_SINGLELINE); in CalculateWindowSizeForText()
|
/external/skia/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/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 | 825 bool DrawText(int nChars, in DrawText() function in SkiaState 1561 if (m_pCache->DrawText(nChars, pCharPos, pFont, pObject2Device, font_size, in DrawDeviceText()
|