Searched defs:ConstPixel (Results 1 - 1 of 1) sorted by relevance
/external/dng_sdk/source/ |
H A D | dng_pixel_buffer.h | 233 const void * ConstPixel (int32 row, function in class:dng_pixel_buffer 272 return (const uint8 *) ConstPixel (row, col, plane); 306 return (const int8 *) ConstPixel (row, col, plane); 340 return (const uint16 *) ConstPixel (row, col, plane); 374 return (const int16 *) ConstPixel (row, col, plane); 408 return (const uint32 *) ConstPixel (row, col, plane); 442 return (const int32 *) ConstPixel (row, col, plane); 476 return (const real32 *) ConstPixel (row, col, plane);
|
Completed in 33 milliseconds