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

/haiku/src/add-ons/translators/raw/
H A DRAW.cpp139 fOutputProfile(NULL),
1981 fOutputProfile = (uint32 *)calloc(phead[0], 1);
1982 if (fOutputProfile == NULL)
1985 memcpy(fOutputProfile, phead, sizeof(phead));
1987 fOutputProfile[4] = fOutputProfile[5];
1989 fOutputProfile[0] = 132 + 12 * pbody[0];
1991 fOutputProfile[fOutputProfile[0] / 4]
1993 pbody[i*3+2] = fOutputProfile[
[all...]
H A DRAW.h179 uint32* fOutputProfile; member in class:DCRaw

Completed in 39 milliseconds