Home
last modified time | relevance | path

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

12

/external/pdfium/xfa/src/fdp/include/
Dfde_tto.h67 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/
Dfde_textout.h68 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,
Dfde_textout.cpp333 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/
Dfwl_tooltipctrlimp.cpp144 DrawText(pGraphics, pTheme, pMatrix); in DrawWidget()
164 void CFWL_ToolTipImp::DrawText(CFX_Graphics* pGraphics, in DrawText() function in CFWL_ToolTipImp
186 pTheme->DrawText(&param); in DrawText()
Dfwl_pushbuttonimp.cpp138 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(&param); in DrawText()
Dfwl_monthcalendarimp.cpp263 pTheme->DrawText(&textParam); in DrawCaption()
336 pTheme->DrawText(&params); in DrawWeek()
368 pTheme->DrawText(&params); in DrawWeekNumber()
409 pTheme->DrawText(&params); in DrawToday()
433 pTheme->DrawText(&params); in DrawDatesIn()
448 pTheme->DrawText(&params); in DrawDatesOut()
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dtheme.cpp38 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/
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/include/fwl/lightwidget/
Dtheme.h30 FX_BOOL DrawText(CFWL_ThemeText* pParams) override;
/external/pdfium/xfa/include/fwl/theme/
Dmonthcalendartp.h20 virtual FX_BOOL DrawText(CFWL_ThemeText* pParams);
Dcheckboxtp.h19 virtual FX_BOOL DrawText(CFWL_ThemeText* pParams);
Dformtp.h23 virtual FX_BOOL DrawText(CFWL_ThemeText* pParams);
Dwidgettp.h30 virtual FX_BOOL DrawText(CFWL_ThemeText* pParams);
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_pushbuttonimp.h34 void DrawText(CFX_Graphics* pGraphics,
Dfwl_tooltipctrlimp.h39 void DrawText(CFX_Graphics* pGraphics,
/external/pdfium/xfa/include/fwl/core/
Dfwl_theme.h71 virtual FX_BOOL DrawText(CFWL_ThemeText* pParams) = 0;
/external/skia/tests/
DDrawTextTest.cpp62 DEF_TEST(DrawText, reporter) { in DEF_TEST() argument
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fwltheme.h30 virtual FX_BOOL DrawText(CFWL_ThemeText* pParams);
Dxfa_fwltheme.cpp105 FX_BOOL CXFA_FWLTheme::DrawText(CFWL_ThemeText* pParams) { in DrawText() function in CXFA_FWLTheme
/external/skia/include/private/
DSkRecords.h63 M(DrawText) \
319 RECORD(DrawText, kDraw_Tag|kHasText_Tag,
/external/pdfium/xfa/src/fwl/src/theme/
Dmonthcalendartp.cpp136 FX_BOOL CFWL_MonthCalendarTP::DrawText(CFWL_ThemeText* pParams) { in DrawText() function in CFWL_MonthCalendarTP
149 return CFWL_WidgetTP::DrawText(pParams); in DrawText()
Dcheckboxtp.cpp42 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/
DSkRecordDraw.cpp114 DRAW(DrawText, drawText(r.text, r.byteLength, r.x, r.y, r.paint));
386 Bounds bounds(const DrawText&) const { return fCurrentClipBounds; } in bounds()
DSkRecorder.cpp245 APPEND(DrawText, in onDrawText()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_print.cpp471 return m_PSRenderer.DrawText(nChars, pCharPos, pFont, pCache, pObject2Device, in DrawDeviceText()

12