Home
last modified time | relevance | path

Searched refs:bounds_ (Results 1 – 12 of 12) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dosr_render_handler_win_d3d11.cc47 bounds_ = bounds; in set_bounds()
50 if (bounds_.x < 0) in set_bounds()
51 bounds_.x = 0; in set_bounds()
52 if (bounds_.y < 0) in set_bounds()
53 bounds_.y = 0; in set_bounds()
55 if (bounds_.x + bounds_.width > outer_width) in set_bounds()
56 bounds_.x = outer_width - bounds_.width; in set_bounds()
57 if (bounds_.y + bounds_.height > outer_height) in set_bounds()
58 bounds_.y = outer_height - bounds_.height; in set_bounds()
60 if (bounds_.x < 0) in set_bounds()
[all …]
Dosr_render_handler_win_d3d11.h38 bool contains(int x, int y) const { return bounds_.Contains(x, y); } in contains()
39 int xoffset() const { return original_bounds_.x - bounds_.x; } in xoffset()
40 int yoffset() const { return original_bounds_.y - bounds_.y; } in yoffset()
44 CefRect bounds_; variable
Dosr_d3d11_win.cc785 bounds_.x = bounds_.y = bounds_.width = bounds_.height = 0.0f; in Layer()
799 return bounds_; in bounds()
803 bounds_.x = x; in move()
804 bounds_.y = y; in move()
805 bounds_.width = width; in move()
806 bounds_.height = height; in move()
820 geometry_ = device_->create_quad(bounds_.x, bounds_.y, bounds_.width, in render_texture()
821 bounds_.height, flip_); in render_texture()
Dosr_d3d11_win.h263 Rect bounds_; variable
/third_party/flutter/engine/flutter/flow/layers/
Dlayer.cc38 : paint_context_(paint_context), bounds_(bounds) { in AutoSaveLayer()
39 paint_context_.internal_nodes_canvas->saveLayer(bounds_, paint); in AutoSaveLayer()
44 : paint_context_(paint_context), bounds_(*layer_rec.fBounds) { in AutoSaveLayer()
63 DrawCheckerboard(paint_context_.internal_nodes_canvas, bounds_); in ~AutoSaveLayer()
Dlayer.h118 const SkRect bounds_; variable
/third_party/cef/libcef/browser/native/
Dwindow_x11.cc77 bounds_(bounds), in CefWindowX11()
177 size_hints.x = bounds_.x(); in Show()
178 size_hints.y = bounds_.y(); in Show()
250 bool origin_changed = bounds_.origin() != bounds.origin(); in SetBounds()
251 bool size_changed = bounds_.size() != bounds.size(); in SetBounds()
273 return gfx::Rect(gfx::Point(coords->dst_x, coords->dst_y), bounds_.size()); in GetBoundsInScreen()
341 bounds_ = gfx::Rect(configure->x, configure->y, configure->width, in ProcessXEvent()
350 .width = bounds_.width(), in ProcessXEvent()
351 .height = bounds_.height(), in ProcessXEvent()
Dwindow_x11.h66 gfx::Rect bounds() const { return bounds_; } in bounds()
89 gfx::Rect bounds_; variable
/third_party/cef/libcef/browser/views/
Doverlay_view_host.cc274 if (new_bounds == bounds_) in SetOverlayBounds()
279 bounds_ = new_bounds; in SetOverlayBounds()
280 if (view_->size() != bounds_.size()) { in SetOverlayBounds()
281 view_->SetSize(bounds_.size()); in SetOverlayBounds()
283 widget_->SetBounds(bounds_); in SetOverlayBounds()
Doverlay_view_host.h53 gfx::Rect bounds() const { return bounds_; } in bounds()
73 gfx::Rect bounds_; variable
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dfragops.txt815 index>> [eq]#i# against a set of _depth bounds_.
Dfragops.adoc997 index>> [eq]#i# against a set of _depth bounds_.