Searched defs:DirtyPixel (Results 1 - 1 of 1) sorted by relevance

/external/dng_sdk/source/
H A Ddng_pixel_buffer.h248 void * DirtyPixel (int32 row, function in class:dng_pixel_buffer
289 return (uint8 *) DirtyPixel (row, col, plane);
323 return (int8 *) DirtyPixel (row, col, plane);
357 return (uint16 *) DirtyPixel (row, col, plane);
391 return (int16 *) DirtyPixel (row, col, plane);
425 return (uint32 *) DirtyPixel (row, col, plane);
459 return (int32 *) DirtyPixel (row, col, plane);
493 return (real32 *) DirtyPixel (row, col, plane);

Completed in 220 milliseconds