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

1 2

  /external/pdfium/xfa/src/fdp/include/
fde_tto.h 67 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/
fde_textout.h 68 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,
fde_textout.cpp 333 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr,
340 DrawText(pwsStr, iLength, rtText);
342 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr,
348 DrawText(pwsStr, iLength, rtText);
350 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr,
356 DrawText(pwsStr, iLength, rtText);
358 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr,
366 DrawText(pwsStr, iLength, rtText, m_rtClip);
383 DrawText(pwsStr, iLength, rect, rtClip);
385 void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr,
    [all...]
  /external/pdfium/xfa/include/fwl/lightwidget/
theme.h 30 FX_BOOL DrawText(CFWL_ThemeText* pParams) override;
  /external/pdfium/xfa/include/fwl/theme/
monthcalendartp.h 20 virtual FX_BOOL DrawText(CFWL_ThemeText* pParams);
checkboxtp.h 19 virtual FX_BOOL DrawText(CFWL_ThemeText* pParams);
formtp.h 23 virtual FX_BOOL DrawText(CFWL_ThemeText* pParams);
widgettp.h 30 virtual FX_BOOL DrawText(CFWL_ThemeText* pParams);
  /external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_pushbuttonimp.h 34 void DrawText(CFX_Graphics* pGraphics,
fwl_tooltipctrlimp.h 39 void DrawText(CFX_Graphics* pGraphics,
  /external/pdfium/xfa/include/fwl/core/
fwl_theme.h 71 virtual FX_BOOL DrawText(CFWL_ThemeText* pParams) = 0;
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fwltheme.h 30 virtual FX_BOOL DrawText(CFWL_ThemeText* pParams);
xfa_fwltheme.cpp 105 FX_BOOL CXFA_FWLTheme::DrawText(CFWL_ThemeText* pParams) {
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_tooltipctrlimp.cpp 144 DrawText(pGraphics, pTheme, pMatrix);
164 void CFWL_ToolTipImp::DrawText(CFX_Graphics* pGraphics,
186 pTheme->DrawText(&param);
fwl_pushbuttonimp.cpp 138 DrawText(pGraphics, m_pProperties->m_pThemeProvider, &matrix);
287 DrawText(pGraphics, m_pProperties->m_pThemeProvider, &matrix);
309 void CFWL_PushButtonImp::DrawText(CFX_Graphics* pGraphics,
331 pTheme->DrawText(&param);
fwl_monthcalendarimp.cpp 263 pTheme->DrawText(&textParam);
336 pTheme->DrawText(&params);
368 pTheme->DrawText(&params);
409 pTheme->DrawText(&params);
433 pTheme->DrawText(&params);
448 pTheme->DrawText(&params);
    [all...]
  /external/skia/tests/
DrawTextTest.cpp 62 DEF_TEST(DrawText, reporter) {
98 // Test: drawText and drawPosText draw the same.
100 drawTextCanvas.drawText(c, 1, point.fX, point.fY, paint);
  /external/pdfium/xfa/src/fwl/src/lightwidget/
theme.cpp 38 FX_BOOL CFWL_Theme::DrawText(CFWL_ThemeText* pParams) {
41 return pTheme->DrawText(pParams);
  /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/include/private/
SkRecords.h 63 M(DrawText) \
319 RECORD(DrawText, kDraw_Tag|kHasText_Tag,
  /external/pdfium/xfa/src/fwl/src/theme/
monthcalendartp.cpp 136 FX_BOOL CFWL_MonthCalendarTP::DrawText(CFWL_ThemeText* pParams) {
149 return CFWL_WidgetTP::DrawText(pParams);
checkboxtp.cpp 42 FX_BOOL CFWL_CheckBoxTP::DrawText(CFWL_ThemeText* pParams) {
50 return CFWL_WidgetTP::DrawText(pParams);
  /external/skia/src/core/
SkRecorder.cpp 245 APPEND(DrawText,
SkRecordDraw.cpp 114 DRAW(DrawText, drawText(r.text, r.byteLength, r.x, r.y, r.paint));
386 Bounds bounds(const DrawText&) const { return fCurrentClipBounds; }
  /external/pdfium/core/include/fxge/
fx_ge.h 682 FX_BOOL DrawText(int nChars,

Completed in 407 milliseconds

1 2