Searched refs:SetConstant (Results 1 – 4 of 4) sorted by relevance
/external/dng_sdk/source/ |
D | dng_image.h | 326 SetConstant ((uint32) value, area); in SetConstant_uint8() 332 SetConstant (value, Bounds ()); in SetConstant_uint8() 341 SetConstant ((uint32) value, area); in SetConstant_uint16() 356 SetConstant ((uint32) (uint16) value, area); in SetConstant_int16() 371 SetConstant (value, area); in SetConstant_uint32() 394 SetConstant (x.i, area); in SetConstant_real32() 424 virtual void SetConstant (uint32 value,
|
D | dng_pixel_buffer.h | 503 void SetConstant (const dng_rect &area, 522 SetConstant (area, plane, planes, (uint32) value); in SetConstant_uint8() 540 SetConstant (area, plane, planes, (uint32) value); in SetConstant_uint16() 558 SetConstant (area, plane, planes, (uint32) (uint16) value); in SetConstant_int16() 576 SetConstant (area, plane, planes, value); in SetConstant_uint32() 602 SetConstant (area, plane, planes, x.i); in SetConstant_real32()
|
D | dng_image.cpp | 826 void dng_image::SetConstant (uint32 value, in SetConstant() function in dng_image 839 buffer.SetConstant (tileArea, in SetConstant()
|
D | dng_pixel_buffer.cpp | 542 void dng_pixel_buffer::SetConstant (const dng_rect &area, in SetConstant() function in dng_pixel_buffer 701 SetConstant (area, in SetZero()
|