Home
last modified time | relevance | path

Searched defs:deviation (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/src/effects/
DSkDiscretePathEffect.cpp68 SkDiscretePathEffectImpl(SkScalar segLength, SkScalar deviation, uint32_t seedAssist) in SkDiscretePathEffectImpl()
166 sk_sp<SkPathEffect> SkDiscretePathEffect::Make(SkScalar segLength, SkScalar deviation, in Make()
/third_party/libinput/tools/
Dlibinput-measure-touchpad-size.py179 def between(v1, v2, deviation): argument
/third_party/mesa3d/src/gallium/targets/libgl-gdi/
Dstw_wgl.c283 FLOAT deviation, in wglUseFontOutlinesA()
308 FLOAT deviation, in wglUseFontOutlinesW()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_wgl.cpp321 FLOAT deviation, in wglUseFontOutlinesA()
334 FLOAT deviation, in wglUseFontOutlinesW()
/third_party/ffmpeg/libavfilter/
Dvf_readeia608.c52 float deviation; member
/third_party/vk-gl-cts/modules/egl/
DteglGLES2SharedRenderingPerfTests.cpp945 double deviation; in logAndSetResults() local
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_query.c1313 uint64_t timestamp, deviation; in zink_get_timestamp() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineTimestampTests.cpp838 deUint64 deviation; member
1169 deUint64 deviation; in getCalibratedTimestamps() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTimestampTests.cpp915 deUint64 deviation; member
1246 deUint64 deviation; in getCalibratedTimestamps() local
/third_party/typescript/src/compiler/
Dchecker.ts37195 … const deviation = getEffectiveDeclarationFlags(o, flagsToCheck) ^ canonicalFlags; constant
37216 const deviation = hasQuestionToken(o) !== canonicalHasQuestionToken; constant