Home
last modified time | relevance | path

Searched refs:modifiedBounds (Results 1 – 4 of 4) sorted by relevance

/external/dng_sdk/source/
Ddng_opcodes.cpp364 dng_rect modifiedBounds = ModifiedBounds (image->Bounds ()); in Apply() local
366 if (modifiedBounds.NotEmpty ()) in Apply()
376 if (modifiedBounds == image->Bounds ()) in Apply()
402 modifiedBounds); in Apply()
538 dng_rect modifiedBounds = ModifiedBounds (image->Bounds ()); in Apply() local
540 if (modifiedBounds.NotEmpty ()) in Apply()
548 modifiedBounds); in Apply()
/external/llvm-project/clang-tools-extra/clangd/
DPreamble.h124 PreambleBounds modifiedBounds() const { return ModifiedBounds; } in modifiedBounds() function
DParsedAST.cpp380 Patch->modifiedBounds()); in build()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DPreambleTests.cpp531 EXPECT_EQ(PP.modifiedBounds().Size, ExpectedBounds.Size); in TEST()
532 EXPECT_EQ(PP.modifiedBounds().PreambleEndsAtStartOfLine, in TEST()