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

/haiku/src/libs/print/libprint/
H A DHalftone.cpp273 fErrorTables[i] = NULL;
281 delete fErrorTables[i];
282 fErrorTables[i] = NULL;
304 fErrorTables[i] = new int[size];
305 memset(fErrorTables[i], 0, sizeof(int) * size);
314 if (fErrorTables[fCurrentPlane] == NULL || fX != x
322 int* errorTable = &fErrorTables[fCurrentPlane][1];
/haiku/headers/libs/print/libprint/
H A DHalftone.h125 int* fErrorTables[kMaxNumberOfPlanes]; member in class:Halftone

Completed in 91 milliseconds