Searched refs:SrcRepeat (Results 1 - 4 of 4) sorted by relevance

/external/dng_sdk/source/
H A Ddng_bad_pixels.h59 virtual dng_point SrcRepeat ();
263 virtual dng_point SrcRepeat ();
H A Ddng_opcodes.h298 virtual dng_point SrcRepeat () function in class:dng_filter_opcode
H A Ddng_bad_pixels.cpp95 dng_point dng_opcode_FixBadPixelsConstant::SrcRepeat () function in class:dng_opcode_FixBadPixelsConstant
768 dng_point dng_opcode_FixBadPixelsList::SrcRepeat () function in class:dng_opcode_FixBadPixelsList
1796 SrcRepeat ().v,
1797 SrcRepeat ().h);
1816 badRect.l >= imageBounds.l + SrcRepeat ().h &&
1817 badRect.r <= imageBounds.r - SrcRepeat ().v)
1827 badRect.t >= imageBounds.t + SrcRepeat ().h &&
1828 badRect.b <= imageBounds.b - SrcRepeat ().v)
H A Ddng_opcodes.cpp272 fSrcRepeat = opcode.SrcRepeat ();

Completed in 193 milliseconds