Searched refs:GetPanelResolution (Results 1 – 6 of 6) sorted by relevance
54 hwc_display_external->GetPanelResolution(&external_width, &external_height); in Create()151 GetPanelResolution(&panel_width, &panel_height); in ApplyScanAdjustment()
61 virtual void GetPanelResolution(uint32_t *x_pixels, uint32_t *y_pixels);
54 hwc_display_primary->GetPanelResolution(&primary_width, &primary_height); in Create()
70 hwc_display_virtual->GetPanelResolution(&virtual_width, &virtual_height); in Create()
257 hwc_display->GetPanelResolution(&primary_width, &primary_height); in CreateSolidFillLayers()
1235 GetPanelResolution(&panel_x_pixels, &panel_y_pixels); in IsFrameBufferScaled()1240 void HWCDisplay::GetPanelResolution(uint32_t *x_pixels, uint32_t *y_pixels) { in GetPanelResolution() function in sdm::HWCDisplay