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

/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmscgats.c169 cmsUInt32Number TablesCount; // How many tables in this stream member in struct:__anon1007
1033 if ((it8 -> nTable >= it8 ->TablesCount)) {
1272 t = it8 ->Tab + it8 ->TablesCount;
1278 it8 ->TablesCount++;
1286 if (nTable >= it8 ->TablesCount) {
1288 if (nTable == it8 ->TablesCount) {
1796 for (i=0; i < it8 ->TablesCount; i++) {
1830 for (i=0; i < it8 ->TablesCount; i++) {
2100 it8 ->nTable = it8 ->TablesCount - 1;
2162 for (j=0; j < it8 ->TablesCount;
[all...]

Completed in 43 milliseconds