Home
last modified time | relevance | path

Searched refs:CheckWidthAndHeightValid (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/snapshot/include/
H A Dsnapshot_utils.h55 static bool CheckWidthAndHeightValid(int32_t w, int32_t h);
/foundation/window/window_manager/snapshot/src/
H A Dsnapshot_display.cpp107 if (!SnapShotUtils::CheckWidthAndHeightValid(cmdArguments.width, cmdArguments.height)) { in GetScreenshotByCmdArguments()
H A Dsnapshot_utils.cpp154 bool SnapShotUtils::CheckWidthAndHeightValid(int32_t w, int32_t h) in CheckWidthAndHeightValid() function in OHOS::SnapShotUtils
182 if (!CheckWidthAndHeightValid(param.width, param.height)) { in CheckParamValid()

Completed in 2 milliseconds