Home
last modified time | relevance | path

Searched refs:alignWidth (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/
H A Dmessage_handler.h25 constexpr T GET_ALIGNED_SIZE(T x, int alignWidth) in GET_ALIGNED_SIZE() argument
27 return (x + (alignWidth - 1)) & ~(alignWidth - 1); in GET_ALIGNED_SIZE()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H A Droute_head_handler_impl.h24 template<typename T> constexpr T GET_ALIGNED_SIZE(T x, int alignWidth) in GET_ALIGNED_SIZE() argument
26 return (x + (alignWidth - 1)) & ~(alignWidth - 1); in GET_ALIGNED_SIZE()
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dsurface_draw.cpp305 int32_t alignWidth = bufferStride / static_cast<int32_t>(IMAGE_BYTES_STRIDE); in DoDrawImageRect() local
317 bitmap.Build(alignWidth, winHeight, format); in DoDrawImageRect()