Searched refs:rect_ (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/webrtc/modules/desktop_capture/ |
D | desktop_region.h | 75 const DesktopRect& rect() const { return rect_; } in rect() 88 DesktopRect rect_; variable
|
D | desktop_region.cc | 565 rect_ = DesktopRect::MakeLTRB(row_span_->left, row_->second->top, in UpdateCurrentRect()
|
/external/deqp/framework/referencerenderer/ |
D | rrRenderState.hpp | 341 explicit ViewportState (const WindowRectangle& rect_) in ViewportState() 342 : rect (rect_) in ViewportState()
|
/external/deqp/modules/egl/ |
D | teglBufferAgeTests.cpp | 145 DrawCommand (const BufferAgeTest::DrawType drawType_, const ColoredRect& rect_); 150 DrawCommand::DrawCommand (const BufferAgeTest::DrawType drawType_, const ColoredRect& rect_) in DrawCommand() argument 152 , rect (rect_) in DrawCommand()
|
D | teglSwapBuffersWithDamageTests.cpp | 101 DrawCommand (DrawType drawType_, const ColoredRect& rect_); 106 DrawCommand::DrawCommand (DrawType drawType_, const ColoredRect& rect_) in DrawCommand() argument 108 , rect (rect_) in DrawCommand()
|
D | teglPartialUpdateTests.cpp | 133 DrawCommand (const PartialUpdateTest::DrawType drawType_, const ColoredRect& rect_); 138 DrawCommand::DrawCommand (const PartialUpdateTest::DrawType drawType_, const ColoredRect& rect_) in DrawCommand() argument 140 , rect (rect_) in DrawCommand()
|
/external/webp/src/mux/ |
D | anim_encode.c | 782 FrameRectangle rect_; member 798 candidate->rect_ = *rect; in EncodeCandidate() 1045 enc->prev_rect_ = candidates[i].rect_; // save for next frame. in PickBestCandidate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDepthStencilTests.cpp | 174 ClearCommand (const rr::WindowRectangle& rect_, in ClearCommand() 178 : rect (rect_) in ClearCommand()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDepthStencilTests.cpp | 174 ClearCommand (const rr::WindowRectangle& rect_, in ClearCommand() 178 : rect (rect_) in ClearCommand()
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 20434 ClearRect( Rect2D rect_ = Rect2D(), in ClearRect() 20437 : rect( rect_ ) in ClearRect() 20453 ClearRect & setRect( Rect2D rect_ ) in setRect() 20455 rect = rect_; in setRect()
|
/external/swiftshader/include/vulkan/ |
D | vulkan.hpp | 5510 ClearRect( Rect2D rect_ = Rect2D(), in ClearRect() 5513 : rect( rect_ ) in ClearRect() 5529 ClearRect& setRect( Rect2D rect_ ) in setRect() 5531 rect = rect_; in setRect()
|