/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_iptc.cpp | 83 if (fTitle.NotEmpty ()) in IsEmpty() 93 if (fCategory.NotEmpty ()) in IsEmpty() 108 if (fInstructions.NotEmpty ()) in IsEmpty() 124 fAuthorsPosition.NotEmpty ()) in IsEmpty() 129 if (fCity .NotEmpty () || in IsEmpty() 130 fState .NotEmpty () || in IsEmpty() 131 fCountry.NotEmpty ()) in IsEmpty() 136 if (fCountryCode.NotEmpty ()) in IsEmpty() 141 if (fLocation.NotEmpty ()) in IsEmpty() 146 if (fTransmissionReference.NotEmpty ()) in IsEmpty() [all …]
|
D | dng_image.cpp | 315 if (dst1.NotEmpty ()) in GetRepeat() 339 if (dst2.NotEmpty ()) in GetRepeat() 363 if (dst3.NotEmpty ()) in GetRepeat() 387 if (dst4.NotEmpty ()) in GetRepeat() 506 if (overlap.NotEmpty ()) in Get() 549 if (areaTL.NotEmpty ()) in Get() 566 if (areaTM.NotEmpty ()) in Get() 583 if (areaTR.NotEmpty ()) in Get() 600 if (areaLM.NotEmpty ()) in Get() 617 if (areaRM.NotEmpty ()) in Get() [all …]
|
D | dng_camera_profile.cpp | 166 if (m.NotEmpty ()) in NormalizeColorMatrix() 223 if (m.NotEmpty ()) in NormalizeForwardMatrix() 563 if (m.NotEmpty ()) in ValidForwardMatrix() 764 if (fReductionMatrix1.NotEmpty ()) in IsValid() 796 if (fColorMatrix2.NotEmpty ()) in IsValid() 802 if (fReductionMatrix2.NotEmpty ()) in IsValid() 908 if (profileInfo.fProfileName.NotEmpty ()) in Parse() 923 if (profileInfo.fForwardMatrix1.NotEmpty ()) in Parse() 930 if (profileInfo.fReductionMatrix1.NotEmpty ()) in Parse() 937 if (profileInfo.fColorMatrix2.NotEmpty ()) in Parse() [all …]
|
D | dng_color_spec.cpp | 267 bool has1 = fForwardMatrix1.NotEmpty (); in FindXYZtoCamera() 268 bool has2 = fForwardMatrix2.NotEmpty (); in FindXYZtoCamera() 313 bool has1 = fReductionMatrix1.NotEmpty (); in FindXYZtoCamera() 314 bool has2 = fReductionMatrix2.NotEmpty (); in FindXYZtoCamera() 446 if (forwardMatrix.NotEmpty ()) in SetWhiteXY() 489 DNG_ASSERT (fCameraWhite.NotEmpty (), "Using invalid CameraWhite"); in CameraWhite() 500 DNG_ASSERT (fCameraToPCS.NotEmpty (), "Using invalid CameraToPCS"); in CameraToPCS() 511 DNG_ASSERT (fPCStoCamera.NotEmpty (), "Using invalid PCStoCamera"); in PCStoCamera()
|
D | dng_validate.cpp | 116 if (gDumpDNG.NotEmpty ()) in dng_validate() 173 if (gDumpStage1.NotEmpty ()) in dng_validate() 213 if (gDumpStage2.NotEmpty ()) in dng_validate() 269 if (gDumpStage3.NotEmpty ()) in dng_validate() 290 if (gDumpDNG.NotEmpty ()) in dng_validate() 422 if (gDumpTIF.NotEmpty ()) in dng_validate()
|
D | dng_xmp.cpp | 426 if (dateStamp.NotEmpty ()) in EncodeGPSDateTime() 485 if (s.NotEmpty ()) in DecodeGPSDateTime() 1152 if (s.NotEmpty ()) in Get_int32() 1209 if (s.NotEmpty ()) in Get_uint32() 1412 if (s.NotEmpty ()) in Get_real64() 1486 if (s.NotEmpty ()) in Get_urational() 1639 if (s.NotEmpty ()) in Get_srational() 2204 if (iptc.NotEmpty ()) in RebuildIPTC() 2463 if (exifVersion.NotEmpty ()) in SyncExif() 2998 if (originalExif->fImageDescription.NotEmpty ()) in SyncExif() [all …]
|
D | dng_opcode_list.h | 64 bool NotEmpty () const in NotEmpty() function 73 return fAlwaysApply && NotEmpty (); in AlwaysApply()
|
D | dng_image_writer.cpp | 1252 if (exif.fBatteryLevelA.NotEmpty ()) in exif_tag_set() 1312 if (exif.fDateTime.Subseconds ().NotEmpty ()) in exif_tag_set() 1324 if (exif.fDateTimeOriginal.Subseconds ().NotEmpty ()) in exif_tag_set() 1336 if (exif.fDateTimeDigitized.Subseconds ().NotEmpty ()) in exif_tag_set() 1343 if (exif.fMake.NotEmpty ()) in exif_tag_set() 1348 if (exif.fModel.NotEmpty ()) in exif_tag_set() 1353 if (exif.fArtist.NotEmpty ()) in exif_tag_set() 1358 if (exif.fSoftware.NotEmpty ()) in exif_tag_set() 1363 if (exif.fCopyright.NotEmpty ()) in exif_tag_set() 1368 if (exif.fImageDescription.NotEmpty ()) in exif_tag_set() [all …]
|
D | dng_camera_profile.h | 112 DNG_ASSERT (!fFingerprint.IsValid () || fName.NotEmpty (), in dng_camera_profile_id() 127 DNG_ASSERT (!fFingerprint.IsValid () || fName.NotEmpty (), in dng_camera_profile_id() 168 return fName.NotEmpty (); // Fingerprint is optional. in IsValid()
|
D | dng_preview.cpp | 102 if (preview.fInfo.fApplicationName.NotEmpty ()) in dng_preview_tag_set() 109 if (preview.fInfo.fApplicationVersion.NotEmpty ()) in dng_preview_tag_set() 116 if (preview.fInfo.fSettingsName.NotEmpty ()) in dng_preview_tag_set() 137 if (preview.fInfo.fDateTime.NotEmpty ()) in dng_preview_tag_set()
|
D | dng_misc_opcodes.cpp | 217 if (overlap.NotEmpty ()) in Overlap() 227 if (overlap.NotEmpty ()) in Overlap() 408 if (overlap.NotEmpty ()) in ProcessArea() 627 if (overlap.NotEmpty ()) in ProcessArea() 989 if (overlap.NotEmpty ()) in ProcessArea() 1195 if (overlap.NotEmpty ()) in ProcessArea() 1375 if (overlap.NotEmpty ()) in ProcessArea() 1552 if (overlap.NotEmpty ()) in ProcessArea()
|
D | dng_matrix.h | 93 bool NotEmpty () const in NotEmpty() function 210 bool NotEmpty () const in NotEmpty() function
|
D | dng_opcodes.cpp | 366 if (modifiedBounds.NotEmpty ()) in Apply() 540 if (modifiedBounds.NotEmpty ()) in Apply()
|
D | dng_string.h | 89 bool NotEmpty () const in NotEmpty() function
|
D | dng_iptc.h | 132 bool NotEmpty () const in NotEmpty() function
|
D | dng_negative.cpp | 869 if (b.NotEmpty () && minEntry > 0.0) in SetAnalogBalance() 927 if (n.NotEmpty () && maxEntry > 0.0) in SetCameraNeutral() 1275 if (id.Name ().NotEmpty () && id.Fingerprint ().IsValid ()) in ProfileByID() 1297 if (id.Name ().NotEmpty ()) in ProfileByID() 1339 if (id.Name ().NotEmpty ()) in ProfileByID() 3013 if (shared.fAnalogBalance.NotEmpty ()) in Parse() 3022 if (shared.fCameraCalibration1.NotEmpty ()) in Parse() 3029 if (shared.fCameraCalibration2.NotEmpty ()) in Parse() 3036 if (shared.fCameraCalibration1.NotEmpty () || in Parse() 3037 shared.fCameraCalibration2.NotEmpty ()) in Parse() [all …]
|
D | dng_rect.h | 111 bool NotEmpty () const in NotEmpty() function 283 bool NotEmpty () const in NotEmpty() function
|
D | dng_bad_pixels.h | 169 bool NotEmpty () const in NotEmpty() function
|
D | dng_shared.cpp | 2917 if (fCameraProfile.fColorMatrix2.NotEmpty ()) in PostParse() 2944 if (fAsShotNeutral.NotEmpty ()) in PostParse() 2986 if (fAsShotNeutral.NotEmpty () && fAsShotWhiteXY.IsValid ()) in PostParse() 3264 if (fAnalogBalance.NotEmpty ()) in IsValidDNG()
|
D | dng_gain_map.cpp | 552 if (overlap.NotEmpty ()) in ProcessArea()
|
D | dng_bad_pixels.cpp | 438 if ((testRect & Rect (n)).NotEmpty ()) in IsPointIsolated() 470 if ((testRect & Rect (n)).NotEmpty ()) in IsRectIsolated() 1808 if (overlap.NotEmpty ()) in ProcessArea()
|
D | dng_negative.h | 1563 return fCameraNeutral.NotEmpty (); in HasCameraNeutral() 1752 return fOriginalRawFileName.NotEmpty (); in HasOriginalRawFileName()
|
D | dng_date_time.cpp | 412 if (fSubseconds.NotEmpty ()) in Encode_ISO_8601()
|
/third_party/abseil-cpp/absl/container/internal/ |
D | compressed_tuple_test.cc | 39 struct NotEmpty { struct 66 sizeof(CompressedTuple<int, NotEmpty<double>>)); in TEST() 68 sizeof(CompressedTuple<int, Empty<0>, NotEmpty<double>>)); in TEST() 70 sizeof(CompressedTuple<int, Empty<0>, NotEmpty<double>, Empty<1>>)); in TEST() 225 CompressedTuple<int, const char*, Empty<0>, NotEmpty<double>> x(7, "ABC", {}, in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | compressed_tuple_test.cc | 39 struct NotEmpty { struct 66 sizeof(CompressedTuple<int, NotEmpty<double>>)); in TEST() 68 sizeof(CompressedTuple<int, Empty<0>, NotEmpty<double>>)); in TEST() 70 sizeof(CompressedTuple<int, Empty<0>, NotEmpty<double>, Empty<1>>)); in TEST() 225 CompressedTuple<int, const char*, Empty<0>, NotEmpty<double>> x(7, "ABC", {}, in TEST()
|