Home
last modified time | relevance | path

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

/ide/tools/previewer/jsapp/rich/
DJsAppImpl.cpp401 windowModel->originWidth = aceRunArgs.deviceWidth; in SetWindowParams()
618 config.SetSize(windowModel->originWidth, windowModel->originHeight); in ResolutionChanged()
/ide/tools/previewer/cli/
DCommandLine.cpp472 int32_t originWidth = args["originWidth"].asInt(); in RunSet() local
481 ResolutionParam param(originWidth, originHeight, width, height); in RunSet()