Searched refs:resolutionHeight (Results 1 – 2 of 2) sorted by relevance
42 int32_t resolutionHeight = -1; in Create() local45 resolutionHeight = resolutionHeightValue->ToNumber<int32_t>(); in Create()48 if (resolutionWidth != -1 && resolutionHeight != -1) { in Create()50 cameraComponent->SetResolutionHeight(resolutionHeight); in Create()
171 void SetResolutionHeight(int32_t resolutionHeight) in SetResolutionHeight() argument173 resolutionHeight_ = resolutionHeight; in SetResolutionHeight()