/external/pdfium/xfa/src/fdp/include/ |
D | fde_tto.h | 67 virtual void DrawText(const FX_WCHAR* pwsStr, 71 virtual void DrawText(const FX_WCHAR* pwsStr, 75 virtual void DrawText(const FX_WCHAR* pwsStr, 78 virtual void DrawText(const FX_WCHAR* pwsStr,
|
/external/pdfium/xfa/src/fdp/src/tto/ |
D | fde_textout.h | 68 virtual void DrawText(const FX_WCHAR* pwsStr, 72 virtual void DrawText(const FX_WCHAR* pwsStr, 76 virtual void DrawText(const FX_WCHAR* pwsStr, 79 virtual void DrawText(const FX_WCHAR* pwsStr, 106 void DrawText(const FX_WCHAR* pwsStr,
|
D | fde_textout.cpp | 333 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr, in DrawText() function in CFDE_TextOut 340 DrawText(pwsStr, iLength, rtText); in DrawText() 342 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr, in DrawText() function in CFDE_TextOut 348 DrawText(pwsStr, iLength, rtText); in DrawText() 350 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr, in DrawText() function in CFDE_TextOut 356 DrawText(pwsStr, iLength, rtText); in DrawText() 358 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr, in DrawText() function in CFDE_TextOut 366 DrawText(pwsStr, iLength, rtText, m_rtClip); in DrawText() 383 DrawText(pwsStr, iLength, rect, rtClip); in DrawLogicText() 385 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr, in DrawText() function in CFDE_TextOut
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
D | fwl_tooltipctrlimp.cpp | 144 DrawText(pGraphics, pTheme, pMatrix); in DrawWidget() 164 void CFWL_ToolTipImp::DrawText(CFX_Graphics* pGraphics, in DrawText() function in CFWL_ToolTipImp 186 pTheme->DrawText(¶m); in DrawText()
|
D | fwl_pushbuttonimp.cpp | 138 DrawText(pGraphics, m_pProperties->m_pThemeProvider, &matrix); in DrawWidget() 287 DrawText(pGraphics, m_pProperties->m_pThemeProvider, &matrix); in DrawWidget() 309 void CFWL_PushButtonImp::DrawText(CFX_Graphics* pGraphics, in DrawText() function in CFWL_PushButtonImp 331 pTheme->DrawText(¶m); in DrawText()
|
D | fwl_monthcalendarimp.cpp | 263 pTheme->DrawText(&textParam); in DrawCaption() 336 pTheme->DrawText(¶ms); in DrawWeek() 368 pTheme->DrawText(¶ms); in DrawWeekNumber() 409 pTheme->DrawText(¶ms); in DrawToday() 433 pTheme->DrawText(¶ms); in DrawDatesIn() 448 pTheme->DrawText(¶ms); in DrawDatesOut()
|
/external/pdfium/xfa/src/fwl/src/lightwidget/ |
D | theme.cpp | 38 FX_BOOL CFWL_Theme::DrawText(CFWL_ThemeText* pParams) { in DrawText() function in CFWL_Theme 41 return pTheme->DrawText(pParams); in DrawText()
|
/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/include/fwl/lightwidget/ |
D | theme.h | 30 FX_BOOL DrawText(CFWL_ThemeText* pParams) override;
|
/external/pdfium/xfa/include/fwl/theme/ |
D | monthcalendartp.h | 20 virtual FX_BOOL DrawText(CFWL_ThemeText* pParams);
|
D | checkboxtp.h | 19 virtual FX_BOOL DrawText(CFWL_ThemeText* pParams);
|
D | formtp.h | 23 virtual FX_BOOL DrawText(CFWL_ThemeText* pParams);
|
D | widgettp.h | 30 virtual FX_BOOL DrawText(CFWL_ThemeText* pParams);
|
/external/pdfium/xfa/src/fwl/src/basewidget/include/ |
D | fwl_pushbuttonimp.h | 34 void DrawText(CFX_Graphics* pGraphics,
|
D | fwl_tooltipctrlimp.h | 39 void DrawText(CFX_Graphics* pGraphics,
|
/external/pdfium/xfa/include/fwl/core/ |
D | fwl_theme.h | 71 virtual FX_BOOL DrawText(CFWL_ThemeText* pParams) = 0;
|
/external/skia/tests/ |
D | DrawTextTest.cpp | 62 DEF_TEST(DrawText, reporter) { in DEF_TEST() argument
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_fwltheme.h | 30 virtual FX_BOOL DrawText(CFWL_ThemeText* pParams);
|
D | xfa_fwltheme.cpp | 105 FX_BOOL CXFA_FWLTheme::DrawText(CFWL_ThemeText* pParams) { in DrawText() function in CXFA_FWLTheme
|
/external/skia/include/private/ |
D | SkRecords.h | 63 M(DrawText) \ 319 RECORD(DrawText, kDraw_Tag|kHasText_Tag,
|
/external/pdfium/xfa/src/fwl/src/theme/ |
D | monthcalendartp.cpp | 136 FX_BOOL CFWL_MonthCalendarTP::DrawText(CFWL_ThemeText* pParams) { in DrawText() function in CFWL_MonthCalendarTP 149 return CFWL_WidgetTP::DrawText(pParams); in DrawText()
|
D | checkboxtp.cpp | 42 FX_BOOL CFWL_CheckBoxTP::DrawText(CFWL_ThemeText* pParams) { in DrawText() function in CFWL_CheckBoxTP 50 return CFWL_WidgetTP::DrawText(pParams); in DrawText()
|
/external/skia/src/core/ |
D | SkRecordDraw.cpp | 114 DRAW(DrawText, drawText(r.text, r.byteLength, r.x, r.y, r.paint)); 386 Bounds bounds(const DrawText&) const { return fCurrentClipBounds; } in bounds()
|
D | SkRecorder.cpp | 245 APPEND(DrawText, in onDrawText()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_print.cpp | 471 return m_PSRenderer.DrawText(nChars, pCharPos, pFont, pCache, pObject2Device, in DrawDeviceText()
|