Lines Matching full:planes
84 /// The pixel geometry describes the layout in terms of how many planes, rows and columns
96 // Range of planes this buffer holds.
173 /// \param planes Number of planes
176 /// \param planarConfiguration Layout of the pixel planes in memory: One
180 dng_pixel_buffer (const dng_rect &area, uint32 plane, uint32 planes,
203 /// Number of planes of image data.
204 /// \retval Number of planes held in buffer.
206 uint32 Planes () const
219 /// Step, in pixels not bytes, between planes of data in buffer.
500 /// \param planes Number of planes to fill.
505 uint32 planes,
511 /// \param planes Number of planes to fill.
516 uint32 planes,
522 SetConstant (area, plane, planes, (uint32) value);
529 /// \param planes Number of planes to fill.
534 uint32 planes,
540 SetConstant (area, plane, planes, (uint32) value);
547 /// \param planes Number of planes to fill.
552 uint32 planes,
558 SetConstant (area, plane, planes, (uint32) (uint16) value);
565 /// \param planes Number of planes to fill.
570 uint32 planes,
576 SetConstant (area, plane, planes
583 /// \param planes Number of planes to fill.
588 uint32 planes,
602 SetConstant (area, plane, planes, x.i);
610 /// \param planes Number of planes to fill.
614 uint32 planes);
621 /// \param planes Number of planes to copy.
627 uint32 planes);
633 /// \param planes Number of planes to copy.
638 uint32 planes)
641 CopyArea (src, area, plane, plane, planes);
685 void FlipZ (); // Flip planes
691 /// \param planes Number of planes to compare.
697 uint32 planes) const;
703 /// \param planes Number of planes to compare.
709 uint32 planes) const;