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

/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Dcmap_grab.h140 int cm_start ; /* first valid location */ member in struct:_grabbedcmap
H A Dcmap_grab.c633 if( index < infop->cm_start )
634 infop->cm_start = index ;
635 if( index + count > infop->cm_start + infop->cm_len )
636 infop->cm_len = index + count -infop->cm_start ;
838 if( index < infop->cm_start )
839 infop->cm_start = index ;
841 if( index + count > infop->cm_start + infop->cm_len )
842 infop->cm_len = index + count -infop->cm_start ;

Completed in 22 milliseconds