HomeSort by relevance Sort by last modified time
    Searched refs:display_rect (Results 1 - 20 of 20) 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/ui/gfx/
canvas_notimplemented.cc 25 const Rect& display_rect,
43 const Rect& display_rect,
canvas_skia.cc 315 const Rect& display_rect,
323 Size size(display_rect.width() + 2, display_rect.height() + 2);
333 Rect(1, 1, display_rect.width(), display_rect.height()), flags);
356 DrawImageInt(text_image, display_rect.x() - 1, display_rect.y() - 1);
362 const Rect& display_rect,
365 if (GetStringWidth(text, font_list) <= display_rect.width()) {
366 DrawStringRectWithFlags(text, font_list, color, display_rect, flags)
    [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_unittest.cc     [all...]
render_text.cc 59 int DetermineBaselineCenteringText(const Rect& display_rect,
61 const int display_height = display_rect.height();
728 baseline_ = DetermineBaselineCenteringText(display_rect(), font_list());
737 Rect clip_rect(display_rect());
    [all...]
render_text_pango.cc 414 if (SkScalarTruncToInt(x) >= display_rect().right())
458 SkScalarTruncToInt(x) >= display_rect().right()) {
483 SkScalarTruncToInt(x) < display_rect().right());
canvas.cc 470 const Rect& display_rect) {
471 DrawStringRectWithFlags(text, font_list, color, display_rect,
478 const Rect& display_rect,
480 DrawStringRectWithShadows(text, font_list, color, display_rect, 0, flags,
render_text_win.cc 787 internal::LineBreaker line_breaker(display_rect().width() - 1,
825 if (!display_rect().Intersects(Rect(PointAtOffsetFromOrigin(line_offset),
845 if (!display_rect().Intersects(segment_bounds)) {
    [all...]
render_text.h 259 // The layout text will be elided to fit |display_rect| using this behavior.
266 const Rect& display_rect() const { return display_rect_; } function in class:gfx::RenderText
  /external/chromium_org/cc/output/
overlay_candidate.h 34 gfx::Rect display_rect; member in class:cc::OverlayCandidate
35 // Crop within the buffer to be placed inside |display_rect|.
overlay_strategy_single_on_top.cc 77 main_image.display_rect = root_render_pass->output_rect;
84 candidate.display_rect =
overlay_unittest.cc 51 if (candidate.display_rect.width() == 64)
52 EXPECT_EQ(kOverlayBottomRightRect, candidate.display_rect);
54 EXPECT_EQ(kOverlayRect, candidate.display_rect);
gl_renderer.cc     [all...]
  /external/chromium_org/content/browser/compositor/
overlay_candidate_validator_ozone.cc 45 ozone_surface_list.at(i).display_rect = surfaces->at(i).display_rect;
  /external/chromium_org/cc/layers/
tiled_layer_impl.cc 213 gfx::Rect display_rect = tile_rect; local
247 gfx::Vector2d display_offset = tile_rect.origin() - display_rect.origin();
  /external/chromium_org/ui/views/examples/
multiline_example.cc 78 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 294 return test_api_->GetRenderText()->display_rect();
    [all...]

Completed in 2199 milliseconds