Lines Matching refs:int32_t
62 void ResolutionChanged(int32_t changedOriginWidth, int32_t changedOriginHeight,
63 … int32_t changedWidth, int32_t changedHeight, int32_t screenDensity) override;
64 void SetResolutionParams(int32_t changedOriginWidth, int32_t changedOriginHeight,
65 int32_t changedWidth, int32_t changedHeight, int32_t screenDensity);
100 void SetDeviceWidth(OHOS::Ace::Platform::AceRunArgs& args, const int32_t) const;
101 void SetDeviceHeight(OHOS::Ace::Platform::AceRunArgs& args, const int32_t) const;
119 void AssignValueForWidthAndHeight(const int32_t origWidth, const int32_t origHeight,
120 const int32_t compWidth, const int32_t compHeight);
122 const int32_t, double screenDendity = 0) const;
125 void SetDeviceScreenDensity(const int32_t screenDensity, const std::string type);
131 int32_t width = 0;
132 int32_t height = 0;
133 int32_t orignalWidth = 0;
134 int32_t orignalHeight = 0;