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

  /external/chromium_org/ui/ozone/public/
overlay_candidates_ozone.h 31 gfx::Rect display_rect; member in struct:ui::OverlayCandidatesOzone::OverlaySurfaceCandidate
32 // Crop within the buffer to be placed inside |display_rect|.
  /external/chromium_org/cc/output/
overlay_candidate.h 35 gfx::Rect display_rect; member in class:cc::OverlayCandidate
36 // Crop within the buffer to be placed inside |display_rect|.
overlay_strategy_single_on_top.cc 53 main_image.display_rect = root_render_pass->output_rect;
60 candidate.display_rect =
overlay_unittest.cc 46 EXPECT_EQ(kOverlayRect.ToString(), candidate.display_rect.ToString());
gl_renderer.cc     [all...]
  /external/chromium_org/ui/gfx/
canvas_android.cc 25 const Rect& display_rect,
canvas_skia.cc 128 Rect display_rect = rect; local
129 display_rect.set_height(font_list.GetHeight());
130 render_text->SetDisplayRect(display_rect);
323 const Rect& display_rect,
331 Size size(display_rect.width() + 2, display_rect.height() + 2);
341 Rect(1, 1, display_rect.width(), display_rect.height()), flags);
364 DrawImageInt(text_image, display_rect.x() - 1, display_rect.y() - 1)
    [all...]
canvas.h 173 const Rect& display_rect,
352 const Rect& display_rect);
360 const Rect& display_rect,
421 const Rect& display_rect,
render_text.cc 59 int DetermineBaselineCenteringText(const Rect& display_rect,
61 const int display_height = display_rect.height();
755 baseline_ = DetermineBaselineCenteringText(display_rect(), font_list());
764 Rect clip_rect(display_rect());
    [all...]
render_text_unittest.cc     [all...]
canvas.cc 464 const Rect& display_rect) {
465 DrawStringRectWithFlags(text, font_list, color, display_rect,
472 const Rect& display_rect,
474 DrawStringRectWithShadows(text, font_list, color, display_rect, 0, flags,
render_text_win.cc 785 internal::LineBreaker line_breaker(display_rect().width() - 1,
827 if (!display_rect().Intersects(Rect(PointAtOffsetFromOrigin(line_offset),
847 if (!display_rect().Intersects(segment_bounds)) {
    [all...]
render_text.h 258 // Elides the text to fit in |display_rect| according to the specified
263 const Rect& display_rect() const { return display_rect_; } function in class:gfx::RenderText
  /external/chromium_org/content/browser/compositor/
overlay_candidate_validator_ozone.cc 44 ozone_surface_list.at(i).display_rect = surfaces->at(i).display_rect;
  /external/chromium_org/cc/layers/
tiled_layer_impl.cc 205 gfx::Rect display_rect = tile_rect; local
242 gfx::Vector2d display_offset = tile_rect.origin() - display_rect.origin();
  /external/chromium_org/ui/views/examples/
multiline_example.cc 63 const gfx::Rect old_rect = render_text_->display_rect();
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc     [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc     [all...]
textfield_unittest.cc 257 return test_api_->GetRenderText()->display_rect();
    [all...]

Completed in 313 milliseconds