Home
last modified time | relevance | path

Searched refs:rect0 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_helper_test.cpp102 Rect rect0 = {0, 0, 0, 0}; variable
103 ASSERT_EQ(true, WindowHelper::IsEmptyRect(rect0));
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp132 Size3D rect0 {}; member
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), sf… in DoBlit()
157 …static_cast<GLint>(dst.rect0.width), dy, static_cast<GLint>(dst.rect1.width), dfh, GL_COLOR_BUFFER… in DoBlit()