Searched refs:mpCustomAnimationPresets (Results 1 – 4 of 4) sorted by relevance
606 CustomAnimationPresets* CustomAnimationPresets::mpCustomAnimationPresets = 0; member in sd::CustomAnimationPresets610 if( !mpCustomAnimationPresets ) in getCustomAnimationPresets()614 if( !mpCustomAnimationPresets ) in getCustomAnimationPresets()616 mpCustomAnimationPresets = new sd::CustomAnimationPresets(); in getCustomAnimationPresets()617 mpCustomAnimationPresets->init(); in getCustomAnimationPresets()621 return *mpCustomAnimationPresets; in getCustomAnimationPresets()
132 const CustomAnimationPresets* mpCustomAnimationPresets; member in sd::CustomAnimationPane
164 mpCustomAnimationPresets(NULL), in CustomAnimationPane()2518 if (mpCustomAnimationPresets == NULL) in getPresets()2519 mpCustomAnimationPresets = &CustomAnimationPresets::getCustomAnimationPresets(); in getPresets()2520 return *mpCustomAnimationPresets; in getPresets()
143 static CustomAnimationPresets* mpCustomAnimationPresets; member in sd::CustomAnimationPresets
Completed in 40 milliseconds