Home
last modified time | relevance | path

Searched refs:patSize (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/algorithm/searching/detail/
Dbm_traits.hpp51 skip_table ( std::size_t patSize, value_type default_value ) in skip_table() argument
52 : k_default_value ( default_value ), skip_ ( patSize ) {} in skip_table()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_negative.cpp2706 const uint32 patSize = 6; in SetFujiMosaic6x6() local
2708 info.fCFAPatternSize = dng_point (patSize, patSize); in SetFujiMosaic6x6()
2752 DNG_REQUIRE (phase >= 0 && phase < patSize * patSize, in SetFujiMosaic6x6()
2760 uint32 phaseRow = phase / patSize; in SetFujiMosaic6x6()
2762 uint32 phaseCol = phase - (phaseRow * patSize); in SetFujiMosaic6x6()
2764 for (uint32 dstRow = 0; dstRow < patSize; dstRow++) in SetFujiMosaic6x6()
2767 uint32 srcRow = (dstRow + phaseRow) % patSize; in SetFujiMosaic6x6()
2769 for (uint32 dstCol = 0; dstCol < patSize; dstCol++) in SetFujiMosaic6x6()
2772 uint32 srcCol = (dstCol + phaseCol) % patSize; in SetFujiMosaic6x6()
/third_party/icu/icu4c/source/i18n/
Dwindtfmt.cpp80 int32_t patSize = ures_getSize(patBundle); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
81 if (patSize >= (DateFormat::kDateTimeOffset + DateFormat::kShort + 1)) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
/third_party/node/deps/icu-small/source/i18n/
Dwindtfmt.cpp80 int32_t patSize = ures_getSize(patBundle); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
81 if (patSize >= (DateFormat::kDateTimeOffset + DateFormat::kShort + 1)) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dwindtfmt.cpp80 int32_t patSize = ures_getSize(patBundle); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
81 if (patSize >= (DateFormat::kDateTimeOffset + DateFormat::kShort + 1)) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
/third_party/skia/third_party/externals/icu/source/i18n/
Dwindtfmt.cpp80 int32_t patSize = ures_getSize(patBundle); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
81 if (patSize >= (DateFormat::kDateTimeOffset + DateFormat::kShort + 1)) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()