Searched refs:cached_hdc_ (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/ui/gfx/ |
D | render_text_win.cc | 501 HDC RenderTextWin::cached_hdc_ = NULL; member in gfx::RenderTextWin 987 if (!cached_hdc_) in LayoutVisualText() 988 cached_hdc_ = CreateCompatibleDC(NULL); in LayoutVisualText() 1009 hr = ScriptPlace(cached_hdc_, in LayoutVisualText() 1110 if (ChooseFallbackFont(cached_hdc_, run->font, run_text, run_length, in LayoutTextRun() 1132 SelectObject(cached_hdc_, run->font.GetNativeFont()); in LayoutTextRun() 1138 HRESULT hr = ScriptGetFontProperties(cached_hdc_, &run->script_cache, in LayoutTextRun() 1183 SelectObject(cached_hdc_, run->font.GetNativeFont()); in ShapeTextRunWithFont() 1195 hr = ScriptShape(cached_hdc_, &run->script_cache, run_text, run_length, in ShapeTextRunWithFont() 1210 ScriptGetFontProperties(cached_hdc_, &run->script_cache, &properties); in CountCharsWithMissingGlyphs()
|
D | render_text_win.h | 117 static HDC cached_hdc_; variable
|