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

  /external/chromium_org/ui/gfx/
render_text.h 55 bool background_is_transparent);
179 bool background_is_transparent,
269 bool background_is_transparent() const { return background_is_transparent_; } function in class:gfx::RenderText
render_text_harfbuzz.cc 278 bool background_is_transparent) {
295 internal::ApplyRenderParams(params, background_is_transparent,
914 background_is_transparent());
    [all...]
render_text.cc 201 bool background_is_transparent) {
202 ApplyRenderParams(params, background_is_transparent, &paint_);
380 bool background_is_transparent,
383 paint->setLCDRenderText(!background_is_transparent &&
    [all...]
render_text_pango.cc 406 background_is_transparent());
render_text_win.cc 816 background_is_transparent());
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views_browsertest.cc 292 EXPECT_FALSE(view->GetRenderText()->background_is_transparent());

Completed in 65 milliseconds