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

/haiku/src/add-ons/translators/raw/
H A DLibRAW.cpp32 #define P1 fRaw->imgdata.idata
292 strlcpy(metaInfo.manufacturer, fRaw->imgdata.idata.make,
294 strlcpy(metaInfo.model, fRaw->imgdata.idata.model, sizeof(metaInfo.model));
301 return fRaw->imgdata.idata.raw_count;
308 if (index >= fRaw->imgdata.idata.raw_count)
/haiku/src/libs/glut/
H A Dglut_shapes.c496 static GLfloat idata[12][3] = variable
542 drawtriangle(i, idata, iIndex, shadeType);

Completed in 96 milliseconds