Home
last modified time | relevance | path

Searched refs:top (Results 851 - 875 of 1624) sorted by relevance

1...<<31323334353637383940>>...65

/third_party/libinput/tools/
H A Dlibinput-measure-touchpad-size.py138 top = int(self.pos.y * self.rows)
141 for row in range(0, top):
148 for row in range(top + 1, self.rows):
/third_party/skia/src/gpu/geometry/
H A DGrTriangulator.h93 // sweep line has crossed the top vertex, but not the bottom vertex. It's sorted
94 // left-to-right based on the point where both edges are active (when both top vertices
95 // have been seen, so the "lower" top vertex of the two). If the top vertices are equal
106 // neighbouring edges at the top or bottom vertex. This is handled by merging the
361 * An Edge joins a top Vertex to a bottom Vertex. Edge ordering for the list of "edges above" and
374 * output may be incorrect, and adjusting the mesh topology to match (see comment at the top of
379 Edge(Vertex* top, Vertex* bottom, int winding, EdgeType type) in Edge()
381 , fTop(top) in Edge()
398 , fLine(top, botto in Edge()
[all...]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dpkg_gencmn.cpp57 Therefore, the top of the name strings block is the offset of the first item,
499 uint32_t top=stringTop+length; in allocString() local
502 if(top>STRING_STORE_SIZE) { in allocString()
507 stringTop=top; in allocString()
/third_party/skia/src/utils/
H A DSkPatchUtils.cpp186 // Level of detail per axis, based on the larger side between top and bottom or left and right in GetLevelOfDetail()
309 SkPoint bottom = fBottom.next(), top = fTop.next(); in MakeVertices() local
318 SkPoint s0 = SkPoint::Make((1.0f - v) * top.x() + v * bottom.x(), in MakeVertices()
319 (1.0f - v) * top.y() + v * bottom.y()); in MakeVertices()
/third_party/optimized-routines/math/
H A Dpow.c176 uint64_t ki, idx, top, sbits; in exp_inline() local
224 top = (ki + sign_bias) << (52 - EXP_TABLE_BITS); in exp_inline()
227 sbits = T[idx + 1] + top; in exp_inline()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DBitTracker.h84 return Uses.top(); in front()
218 // (4) x.T = x (i.e. T = "top")
336 // Generate a "top" cell of given size.
337 static RegisterCell top(uint16_t Width);
371 BitTracker::RegisterCell::top(uint16_t Width) {
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dcp.c95 struct stat top;
129 // Detect recursive copies via repeated top node (cp -R .. .) or in cp_node()
350 destdir = !stat(destname, &TT.top) && S_ISDIR(TT.top.st_mode); in cp_main()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Ddevice9.c1410 pSourceRect->left, pSourceRect->top, in NineDevice9_UpdateSurface()
1431 copy_height = pSourceRect->bottom - pSourceRect->top; in NineDevice9_UpdateSurface()
1436 pSourceRect->top >= 0 && in NineDevice9_UpdateSurface()
1469 user_assert(!(pSourceRect->left % w) && !(pSourceRect->top % h), in NineDevice9_UpdateSurface()
1516 * However driver can expect that the top dimension is greater for src than dst. in NineDevice9_UpdateTexture()
1690 pSourceRect->left, pSourceRect->top, in NineDevice9_StretchRect()
1693 DBG("pDestRect=(%u,%u)-(%u,%u)\n", pDestRect->left, pDestRect->top, in NineDevice9_StretchRect()
1706 pSourceRect->top == 0 && in NineDevice9_StretchRect()
1711 pDestRect->top == 0 && in NineDevice9_StretchRect()
1731 pDestRect->top < in NineDevice9_StretchRect()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dlibtommath.c811 top: in mp_invmod_slow()
893 goto top; in mp_invmod_slow()
1192 register mp_digit *bottom, *top; in mp_rshd() local
1199 /* top [offset into digits] */ in mp_rshd()
1200 top = a->dp + b; in mp_rshd()
1204 * the top of the window are copied to the bottom in mp_rshd()
1213 *bottom++ = *top++; in mp_rshd()
1216 /* zero the top digits */ in mp_rshd()
1271 /* ensure there are always at least MP_PREC digits extra on top */ in mp_grow()
1519 register mp_digit *top, *botto in mp_lshd() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dlibtommath.c811 top: in mp_invmod_slow()
893 goto top; in mp_invmod_slow()
1192 register mp_digit *bottom, *top; in mp_rshd() local
1199 /* top [offset into digits] */ in mp_rshd()
1200 top = a->dp + b; in mp_rshd()
1204 * the top of the window are copied to the bottom in mp_rshd()
1213 *bottom++ = *top++; in mp_rshd()
1216 /* zero the top digits */ in mp_rshd()
1271 /* ensure there are always at least MP_PREC digits extra on top */ in mp_grow()
1519 register mp_digit *top, *botto in mp_lshd() local
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/obj_Image/prop/
H A Dindex.js20 top:0,
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/obj_Image/prop/
H A Dindex.js20 top:0,
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/obj_Image/prop/
H A Dindex.js20 top:0,
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/obj_Image/prop/
H A Dindex.js20 top:0,
/third_party/ffmpeg/libavcodec/
H A Daacps.h100 int AAC_RENAME(ff_ps_apply)(AVCodecContext *avctx, PSContext *ps, INTFLOAT L[2][38][64], INTFLOAT R[2][38][64], int top);
H A Dvp9dsp.h44 * dst/left/top is aligned by transform-size (i.e. 4, 8, 16 or 32 pixels)
46 * top[-1] is top/left; top[4,7] is top-right for 4x4
48 // FIXME(rbultje) maybe replace left/top pointers with HAVE_TOP/
54 const uint8_t *top);
/third_party/ffmpeg/libavcodec/x86/
H A Dlossless_videodsp_init.c28 void ff_add_median_pred_sse2(uint8_t *dst, const uint8_t *top,
/third_party/backends/backend/
H A Dkodakaio.h160 SANE_Int left, top; /* in optres units? */ member
/third_party/libdrm/include/drm/
H A Dqxl_drm.h99 __u32 top; member
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dasinl.c30 #define CLOSETO1(u) (u.i.top >= 0xee00)
/third_party/musl/src/math/
H A Dasinl.c30 #define CLOSETO1(u) (u.i.top >= 0xee00)
/third_party/node/deps/v8/src/debug/
H A Ddebug-frames.h75 void VisitThread(Isolate* isolate, ThreadLocalTop* top) override;
/third_party/node/deps/v8/src/heap/
H A Dconservative-stack-visitor.cc55 if (address > isolate_->heap()->old_space()->top() || in VisitConservativelyIfPointer()
H A Dpaged-spaces-inl.h82 if (allocation_info_->top() != kNullAddress) { in TryFreeLast()
/third_party/node/deps/v8/src/execution/
H A Dv8threads.h54 virtual void VisitThread(Isolate* isolate, ThreadLocalTop* top) = 0;

Completed in 18 milliseconds

1...<<31323334353637383940>>...65