Lines Matching defs:width
137 auto&& viewChangeCallback = [context = pipelineContext_, id = instanceId_](int32_t width, int32_t height,
141 ACE_SCOPED_TRACE("ViewChangeCallback(%d, %d)", width, height);
143 [context, width, height, type, rsTransaction]() {
144 context->OnSurfaceChanged(width, height, type, rsTransaction);
294 const RefPtr<AceView>& view, double density, int32_t width, int32_t height, sptr<OHOS::Rosen::Window>& rsWindow)
309 container->AttachView(std::move(window), view, density, width, height, rsWindow->GetWindowId());
313 const RefPtr<AceView>& view, double density, int32_t width, int32_t height, sptr<OHOS::Rosen::Window>& rsWindow)
323 container->AttachView(std::move(window), view, density, width, height, rsWindow->GetWindowId());
328 int32_t width, int32_t height, uint32_t windowId)
342 InitPipelineContext(std::move(window), instanceId, density, width, height, windowId);
383 int32_t width, int32_t height, uint32_t windowId)
399 pipelineContext_->SetRootSize(density, width, height);
554 int32_t instanceId, int32_t posX, int32_t posY, int32_t width, int32_t height, bool isToast)
572 ret = window->Resize(width, height);