Home
last modified time | relevance | path

Searched defs:closest (Results 1 – 19 of 19) sorted by relevance

/third_party/node/deps/npm/node_modules/fastest-levenshtein/
Dmod.js130 var closest = function (str, arr) { function
Dtest.js1 var _a = require("./mod.js"), closest = _a.closest, distance = _a.distance; variable
/third_party/node/deps/npm/node_modules/fastest-levenshtein/esm/
Dmod.js126 const closest = (str, arr) => { function
/third_party/skia/src/pathops/
DSkIntersections.cpp12 int closest = -1; in closestTo() local
DSkPathOpsTSect.cpp105 double closest = DBL_MAX; in closestBoundedT() local
1108 double closest = DBL_MAX; in linesIntersect() local
2039 SkClosestSect closest; in BinarySearch() local
/third_party/glfw/src/
Dcontext.c166 const _GLFWfbconfig* closest = NULL; in _glfwChooseFBConfig() local
Dwgl_context.c62 const _GLFWfbconfig* closest; in choosePixelFormat() local
Dglx_context.c54 const _GLFWfbconfig* closest; in chooseGLXFBConfig() local
Degl_context.c94 const _GLFWfbconfig* closest; in chooseEGLConfig() local
Dmonitor.c233 const GLFWvidmode* closest = NULL; in _glfwChooseVideoMode() local
Dwin32_window.c81 const GLFWimage* closest = NULL; in chooseImage() local
/third_party/skia/src/core/
DSkEdgeClipper.cpp260 SkScalar closest = SK_ScalarMax; in mono_cubic_closestT() local
/third_party/ffmpeg/libavfilter/
Dvsrc_mandelbrot.c362 double closest=9999; in draw_mandelbrot() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_lower_ray_queries.c160 struct ray_query_intersection_vars closest; member
/third_party/skia/tests/
DPathOpsDebug.cpp1188 const SkTSpan* closest = nullptr; in debugT() local
/third_party/libevdev/doc/html/
Djquery.js2 …ocument?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a docume… field
/third_party/typescript/src/lib/
Ddom.generated.d.ts5027 closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null; method
5028 closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null; method
5029 closest<E extends Element = Element>(selectors: string): E | null; method
/third_party/typescript/lib/
Dlib.dom.d.ts5047 closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null; method
5048 closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null; method
5049 closest<E extends Element = Element>(selectors: string): E | null; method
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4 …5:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.groupSelectors=t.getDo… variable