Searched refs:dist (Results 1 – 7 of 7) sorted by relevance
75 MBFLAPI extern void mbfl_convert_filter_copy(mbfl_convert_filter *src, mbfl_convert_filter *dist);
206 build-dist: $(BUILD_DIR)\deplister.exe224 dist: all build-dist target225 snap: build-snap build-devel build-dist
301 const int dist = dr * dr + dg * dg + db * db + da * da; in gdColorMatch() local303 return (100.0 * dist / 195075) < threshold; in gdColorMatch()
318 long dist; in gdImageColorClosestAlpha() local327 dist = rd * rd + gd * gd + bd * bd + ad * ad; in gdImageColorClosestAlpha()328 if (first || (dist < mindist)) { in gdImageColorClosestAlpha()329 mindist = dist; in gdImageColorClosestAlpha()483 float dist; in gdImageColorClosestHWB() local488 if (first || (dist < mindist)) { in gdImageColorClosestHWB()489 mindist = dist; in gdImageColorClosestHWB()574 long rd, gd, bd, ad, dist; in gdImageColorResolveAlpha() local599 if (dist < mindist) in gdImageColorResolveAlpha()601 if (dist == 0) in gdImageColorResolveAlpha()[all …]
4 dist: bionic
31 "url": "https:\\/\\/lang-php.s3.amazonaws.com\\/dist-cedar-14-stable\\/"
342 … for component in $(find src/Symfony -mindepth 2 -type f -name phpunit.xml.dist -printf '%h\n'); do
Completed in 18 milliseconds