Home
last modified time | relevance | path

Searched refs:crosses (Results 1 – 25 of 28) sorted by relevance

12

/third_party/skia/src/pathops/
DSkOpAngle.cpp217 double crosses[3]; in lineOnOneSide() local
225 crosses[index - 1] = AlmostBequalUlps(xy1, xy2) ? 0 : xy1 - xy2; in lineOnOneSide()
227 if (crosses[0] * crosses[1] < 0) { in lineOnOneSide()
231 if (crosses[0] * crosses[2] < 0 || crosses[1] * crosses[2] < 0) { in lineOnOneSide()
235 if (crosses[0]) { in lineOnOneSide()
236 return crosses[0] < 0; in lineOnOneSide()
238 if (crosses[1]) { in lineOnOneSide()
239 return crosses[1] < 0; in lineOnOneSide()
241 if (SkPath::kCubic_Verb == testVerb && crosses[2]) { in lineOnOneSide()
242 return crosses[2] < 0; in lineOnOneSide()
[all …]
/third_party/gstreamer/gstplugins_good/gst/cutter/
DREADME5 This plugin emits signals when RMS level of audio signal crosses a
12 …th equal to the pre-recording buffer length. As soon as the input level crosses the threshold lev…
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/
DOpenGLLineSegmentRasterization.md27 intersection between the line segment and the grid that crosses the pixel
/third_party/skia/src/core/
DSkGeometry.cpp1087 SkScalar crosses[2]; in on_same_side() local
1090 crosses[index] = line.cross(testLine); in on_same_side()
1092 return crosses[0] * crosses[1] >= 0; in on_same_side()
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_pixel_tiles.txt46 in a subimage that crosses tile boundaries must be transferred: the rows
277 crosses tiles, the sequence of groups transferred will be
/third_party/openGLES/extensions/SGIX/
DSGIX_pixel_tiles.txt46 in a subimage that crosses tile boundaries must be transferred: the rows
277 crosses tiles, the sequence of groups transferred will be
/third_party/openGLES/extensions/NV/
DNV_shader_texture_footprint.txt204 // If the neighborhood crosses the boundaries of an 8x8 set, the bits
DNV_fragment_program4.txt713 barely crosses the clip plane.
/third_party/rust/crates/memchr/bench/data/sliceslice/
Dwords.txt880 crosses
Di386.txt10833 On the 8086, an attempt to access a memory operand that crosses
10955 Stack fault 12 Memory operand crosses offset YES
10957 Pseudo-protection exception 13 Memory operand crosses offset YES
10995 12 Operand crosses extremes of stack segment, e.g., MOV operation
10998 13 Operand crosses extremes of a segment other than a stack
11654 On the 8086, an attempt to access a memory operand that crosses
Di386-notutf8.txt10833 On the 8086, an attempt to access a memory operand that crosses
10955 Stack fault 12 Memory operand crosses offset YES
10957 Pseudo-protection exception 13 Memory operand crosses offset YES
10995 12 Operand crosses extremes of stack segment, e.g., MOV operation
10998 13 Operand crosses extremes of a segment other than a stack
11654 On the 8086, an attempt to access a memory operand that crosses
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_fragment_program4.txt713 barely crosses the clip plane.
/third_party/icu/docs/userguide/conversion/
Ddata.md486 crosses buffer boundaries, then some of the initial offsets for the following
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DREADME.txt355 In the new trace, the hot loop has an instruction which crosses a cacheline
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_gpu_shader4.txt2319 much identical to a similar primitive that just barely crosses the clip
/third_party/openGLES/extensions/EXT/
DEXT_gpu_shader4.txt2319 much identical to a similar primitive that just barely crosses the clip
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dtextures.txt1021 texel coordinates of reduced-resolution chroma components, shown as crosses
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.262264 where a segment crosses the contour start.
/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/
Dthe-picture-of-dorian-gray.txt3897 beauty crosses our lives. If these elements of beauty are real, the
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/
Dthe-picture-of-dorian-gray.txt3897 beauty crosses our lives. If these elements of beauty are real, the
/third_party/ffmpeg/doc/
Dfilters.texi2723 Number of points where the waveform crosses the zero level axis.
/third_party/icu/icu4j/perf-tests/data/collation/
Dulyss10.txt382 towards him and made rapid crosses in the air, gurgling in his throat and
5615 crosses, broken pillars, family vaults, stone hopes praying with upcast
D2drvb10.txt4385 of heavenly grace; and through many infirmities, that is, crosses and
43987 thorns; or that were afflicted with the thorns of crosses and
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch38698 + // Disallow script focus that crosses a fenced frame boundary on a
/third_party/python/Misc/
DHISTORY13234 crosses an 8192 byte boundary.

12