Home | History | Annotate | Download | only in source

Lines Matching full:uint32

36 					uint32 sPixelSize,
37 uint32 dPixelSize,
38 uint32 &count0,
39 uint32 &count1,
40 uint32 &count2,
49 uint32 sPixelSize,
50 uint32 &count0,
51 uint32 &count1,
52 uint32 &count2,
58 uint32 dPixelSize,
59 uint32 &count0,
60 uint32 &count1,
61 uint32 &count2,
98 uint32 fPlane;
99 uint32 fPlanes;
109 uint32 fPixelType;
113 uint32 fPixelSize;
127 uint32 plane = 0) const
155 void CheckPixelType (uint32 pixelType) const;
180 dng_pixel_buffer (const dng_rect &area, uint32 plane, uint32 planes,
181 uint32 pixelType, uint32 planarConfiguration,
193 uint32 PixelRange () const;
206 uint32 Planes () const
235 uint32 plane = 0) const
250 uint32 plane = 0)
267 uint32 plane = 0) const
284 uint32 plane = 0)
301 uint32 plane = 0) const
318 uint32 plane = 0)
335 uint32 plane = 0) const
352 uint32 plane = 0)
369 uint32 plane = 0) const
386 uint32 plane = 0)
395 /// Get read-only uint32 * to pixel data starting at a specific pixel in the buffer.
399 /// \retval Pointer to pixel data as uint32 *.
401 const uint32 * ConstPixel_uint32 (int32 row,
403 uint32 plane = 0) const
408 return (const uint32 *) ConstPixel (row, col, plane);
412 /// Get a writable uint32 * to pixel data starting at a specific pixel in the buffer.
416 /// \retval Pointer to pixel data as uint32 *.
418 uint32 * DirtyPixel_uint32 (int32 row,
420 uint32 plane = 0)
425 return (uint32 *) DirtyPixel (row, col, plane);
437 uint32 plane = 0) const
454 uint32 plane = 0)
471 uint32 plane = 0) const
488 uint32 plane = 0)
504 uint32 plane,
505 uint32 planes,
506 uint32 value);
515 uint32 plane,
516 uint32 planes,
522 SetConstant (area, plane, planes, (uint32) value);
533 uint32 plane,
534 uint32 planes,
540 SetConstant (area, plane, planes, (uint32) value);
551 uint32 plane,
552 uint32 planes,
558 SetConstant (area, plane, planes, (uint32) (uint16) value);
566 /// \param value Constant uint32 value to set pixels to.
569 uint32 plane,
570 uint32 planes,
571 uint32 value)
587 uint32 plane,
588 uint32 planes,
596 uint32 i;
613 uint32 plane,
614 uint32 planes);
625 uint32 srcPlane,
626 uint32 dstPlane,
627 uint32 planes);
637 uint32 plane,
638 uint32 planes)
664 uint32 repeatV = 1,
665 uint32 repeatH = 1);
670 void ShiftRight (uint32 shift);
696 uint32 plane,
697 uint32 planes) const;
708 uint32 plane,
709 uint32 planes) const;