Searched refs:DrawText (Results 1 - 25 of 28) sorted by relevance

12

/external/pdfium/xfa/fwl/
H A Difwl_themeprovider.h23 virtual void DrawText(CFWL_ThemeText* pParams) = 0;
H A Dcfwl_monthcalendar.cpp255 pTheme->DrawText(&textParam);
323 pTheme->DrawText(&params);
345 pTheme->DrawText(&params);
369 pTheme->DrawText(&params);
384 pTheme->DrawText(&params);
H A Dcfwl_checkbox.cpp106 pTheme->DrawText(&textParam);
H A Dcfwl_combobox.cpp184 pTheme->DrawText(&theme_text);
H A Dcfwl_listbox.cpp468 pTheme->DrawText(&textParam);
/external/pdfium/xfa/fde/tto/
H A Dfde_textout.h101 void DrawText(const FX_WCHAR* pwsStr, int32_t iLength, int32_t x, int32_t y);
102 void DrawText(const FX_WCHAR* pwsStr,
106 void DrawText(const FX_WCHAR* pwsStr, int32_t iLength, const CFX_Rect& rect);
107 void DrawText(const FX_WCHAR* pwsStr, int32_t iLength, const CFX_RectF& rect);
128 void DrawText(const FX_WCHAR* pwsStr,
H A Dfde_textout.cpp299 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr, function in class:CFDE_TextOut
305 DrawText(pwsStr, iLength, rtText);
308 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr, function in class:CFDE_TextOut
312 DrawText(pwsStr, iLength,
316 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr, function in class:CFDE_TextOut
319 DrawText(pwsStr, iLength, rect.As<FX_FLOAT>());
322 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr, function in class:CFDE_TextOut
329 DrawText(pwsStr, iLength, rtText, m_rtClip);
346 DrawText(pwsStr, iLength, rect, rtClip);
349 void CFDE_TextOut::DrawText(cons function in class:CFDE_TextOut
[all...]
/external/pdfium/xfa/fwl/theme/
H A Dcfwl_checkboxtp.h23 void DrawText(CFWL_ThemeText* pParams) override;
H A Dcfwl_monthcalendartp.h23 void DrawText(CFWL_ThemeText* pParams) override;
H A Dcfwl_widgettp.h40 virtual void DrawText(CFWL_ThemeText* pParams);
H A Dcfwl_checkboxtp.cpp49 void CFWL_CheckBoxTP::DrawText(CFWL_ThemeText* pParams) { function in class:CFWL_CheckBoxTP
56 CFWL_WidgetTP::DrawText(pParams);
H A Dcfwl_monthcalendartp.cpp88 void CFWL_MonthCalendarTP::DrawText(CFWL_ThemeText* pParams) { function in class:CFWL_MonthCalendarTP
102 CFWL_WidgetTP::DrawText(pParams);
H A Dcfwl_widgettp.cpp40 void CFWL_WidgetTP::DrawText(CFWL_ThemeText* pParams) { function in class:CFWL_WidgetTP
/external/pdfium/core/fxge/win32/
H A Dcfx_psrenderer.h69 bool DrawText(int nChars,
H A Dfx_win32_print.cpp488 return m_PSRenderer.DrawText(nChars, pCharPos, pFont, pObject2Device,
H A Dcfx_psrenderer.cpp631 bool CFX_PSRenderer::DrawText(int nChars, function in class:CFX_PSRenderer
/external/pdfium/xfa/fxfa/app/
H A Dxfa_fwltheme.h34 void DrawText(CFWL_ThemeText* pParams) override;
H A Dxfa_fwltheme.cpp85 void CXFA_FWLTheme::DrawText(CFWL_ThemeText* pParams) { function in class:CXFA_FWLTheme
/external/skia/include/private/
H A DSkRecords.h27 // DrawText to DrawTextA or DrawTextW, but SkRecord has a struct
28 // called DrawText. Since this file does not use GDI, undefing
29 // DrawText makes things less confusing.
30 #ifdef DrawText
31 #undef DrawText macro
75 M(DrawText) \
309 RECORD(DrawText, kDraw_Tag|kHasText_Tag|kHasPaint_Tag,
/external/skia/tests/
H A DDrawTextTest.cpp64 DEF_TEST(DrawText, reporter) {
/external/sonivox/jet_tools/JetCreator/
H A 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/skia/src/core/
H A DSkLiteDL.cpp56 M(DrawText) M(DrawPosText) M(DrawPosTextH) \
356 struct DrawText final : Op {
357 static const auto kType = Type::DrawText;
358 DrawText(size_t bytes, SkScalar x, SkScalar y, const SkPaint& paint) function in struct:__anon16967::final
638 void* pod = this->push<DrawText>(bytes, bytes, x, y, paint);
H A DSkRecordDraw.cpp131 DRAW(DrawText, drawText(r.text, r.byteLength, r.x, r.y, r.paint));
402 Bounds bounds(const DrawText&) const { return fCurrentClipBounds; }
H A DSkRecorder.cpp250 APPEND(DrawText,
/external/webrtc/webrtc/examples/peerconnection/client/
H A Dmain_wnd.cc35 ::DrawText(dc, text, -1, &text_rc, DT_CALCRECT | DT_SINGLELINE);

Completed in 1683 milliseconds

12