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

/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmsps2.c1418 char Buff[32]; local
1427 snprintf(Buff, 31, "%.3f", Out[j] / 65535.0);
1428 Buff[31] = 0;
1429 strcat(Colorant, Buff);
H A Dcmscgats.c2605 char Buff[256]; local
2609 snprintf(Buff, 255, it8->DoubleFormatter, Val);
2611 return SetData(it8, row, col, Buff);
2695 char Buff[256]; local
2699 snprintf(Buff, 255, it8->DoubleFormatter, Val);
2700 return cmsIT8SetData(hIT8, cPatch, cSample, Buff);
H A Dcmsio0.c1018 char Buff[100]; local
1024 Buff[len] = (char) (in % BaseIn);
1029 out = out * BaseOut + Buff[i];

Completed in 58 milliseconds