Searched refs:pAttr (Results 1 – 3 of 3) sorted by relevance
168 static void FreeAttrs(ScreenSaverAttrPtr pAttr);170 static void FreeScreenAttr(ScreenSaverAttrPtr pAttr);289 FreeAttrs(ScreenSaverAttrPtr pAttr) in FreeAttrs() argument294 if ((pPixmap = pAttr->pBackgroundPixmap) != 0) in FreeAttrs()296 if ((pPixmap = pAttr->pBorderPixmap) != 0) in FreeAttrs()298 if ((pCursor = pAttr->pCursor) != 0) in FreeAttrs()303 FreeScreenAttr(ScreenSaverAttrPtr pAttr) in FreeScreenAttr() argument305 FreeAttrs(pAttr); in FreeScreenAttr()306 free(pAttr->values); in FreeScreenAttr()307 free(pAttr); in FreeScreenAttr()[all …]
2394 Adpcc_fast_mode_attr_t *pAttr) in Api_Fast_mode_select() argument2412 if(pAttr == NULL) { in Api_Fast_mode_select()2441 if(pAttr->fast_mode_single_en) in Api_Fast_mode_select()2443 Fast_mode_Single_level_Setting(pSelect, pAttr->fast_mode_single_level); in Api_Fast_mode_select()2446 if(pAttr->fast_mode_double_en) in Api_Fast_mode_select()2448 Fast_mode_Double_level_Setting(pSelect, pAttr->fast_mode_double_level); in Api_Fast_mode_select()2451 if(pAttr->fast_mode_triple_en) in Api_Fast_mode_select()2453 Fast_mode_Triple_level_Setting(pSelect, pAttr->fast_mode_triple_level); in Api_Fast_mode_select()
82016 Initialise the pAttr->values to values so if the values allocation