Home | History | Annotate | Download | only in src

Lines Matching defs:Offsets

164 // A table of n elements is readed, where first comes n records containing offsets and sizes and
177 // Let's take the offsets to each element
233 // Keep starting position of curve offsets
2672 // Get the base for all offsets
3389 // Get actual position as a basis for element offsets
4027 // Get actual position as a basis for element offsets
4176 cmsFloat64Number* Offsets;
4188 Offsets = (cmsFloat64Number*) _cmsCalloc(self ->ContextID, OutputChans, sizeof(cmsFloat64Number));
4189 if (Offsets == NULL) {
4209 Offsets[i] = v;
4213 mpe = cmsStageAllocMatrix(self ->ContextID, OutputChans, InputChans, Matrix, Offsets);
4215 _cmsFree(self ->ContextID, Offsets);
4413 // Get actual position as a basis for element offsets
4794 cmsUInt32Number *Offsets;
4807 e->Offsets = (cmsUInt32Number *) _cmsCalloc(ContextID, Count, sizeof(cmsUInt32Number));
4808 if (e->Offsets == NULL) return FALSE;
4813 _cmsFree(ContextID, e -> Offsets);
4825 if (e ->Offsets != NULL) _cmsFree(e -> ContextID, e -> Offsets);
4827 e->Offsets = e ->Sizes = NULL;
4834 if (a ->Name.Offsets != NULL) FreeElem(&a->Name);
4835 if (a ->Value.Offsets != NULL) FreeElem(&a ->Value);
4836 if (a ->DisplayName.Offsets != NULL) FreeElem(&a->DisplayName);
4837 if (a ->DisplayValue.Offsets != NULL) FreeElem(&a ->DisplayValue);
4870 if (!_cmsReadUInt32Number(io, &e->Offsets[i])) return FALSE;
4874 if (e ->Offsets[i] > 0)
4875 e ->Offsets[i] += BaseOffset;
4910 if (!_cmsWriteUInt32Number(io, e->Offsets[i])) return FALSE;
4948 if (e -> Offsets[i] == 0) {
4954 if (!io -> Seek(io, e -> Offsets[i])) return FALSE;
4990 e ->Offsets[i] = Before - BaseOffset;
4994 e ->Offsets[i] = 0;
5011 if (e -> Offsets[i] == 0 || e ->Sizes[i] == 0) {
5017 if (!io -> Seek(io, e -> Offsets[i])) return FALSE;
5032 e ->Offsets[i] = 0;
5037 e ->Offsets[i] = Before - BaseOffset;
5059 // Get actual position as a basis for element offsets
5159 // Keep starting position of offsets table
5162 // Allocate offsets array