Home
last modified time | relevance | path

Searched refs:clipped (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/src/render/software/
A DSDL_blendfillrect.c220 SDL_Rect clipped; in SDL_BlendFillRect() local
234 if (!SDL_IntersectRect(rect, &dst->clip_rect, &clipped)) { in SDL_BlendFillRect()
237 rect = &clipped; in SDL_BlendFillRect()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_fillrect.c302 SDL_Rect clipped; in SDL_FillRects() local
413 if (!SDL_IntersectRect(rect, &dst->clip_rect, &clipped)) { in SDL_FillRects()
416 rect = &clipped; in SDL_FillRects()
/AliOS-Things-master/components/SDL2/test/
A Dtestvulkan.c740 createInfo.clipped = VK_TRUE; in createSwapchain()
/AliOS-Things-master/components/SDL2/src/video/khronos/vulkan/
A Dvulkan_core.h4827 VkBool32 clipped; member
A Dvulkan.hpp34317 , clipped( clipped_ ) in SwapchainCreateInfoKHR()
34424 clipped = clipped_; in setClipped()
34462 && ( clipped == rhs.clipped ) in operator ==()
34490 Bool32 clipped; member

Completed in 208 milliseconds