Searched defs:perMonitorProfiles (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dcolor-profile.cpp1221 static std::vector< std::vector<MemProfile> > perMonitorProfiles; variable
1230 for ( std::vector< std::vector<MemProfile> >::iterator it = perMonitorProfiles.begin(); it != perMonitorProfiles.end(); ++it ) {
1244 if ( screen >= 0 && screen < static_cast<int>(perMonitorProfiles.size()) ) {
1245 std::vector<MemProfile>& row = perMonitorProfiles[screen];
1257 while ( static_cast<int>(perMonitorProfiles.size()) <= screen ) {
1259 perMonitorProfiles.push_back(tmp);
1261 std::vector<MemProfile>& row = perMonitorProfiles[screen];
1297 for ( std::vector< std::vector<MemProfile> >::iterator it = perMonitorProfiles.begin(); it != perMonitorProfiles
[all...]

Completed in 40 milliseconds