Searched refs:LinearAreas (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86fbman.c300 FBLinearLinkPtr LinearAreas; member in struct:__anon43a551170108
791 pLink = offman->LinearAreas;
805 else offman->LinearAreas = pLink->next;
842 if (!offman->LinearAreas) return NULL;
844 linear = offman->LinearAreas;
897 DumpDebug(offman->LinearAreas);
965 link->next = offman->LinearAreas;
966 offman->LinearAreas = link;
980 DumpDebug(offman->LinearAreas);
995 pLink = offman->LinearAreas;
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86fbman.c290 FBLinearLinkPtr LinearAreas; member in struct:__anonc8e91b4a0108
787 pLink = offman->LinearAreas;
804 offman->LinearAreas = pLink->next;
838 if (!offman->LinearAreas)
841 linear = offman->LinearAreas;
896 DumpDebug(offman->LinearAreas);
963 link->next = offman->LinearAreas;
964 offman->LinearAreas = link;
979 DumpDebug(offman->LinearAreas);
993 pLink = offman->LinearAreas;
[all...]

Completed in 5 milliseconds