Searched refs:rect_ (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
H A Ddesktop_region.h75 const DesktopRect& rect() const { return rect_; }
80 // Updates |rect_| based on the current |row_| and |row_span_|. If
82 // into |rect_|, to generate more efficient output.
88 DesktopRect rect_; member in class:webrtc::DesktopRegion::Iterator
H A Ddesktop_region.cc565 rect_ = DesktopRect::MakeLTRB(row_span_->left, row_->second->top,
/external/deqp/framework/referencerenderer/
H A DrrRenderState.hpp322 explicit ViewportState (const WindowRectangle& rect_) argument
323 : rect (rect_)
/external/deqp/modules/egl/
H A DteglBufferAgeTests.cpp145 DrawCommand (const BufferAgeTest::DrawType drawType_, const ColoredRect& rect_);
150 DrawCommand::DrawCommand (const BufferAgeTest::DrawType drawType_, const ColoredRect& rect_) argument
152 , rect (rect_)
H A DteglPartialUpdateTests.cpp133 DrawCommand (const PartialUpdateTest::DrawType drawType_, const ColoredRect& rect_);
138 DrawCommand::DrawCommand (const PartialUpdateTest::DrawType drawType_, const ColoredRect& rect_) argument
140 , rect (rect_)
H A DteglSwapBuffersWithDamageTests.cpp101 DrawCommand (DrawType drawType_, const ColoredRect& rect_);
106 DrawCommand::DrawCommand (DrawType drawType_, const ColoredRect& rect_) argument
108 , rect (rect_)
/external/webp/src/mux/
H A Danim_encode.c781 FrameRect rect_; member in struct:__anon24245
797 candidate->rect_ = *rect;
1044 enc->prev_rect_ = candidates[i].rect_; // save for next frame.
/external/deqp/modules/gles2/functional/
H A Des2fDepthStencilTests.cpp174 ClearCommand (const rr::WindowRectangle& rect_, argument
178 : rect (rect_)
/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilTests.cpp174 ClearCommand (const rr::WindowRectangle& rect_, argument
178 : rect (rect_)
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.hpp2708 ClearRect( Rect2D rect_ = Rect2D(), uint32_t baseArrayLayer_ = 0, uint32_t layerCount_ = 0 )
2709 : rect( rect_ )
2726 ClearRect& setRect( Rect2D rect_ )
2728 rect = rect_;

Completed in 900 milliseconds