Lines Matching refs:deviceWidth

121     aceRunArgs.deviceWidth = height;
124 AdaptDeviceType(aceRunArgs, commandInfo.deviceType, aceRunArgs.deviceWidth);
132 ILOG("OrientationChanged: %s %d %d %f", orientation.c_str(), aceRunArgs.deviceWidth,
139 aceRunArgs.deviceWidth, aceRunArgs.deviceHeight);
195 ILOG("start ability: %d %d %f", args.deviceWidth, args.deviceHeight, args.deviceConfig.density);
350 options.deviceWidth = aceRunArgs.deviceWidth;
399 windowModel->originWidth = aceRunArgs.deviceWidth;
401 windowModel->compressWidth = aceRunArgs.deviceWidth;
423 args.deviceConfig.density = args.deviceWidth / adaptWidthWatch;
430 args.deviceConfig.density = args.deviceWidth / adaptWidthTv;
437 args.deviceConfig.density = args.deviceWidth / adaptWidthPhone;
444 args.deviceConfig.density = args.deviceWidth / adaptWidthPhone;
451 args.deviceConfig.density = args.deviceWidth / adaptWidthTablet;
458 args.deviceConfig.density = args.deviceWidth / adaptWidthCar;
482 void JsAppImpl::SetDeviceWidth(Platform::AceRunArgs& args, const int32_t deviceWidth) const
484 args.deviceWidth = deviceWidth;
624 glfwRenderContext->SetWindowSize(aceRunArgs.deviceWidth, aceRunArgs.deviceHeight);
633 glfwRenderContext->SetWindowSize(aceRunArgs.deviceWidth, aceRunArgs.deviceHeight);
636 aceRunArgs.deviceWidth, aceRunArgs.deviceHeight, ConvertResizeReason(reason));
668 VirtualScreenImpl::GetInstance().SetCurrentResolution(aceRunArgs.deviceWidth, aceRunArgs.deviceHeight);
669 ILOG("ResolutionChanged: %s %d %d %f", orientation.c_str(), aceRunArgs.deviceWidth,
760 AssignValueForWidthAndHeight(args.deviceWidth, args.deviceHeight,
761 args.deviceWidth, args.deviceHeight);
765 AdaptDeviceType(args, commandInfo.deviceType, aceRunArgs.deviceWidth);
771 AssignValueForWidthAndHeight(args.deviceWidth, args.deviceHeight,
772 args.deviceWidth, args.deviceHeight);
777 AdaptDeviceType(args, deviceType, args.deviceWidth, paramObj["dpi"].AsDouble());
787 params.deviceWidth = aceRunArgs.deviceWidth;
807 ILOG("LoadDocument params is density: %f region: %s language: %s deviceWidth: %d\
812 params.deviceWidth,
819 glfwRenderContext->SetWindowSize(aceRunArgs.deviceWidth, aceRunArgs.deviceHeight);
894 glfwRenderContext->CreateGlfwWindow(aceRunArgs.deviceWidth, aceRunArgs.deviceHeight, false);
956 uint32_t deviceWidth = static_cast<uint32_t>(aceRunArgs.deviceWidth);
970 statusArea->topRect_ = {0, 0, deviceWidth, avoidInitialAreas.topRect.height};
980 deviceWidth, avoidInitialAreas.bottomRect.height};