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

  /external/pdfium/xfa/fwl/
ifwl_themeprovider.h 25 virtual void DrawText(CFWL_ThemeText* pParams) = 0;
cfwl_monthcalendar.cpp 254 pTheme->DrawText(&textParam);
323 pTheme->DrawText(&params);
346 pTheme->DrawText(&params);
371 pTheme->DrawText(&params);
386 pTheme->DrawText(&params);
cfwl_checkbox.cpp 104 pTheme->DrawText(&textParam);
cfwl_combobox.cpp 184 pTheme->DrawText(&theme_text);
cfwl_listbox.cpp 465 pTheme->DrawText(&textParam);
  /external/pdfium/xfa/fwl/theme/
cfwl_checkboxtp.h 23 void DrawText(CFWL_ThemeText* pParams) override;
cfwl_monthcalendartp.h 23 void DrawText(CFWL_ThemeText* pParams) override;
cfwl_widgettp.h 39 virtual void DrawText(CFWL_ThemeText* pParams);
cfwl_checkboxtp.cpp 56 void CFWL_CheckBoxTP::DrawText(CFWL_ThemeText* pParams) {
63 CFWL_WidgetTP::DrawText(pParams);
cfwl_monthcalendartp.cpp 88 void CFWL_MonthCalendarTP::DrawText(CFWL_ThemeText* pParams) {
102 CFWL_WidgetTP::DrawText(pParams);
cfwl_widgettp.cpp 40 void CFWL_WidgetTP::DrawText(CFWL_ThemeText* pParams) {
  /external/pdfium/xfa/fxfa/
cxfa_fwltheme.h 34 void DrawText(CFWL_ThemeText* pParams) override;
cxfa_fwltheme.cpp 86 void CXFA_FWLTheme::DrawText(CFWL_ThemeText* pParams) {
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.h 70 bool DrawText(int nChars,
fx_win32_print.cpp 491 return m_PSRenderer.DrawText(nChars, pCharPos, pFont, pObject2Device,
cfx_psrenderer.cpp 641 bool CFX_PSRenderer::DrawText(int nChars,
  /external/skia/experimental/pvg/
draw_msg.proto 239 message DrawText {
264 DrawText draw_text = 12;
  /external/skqp/experimental/pvg/
draw_msg.proto 239 message DrawText {
264 DrawText draw_text = 12;
  /external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/
main.cpp 122 DrawText( ps.hdc, title.c_str(), -1, &rect, DT_SINGLELINE | DT_NOCLIP ) ;
  /external/sonivox/jet_tools/JetCreator/
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/skia/platform_tools/android/apps/arcore/src/main/cpp/
hello_ar_application.cc 157 void DrawText(SkCanvas *canvas, SkPaint *paint, const char text[]) {
162 canvas->drawText(letter, byteLength, spacing * i, 0, *paint);
    [all...]
  /external/skqp/platform_tools/android/apps/arcore/src/main/cpp/
hello_ar_application.cc 157 void DrawText(SkCanvas *canvas, SkPaint *paint, const char text[]) {
162 canvas->drawText(letter, byteLength, spacing * i, 0, *paint);
    [all...]
  /external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.cc 35 ::DrawText(dc, text, -1, &text_rc, DT_CALCRECT | DT_SINGLELINE);
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 825 bool DrawText(int nChars,
    [all...]
  /external/python/cpython2/Mac/Modules/qd/
_Qdmodule.c     [all...]

Completed in 858 milliseconds