Searched refs:rect0 (Results 1 - 2 of 2) sorted by relevance
/foundation/window/window_manager/utils/test/unittest/ |
H A D | window_helper_test.cpp | 102 Rect rect0 = {0, 0, 0, 0}; in HWTEST_F() local 103 ASSERT_EQ(true, WindowHelper::IsEmptyRect(rect0)); in HWTEST_F()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | render_backend_gles.cpp | 132 Size3D rect0 {}; 140 GLint sy = static_cast<GLint>(src.rect0.height); in DoBlit() 144 GLint dy = static_cast<GLint>(dst.rect0.height); in DoBlit() 156 glBlitFramebuffer(static_cast<GLint>(src.rect0.width), sy, static_cast<GLint>(src.rect1.width), sfh, in DoBlit() 157 static_cast<GLint>(dst.rect0.width), dy, static_cast<GLint>(dst.rect1.width), dfh, GL_COLOR_BUFFER_BIT, in DoBlit()
|
Completed in 6 milliseconds