DrawText 278 cc/layers/heads_up_display_layer_impl.cc DrawText(canvas, paint, text, align, size, pos.x(), pos.y()); DrawText 360 cc/layers/heads_up_display_layer_impl.cc DrawText(canvas, DrawText 367 cc/layers/heads_up_display_layer_impl.cc DrawText(canvas, DrawText 481 cc/layers/heads_up_display_layer_impl.cc DrawText(canvas, DrawText 492 cc/layers/heads_up_display_layer_impl.cc DrawText(canvas, &paint, text, SkPaint::kRight_Align, kFontHeight, stat1_pos); DrawText 502 cc/layers/heads_up_display_layer_impl.cc DrawText(canvas, &paint, text, SkPaint::kRight_Align, kFontHeight, stat2_pos); DrawText 545 cc/layers/heads_up_display_layer_impl.cc DrawText(canvas, DrawText 552 cc/layers/heads_up_display_layer_impl.cc DrawText(canvas, DrawText 559 cc/layers/heads_up_display_layer_impl.cc DrawText(canvas, DrawText 79 cc/layers/heads_up_display_layer_impl.h void DrawText(SkCanvas* canvas, DrawText 86 cc/layers/heads_up_display_layer_impl.h void DrawText(SkCanvas* canvas, DrawText 101 remoting/host/disconnect_window_win.cc if (!DrawText(dc, text.c_str(), -1, &rect, DT_CALCRECT | DT_SINGLELINE)) DrawText 554 skia/ext/pixel_ref_utils_unittest.cc TEST(PixelRefUtilsTest, DrawText) { DrawText 1839 third_party/wtl/include/atlctrlw.h dc.DrawText(szText, -1, &lpTBCustomDraw->nmcd.rc, DT_SINGLELINE | DT_CENTER | DT_VCENTER | (m_bShowKeyboardCues ? 0 : DT_HIDEPREFIX)); DrawText 2337 third_party/wtl/include/atlctrlw.h dc.DrawText(lpstrText, nTab, &rc, DT_SINGLELINE | DT_LEFT | DT_VCENTER | (m_bShowKeyboardCues ? 0 : DT_HIDEPREFIX)); DrawText 2339 third_party/wtl/include/atlctrlw.h dc.DrawText(&lpstrText[nTab + 1], -1, &rc, DT_SINGLELINE | DT_RIGHT | DT_VCENTER | (m_bShowKeyboardCues ? 0 : DT_HIDEPREFIX)); DrawText 2583 third_party/wtl/include/atlctrlw.h dc.DrawText(pmd->lpstrText, -1, &rcText, DT_SINGLELINE | DT_LEFT | DT_VCENTER | DT_CALCRECT); DrawText 2977 third_party/wtl/include/atlctrlw.h dc.DrawText(_T("\t"), -1, &rcText, DT_SINGLELINE | DT_LEFT | DT_VCENTER | DT_CALCRECT); DrawText 2981 third_party/wtl/include/atlctrlw.h dc.DrawText(_T("x"), -1, &rcText, DT_SINGLELINE | DT_LEFT | DT_VCENTER | DT_CALCRECT); DrawText 936 third_party/wtl/include/atlctrlx.h dc.DrawText(_T("NS"), -1, &rcText, DT_LEFT | DT_WORDBREAK | DT_CALCRECT); DrawText 939 third_party/wtl/include/atlctrlx.h dc.DrawText(_T("NS"), -1, &rcLink, DT_LEFT | DT_WORDBREAK | DT_CALCRECT); DrawText 985 third_party/wtl/include/atlctrlx.h dc.DrawText(lpstrLeft, cchLeft, &rcLeft, DT_LEFT | DT_WORDBREAK | DT_CALCRECT); DrawText 989 third_party/wtl/include/atlctrlx.h dc.DrawText(lpstrLink, cchLink, &rcLink, DT_LEFT | DT_WORDBREAK | DT_CALCRECT); DrawText 993 third_party/wtl/include/atlctrlx.h dc.DrawText(lpstrRight, cchRight, &rcRight, DT_LEFT | DT_WORDBREAK | DT_CALCRECT); DrawText 1012 third_party/wtl/include/atlctrlx.h dc.DrawText(lpstrText, -1, &rcAll, nDrawStyle | DT_WORDBREAK | DT_CALCRECT); DrawText 1532 third_party/wtl/include/atlctrlx.h dc.DrawText(lpstrLeft, cchLeft, &rcLeft, DT_LEFT | DT_WORDBREAK | DT_CALCRECT); DrawText 1538 third_party/wtl/include/atlctrlx.h dc.DrawText(lpstrLink, cchLink, &rcLink, DT_LEFT | DT_WORDBREAK | DT_CALCRECT); DrawText 1556 third_party/wtl/include/atlctrlx.h dc.DrawText(lpstrText, -1, &m_rcLink, nDrawStyle | DT_WORDBREAK | DT_CALCRECT); DrawText 1655 third_party/wtl/include/atlctrlx.h dc.DrawText(lpstrLeft, cchLeft, &rcClient, DT_LEFT | DT_WORDBREAK); DrawText 1663 third_party/wtl/include/atlctrlx.h dc.DrawText(lpstrLink, cchLink, &m_rcLink, DT_LEFT | DT_WORDBREAK); DrawText 1670 third_party/wtl/include/atlctrlx.h dc.DrawText(lpstrRight, cchRight, &rcRight, DT_LEFT | DT_WORDBREAK); DrawText 1698 third_party/wtl/include/atlctrlx.h dc.DrawText(lpstrText, -1, &m_rcLink, nDrawStyle | DT_WORDBREAK); DrawText 2684 third_party/wtl/include/atlctrlx.h dc.DrawText(m_szTitle, -1, &rect, DT_LEFT | DT_SINGLELINE | DT_VCENTER | DT_END_ELLIPSIS); DrawText 2686 third_party/wtl/include/atlctrlx.h dc.DrawText(m_szTitle, -1, &rect, DT_LEFT | DT_SINGLELINE | DT_VCENTER); DrawText 2475 third_party/wtl/include/atlgdi.h int DrawText(LPCTSTR lpstrText, int cchText, LPRECT lpRect, UINT uFormat) DrawText 2481 third_party/wtl/include/atlgdi.h return ::DrawText(m_hDC, lpstrText, cchText, lpRect, uFormat); DrawText 2484 third_party/wtl/include/atlgdi.h int DrawText(LPTSTR lpstrText, int cchText, LPRECT lpRect, UINT uFormat) DrawText 2487 third_party/wtl/include/atlgdi.h return ::DrawText(m_hDC, lpstrText, cchText, lpRect, uFormat); DrawText 297 third_party/wtl/include/atlwince.h dc.DrawText(sTitle, nLen, &rTitle, DT_VCENTER | DT_SINGLELINE);