Lines Matching refs:Plane
57 uint32 plane);
99 uint32 plane)
110 , fPlane (plane)
278 uint32 plane,
286 plane);
323 for (uint32 plane = 0; plane < fPlanes; plane++)
328 plane));
425 for (uint32 plane = 0; plane < mapPlanes; plane++)
430 map->Entry (rowIndex, colIndex, plane) = x;
443 (unsigned) plane,
559 for (uint32 plane = fAreaSpec.Plane ();
560 plane < fAreaSpec.Plane () + fAreaSpec.Planes () &&
561 plane < buffer.Planes ();
562 plane++)
565 uint32 mapPlane = Min_uint32 (plane, fGainMap->Planes () - 1);
570 real32 *dPtr = buffer.DirtyPixel_real32 (row, overlap.l, plane);