HomeSort by relevance Sort by last modified time
    Searched refs:SetConstant (Results 1 - 4 of 4) sorted by null

  /external/dng_sdk/source/
dng_image.h 326 SetConstant ((uint32) value, area);
332 SetConstant (value, Bounds ());
341 SetConstant ((uint32) value, area);
356 SetConstant ((uint32) (uint16) value, area);
371 SetConstant (value, area);
394 SetConstant (x.i, area);
424 virtual void SetConstant (uint32 value,
dng_pixel_buffer.h 503 void SetConstant (const dng_rect &area,
522 SetConstant (area, plane, planes, (uint32) value);
540 SetConstant (area, plane, planes, (uint32) value);
558 SetConstant (area, plane, planes, (uint32) (uint16) value);
576 SetConstant (area, plane, planes, value);
602 SetConstant (area, plane, planes, x.i);
dng_image.cpp 826 void dng_image::SetConstant (uint32 value,
839 buffer.SetConstant (tileArea,
dng_pixel_buffer.cpp 542 void dng_pixel_buffer::SetConstant (const dng_rect &area,
701 SetConstant (area,
    [all...]

Completed in 74 milliseconds