Searched refs:minB (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/effects/ |
D | SkMorphologyImageFilter.cpp | 65 int minB = 255, minG = 255, minR = 255, minA = 255; in erode() local 71 if (b < minB) minB = b; in erode() 76 *dptr = SkPackARGB32(minA, minR, minG, minB); in erode()
|
/external/chromium_org/third_party/skia/src/effects/ |
D | SkMorphologyImageFilter.cpp | 65 int minB = 255, minG = 255, minR = 255, minA = 255; in erode() local 71 if (b < minB) minB = b; in erode() 76 *dptr = SkPackARGB32(minA, minR, minG, minB); in erode()
|
/external/deqp/framework/common/ |
D | tcuTexCompareVerifier.cpp | 588 const float minB = de::clamp((vBounds.x()-0.5f)-float(j), 0.0f, 1.0f); in isLinearCompareResultValid() local 596 …if (isBilinearCompareValid(sampler.compare, prec, depths, Vec2(minA, maxA), Vec2(minB, maxB), cmpR… in isLinearCompareResultValid() 1023 const float minB = de::clamp((vBounds.x()-0.5f)-float(j), 0.0f, 1.0f); in isSeamlessLinearCompareResultValid() local 1032 …if (isBilinearCompareValid(sampler.compare, prec, depths, Vec2(minA, maxA), Vec2(minB, maxB), cmpR… in isSeamlessLinearCompareResultValid()
|
D | tcuTexLookupVerifier.cpp | 670 const float minB = de::clamp((vBounds.x()-0.5f)-float(j), 0.0f, 1.0f); in isLinearSampleResultValid() local 679 if (isBilinearRangeValid(prec, quad, Vec2(minA, maxA), Vec2(minB, maxB), searchStep, result)) in isLinearSampleResultValid() 733 const float minB = de::clamp((vBounds.x()-0.5f)-float(j), 0.0f, 1.0f); in isLinearSampleResultValid() local 745 …if (isTrilinearRangeValid(prec, quad0, quad1, Vec2(minA, maxA), Vec2(minB, maxB), Vec2(minC, maxC)… in isLinearSampleResultValid() 1428 const float minB = de::clamp((vBounds.x()-0.5f)-float(j), 0.0f, 1.0f); in isSeamlessLinearSampleResultValid() local 1440 if (isBilinearRangeValid(prec, quad, Vec2(minA, maxA), Vec2(minB, maxB), searchStep, result)) in isSeamlessLinearSampleResultValid()
|
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_cc_functions.c | 2016 net->cc_mod.htcp_ca.minB = net->cc_mod.htcp_ca.maxB = net->cc_mod.htcp_ca.Bi = cur_Bi; in measure_achieved_throughput() 2021 if (net->cc_mod.htcp_ca.minB > net->cc_mod.htcp_ca.maxB) in measure_achieved_throughput() 2022 net->cc_mod.htcp_ca.minB = net->cc_mod.htcp_ca.maxB; in measure_achieved_throughput()
|
D | sctp_structs.h | 265 uint32_t minB; member
|