Searched defs:DrawText (Results 1 – 9 of 9) sorted by relevance
| /external/pdfium/xfa/fde/tto/ |
| D | fde_textout.cpp | 299 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr, in DrawText() function in CFDE_TextOut 308 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr, in DrawText() function in CFDE_TextOut 316 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr, in DrawText() function in CFDE_TextOut 322 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr, in DrawText() function in CFDE_TextOut 349 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr, in DrawText() function in CFDE_TextOut
|
| /external/skia/tests/ |
| D | DrawTextTest.cpp | 64 DEF_TEST(DrawText, reporter) { in DEF_TEST() argument
|
| /external/skia/src/core/ |
| D | SkLiteDL.cpp | 356 struct DrawText final : Op { struct 357 static const auto kType = Type::DrawText; 358 DrawText(size_t bytes, SkScalar x, SkScalar y, const SkPaint& paint) in DrawText() argument 360 size_t bytes; 361 SkScalar x,y; 362 SkPaint paint; 363 void draw(SkCanvas* c, const SkMatrix&) { in draw()
|
| /external/pdfium/xfa/fxfa/app/ |
| D | xfa_fwltheme.cpp | 85 void CXFA_FWLTheme::DrawText(CFWL_ThemeText* pParams) { in DrawText() function in CXFA_FWLTheme
|
| /external/pdfium/xfa/fwl/theme/ |
| D | cfwl_monthcalendartp.cpp | 88 void CFWL_MonthCalendarTP::DrawText(CFWL_ThemeText* pParams) { in DrawText() function in CFWL_MonthCalendarTP
|
| D | cfwl_widgettp.cpp | 40 void CFWL_WidgetTP::DrawText(CFWL_ThemeText* pParams) { in DrawText() function in CFWL_WidgetTP
|
| D | cfwl_checkboxtp.cpp | 49 void CFWL_CheckBoxTP::DrawText(CFWL_ThemeText* pParams) { in DrawText() function in CFWL_CheckBoxTP
|
| /external/pdfium/core/fxge/win32/ |
| D | cfx_psrenderer.cpp | 631 bool CFX_PSRenderer::DrawText(int nChars, in DrawText() function in CFX_PSRenderer
|
| /external/pdfium/core/fxge/skia/ |
| D | fx_skia_device.cpp | 770 bool DrawText(int nChars, in DrawText() function in SkiaState
|