Searched refs:displayWindowRectInfo_ (Results 1 – 2 of 2) sorted by relevance
86 pipelineContext->displayWindowRectInfo_.width_ = SHEET_DEVICE_WIDTH_BREAKPOINT.ConvertToPx(); in SetSheetType()843 pipelineContext->displayWindowRectInfo_.width_ = SHEET_DEVICE_WIDTH_BREAKPOINT.ConvertToPx();870 …pipelineContext->displayWindowRectInfo_.width_ = SHEET_DEVICE_WIDTH_BREAKPOINT.ConvertToPx() - 5.0…1433 …pipelineContext->displayWindowRectInfo_.width_ = 2*WINDOW_EDGE_SPACE.ConvertToPx() + algorithm->sh…1531 pipelineContext->displayWindowRectInfo_.height_ = SystemProperties::GetDeviceHeight();1533 pipelineContext->displayWindowRectInfo_.height_ = SystemProperties::GetDeviceHeight() - 10.0f;
1071 displayWindowRectInfo_ = displayWindowRectInfo; in SetDisplayWindowRectInfo()1080 return displayWindowRectInfo_; in GetDisplayWindowRectInfo()1583 Rect displayWindowRectInfo_; variable