OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dng_negative
(Results
1 - 2
of
2
) sorted by null
/external/dng_sdk/source/
dng_negative.cpp
9
/* $Id: //mondo/dng_sdk_1_4/dng_sdk/source/
dng_negative
.cpp#3 $ */
16
#include "
dng_negative
.h"
97
bool dng_noise_profile::IsValidForNegative (const
dng_negative
&negative) const
732
dng_negative
::
dng_negative
(dng_host &host)
function in class:dng_negative
810
dng_negative
::~
dng_negative
()
821
void
dng_negative
::Initialize ()
828
dng_negative
*
dng_negative
::Make (dng_host &host
[
all
...]
dng_negative.h
9
/* $Id: //mondo/dng_sdk_1_4/dng_sdk/source/
dng_negative
.h#4 $ */
197
bool IsValidForNegative (const
dng_negative
&negative) const;
528
class
dng_negative
class
549
// directly bound to the
dng_negative
object.
843
virtual ~
dng_negative
();
845
static
dng_negative
* Make (dng_host &host);
[
all
...]
Completed in 267 milliseconds