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

  /external/dng_sdk/source/
dng_camera_profile.cpp 55 , fLookTable ()
339 fLookTable = table;
504 if (fLookTable.IsValid ())
507 FingerprintHueSatMap (printer, fLookTable);
854 fLookTable == profile.fLookTable &&
1020 fLookTable,
1244 fLookTable = nullTable;
dng_camera_profile.h 251 dng_hue_sat_map fLookTable;
622 return fLookTable.IsValid ();
629 return fLookTable;
dng_render.cpp 725 AutoPtr<dng_hue_sat_map> fLookTable;
784 , fLookTable ()
881 fLookTable.Reset (new dng_hue_sat_map (profile->LookTable ()));
    [all...]

Completed in 73 milliseconds