Searched defs:closest (Results 1 - 21 of 21) sorted by relevance

/external/skia/tests/
H A DPathOpsTSectDebug.h40 const SkTSpan<TCurve, OppCurve>* closest = nullptr; local
49 closest = test;
52 SkASSERT(closest);
53 return closest;
/external/skqp/tests/
H A DPathOpsTSectDebug.h40 const SkTSpan<TCurve, OppCurve>* closest = nullptr; local
49 closest = test;
52 SkASSERT(closest);
53 return closest;
/external/skia/src/pathops/
H A DSkIntersections.cpp12 int closest = -1; local
22 closest = index;
25 return closest;
H A DSkPathOpsTSect.h362 // only keep closest
451 double closest = DBL_MAX; local
456 if (closest > startDist) {
457 closest = startDist;
461 if (closest > endDist) {
462 closest = endDist;
1459 // pick the closest pair of points
1460 double closest = DBL_MAX; local
1472 if (closest > distSq) {
1473 closest
2387 SkClosestSect<TCurve, OppCurve> closest; local
[all...]
/external/skqp/src/pathops/
H A DSkIntersections.cpp12 int closest = -1; local
22 closest = index;
25 return closest;
H A DSkPathOpsTSect.h362 // only keep closest
451 double closest = DBL_MAX; local
456 if (closest > startDist) {
457 closest = startDist;
461 if (closest > endDist) {
462 closest = endDist;
1459 // pick the closest pair of points
1460 double closest = DBL_MAX; local
1472 if (closest > distSq) {
1473 closest
2387 SkClosestSect<TCurve, OppCurve> closest; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_sanity.c602 struct reg_names *closest; member in struct:reg
625 regs[i].closest = &reg_names[i];
632 scalars[i].closest = tmp;
639 vectors[i].closest = tmp;
684 if (reg->idx == reg->closest->idx)
685 return reg->closest->name;
689 if (reg->idx/4 != reg->closest->idx)
691 reg->closest->name,
692 (reg->idx/4) - reg->closest->idx,
695 sprintf(tmp, "%s[%d]", reg->closest
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_sanity.c324 struct reg_names *closest; member in struct:reg
347 regs[i].closest = &reg_names[i];
354 scalars[i].closest = tmp;
361 vectors[i].closest = tmp;
406 if (reg->idx == reg->closest->idx)
407 return reg->closest->name;
411 if (reg->idx/4 != reg->closest->idx)
413 reg->closest->name,
414 (reg->idx/4) - reg->closest->idx,
417 sprintf(tmp, "%s[%d]", reg->closest
[all...]
/external/skia/src/core/
H A DSkEdgeClipper.cpp255 SkScalar closest = SK_ScalarMax; local
259 if (closest > dist) {
260 closest = dist;
266 } while (closest > 0.25f && lastT != t);
/external/skqp/src/core/
H A DSkEdgeClipper.cpp255 SkScalar closest = SK_ScalarMax; local
259 if (closest > dist) {
260 closest = dist;
266 } while (closest > 0.25f && lastT != t);
/external/fio/
H A Dparse.c1187 struct fio_option *o, *closest; local
1195 closest = NULL;
1217 closest = o;
1248 if (closest && best_dist < 3) {
1249 log_info(" - showing closest match\n");
1250 log_info("%20s: %s\n", closest->name, closest->help);
1251 show_option_help(closest, 0);
/external/libcups/cups/
H A Dppd-cache.c2316 *closest, /* Closest size */ local
2430 closest = NULL;
2472 closest = size;
2488 if (closest)
2490 DEBUG_printf(("1_ppdCacheGetPageSize: Returning \"%s\" (closest)",
2491 closest->map.ppd));
2493 return (closest->map.ppd);
/external/ImageMagick/coders/
H A Ddds.c1252 closest[16];
1323 closest[i] = (unsigned char) bestj;
1326 RemapIndices(map, closest, indices);
1250 closest[16]; local
/external/sqlite/dist/orig/
H A Dsqlite3.c66314 u32 closest; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c66314 u32 closest; local
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 823 milliseconds