Searched refs:SetRequestWidthAndHeight (Results 1 – 7 of 7) sorted by relevance
145 virtual void SetRequestWidthAndHeight(int32_t width, int32_t height) = 0;
155 void SetRequestWidthAndHeight(int32_t width, int32_t height) override;
148 void SetRequestWidthAndHeight(int32_t width, int32_t height) override;
222 surface->SetRequestWidthAndHeight(width, height); in SetOutputSurface()
729 void ConsumerSurface::SetRequestWidthAndHeight(int32_t width, int32_t height) in SetRequestWidthAndHeight() function in OHOS::ConsumerSurface
1008 void ProducerSurface::SetRequestWidthAndHeight(int32_t width, int32_t height) in SetRequestWidthAndHeight() function in OHOS::ProducerSurface
713 window->surface->SetRequestWidthAndHeight(width, height); in NativeWindowSetRequestWidthAndHeight()