HomeSort by relevance Sort by last modified time
    Searched defs:DrawText (Results 1 - 13 of 13) sorted by null

  /external/pdfium/xfa/fwl/theme/
cfwl_monthcalendartp.cpp 88 void CFWL_MonthCalendarTP::DrawText(CFWL_ThemeText* pParams) {
102 CFWL_WidgetTP::DrawText(pParams);
cfwl_checkboxtp.cpp 49 void CFWL_CheckBoxTP::DrawText(CFWL_ThemeText* pParams) {
56 CFWL_WidgetTP::DrawText(pParams);
cfwl_widgettp.cpp 40 void CFWL_WidgetTP::DrawText(CFWL_ThemeText* pParams) {
  /external/pdfium/xfa/fxfa/app/
xfa_fwltheme.cpp 85 void CXFA_FWLTheme::DrawText(CFWL_ThemeText* pParams) {
  /external/skia/src/core/
SkRecords.h 29 // DrawText to DrawTextA or DrawTextW, but SkRecord has a struct
30 // called DrawText. Since this file does not use GDI, undefing
31 // DrawText makes things less confusing.
32 #ifdef DrawText
33 #undef DrawText
75 M(DrawText) \
308 RECORD(DrawText, kDraw_Tag|kHasText_Tag|kHasPaint_Tag,
SkLiteDL.cpp 57 M(DrawText) M(DrawPosText) M(DrawPosTextH) \
334 struct DrawText final : Op {
335 static const auto kType = Type::DrawText;
336 DrawText(size_t bytes, SkScalar x, SkScalar y, const SkPaint& paint)
342 c->drawText(pod<void>(this), bytes, x,y, paint);
620 void SkLiteDL::drawText(const void* text, size_t bytes,
622 void* pod = this->push<DrawText>(bytes, bytes, x, y, paint);
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.cpp 631 bool CFX_PSRenderer::DrawText(int nChars,
  /external/pdfium/xfa/fde/tto/
fde_textout.cpp 299 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr,
305 DrawText(pwsStr, iLength, rtText);
308 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr,
312 DrawText(pwsStr, iLength,
316 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr,
319 DrawText(pwsStr, iLength, rect.As<FX_FLOAT>());
322 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr,
329 DrawText(pwsStr, iLength, rtText, m_rtClip);
346 DrawText(pwsStr, iLength, rect, rtClip);
349 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 787 bool DrawText(int nChars,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h     [all...]
winuser.h     [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 758 milliseconds