Home
last modified time | relevance | path

Searched refs:top (Results 576 - 600 of 2174) sorted by relevance

1...<<21222324252627282930>>...87

/foundation/arkui/ace_engine/frameworks/core/common/agingadapation/
H A Daging_adapation_dialog_util.cpp53 imageMargin.top = CalcLength(Dimension(marginSize, DimensionUnit::PX)); in ShowLongPressDialog()
60 imageMargin.top = CalcLength(dialogTheme->GetDialogPropertyTop()); in ShowLongPressDialog()
105 symbolMargin.top = CalcLength(Dimension(marginSize, DimensionUnit::PX)); in ShowLongPressDialog()
112 symbolMargin.top = CalcLength(dialogTheme->GetDialogPropertyTop()); in ShowLongPressDialog()
177 margin.top = CalcLength(dialogTheme->GetTextPropertyBottom()); in CreateDialogTextNode()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_occlusion_region.h35 // assumption: left-top is [0,0]
94 int top = std::max(top_, rect.top_); in Intersect() local
97 if ((right - left <= 0) || (bottom - top <= 0)) { in Intersect()
100 return Rect(left, top, right, bottom); in Intersect()
107 int top = std::max(top_, rect.top_); in IsIntersect() local
110 return (right - left > 0) && (bottom - top > 0); in IsIntersect()
/third_party/ffmpeg/libavcodec/
H A Dljpegenc.c73 int left[4], top[4], topleft[4]; in ljpeg_encode_bgr() local
89 top[i]= left[i]= topleft[i]= buffer[0][i]; in ljpeg_encode_bgr()
107 PREDICT(pred, topleft[i], top[i], left[i], modified_predictor); in ljpeg_encode_bgr()
109 topleft[i] = top[i]; in ljpeg_encode_bgr()
110 top[i] = buffer[x+1][i]; in ljpeg_encode_bgr()
/third_party/ffmpeg/libavutil/
H A Davstring.c383 uint32_t top; in av_utf8_decode() local
401 top = (code & 128) >> 1; in av_utf8_decode()
404 while (code & top) { in av_utf8_decode()
419 top <<= 5; in av_utf8_decode()
421 code &= (top << 1) - 1; in av_utf8_decode()
/third_party/glfw/src/
H A Dnull_window.c295 int* left, int* top, in _glfwGetWindowFrameSizeNull()
302 if (top) in _glfwGetWindowFrameSizeNull()
303 *top = 10; in _glfwGetWindowFrameSizeNull()
313 if (top) in _glfwGetWindowFrameSizeNull()
314 *top = 0; in _glfwGetWindowFrameSizeNull()
294 _glfwGetWindowFrameSizeNull(_GLFWwindow* window, int* left, int* top, int* right, int* bottom) _glfwGetWindowFrameSizeNull() argument
/third_party/alsa-lib/src/timer/
H A Dtimer.c204 snd_config_t *top; in snd_timer_open() local
209 name = uc_mgr_alibcfg_by_device(&top, name); in snd_timer_open()
213 err = snd_config_update_ref(&top); in snd_timer_open()
217 err = snd_timer_open_noupdate(timer, top, name, mode); in snd_timer_open()
218 snd_config_unref(top); in snd_timer_open()
/third_party/backends/backend/
H A Depsonds-ops.c229 s->top = ((SANE_UNFIX(s->val[OPT_TL_Y].w) / MM_PER_INCH) * in eds_init_parameters()
245 __func__, s->left, s->top, in eds_init_parameters()
256 __func__, s->left, s->top, in eds_init_parameters()
298 * If (s->top + s->params.lines) is larger than the max scan area, reset in eds_init_parameters()
304 (s->params.lines + s->top)) { in eds_init_parameters()
307 dpi + 0.5) - s->top; in eds_init_parameters()
/third_party/lzma/CPP/Windows/
H A DWindow.h220 p1.y = rect.top; in ChangeSubWindowSizeX()
222 return BOOLToBool(::MoveWindow(hwnd, p1.x, p1.y, xSize, rect.bottom - rect.top, TRUE)); in ChangeSubWindowSizeX()
229 p1.y = rect->top; in ScreenToClient()
236 rect->top = p1.y; in ScreenToClient()
357 #define RECT_SIZE_Y(r) ((r).bottom - (r).top)
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Dplace-dep.js52 this.top = this.parent?.top || this
63 // walk up the tree until we hit either a top/root node, or a place
93 // get the top edge easily, while still maintaining the
457 const { edge } = this.top
500 edge = edge || this.top.edge
501 dep = dep || this.top.dep
/third_party/node/deps/v8/src/heap/
H A Dfree-list.h74 bool is_empty() { return top().is_null(); } in is_empty()
89 FreeSpace top() { return top_; } in top() function in v8::internal::FreeListCategory
90 void set_top(FreeSpace top) { top_ = top; } in set_top() argument
103 // |top_|: Points to the top FreeSpace in the free list category.
117 // other. The normal way to allocate is intended to be by bumping a 'top'
228 // Returns nullptr if the category is empty or the top entry is smaller
242 FreeListCategory* top(FreeListCategoryType type) const { in top() function in v8::internal::FreeList
H A Dspaces.h89 // section is denoted by the top field in the space. The end of the section
93 // array every time the top field is updated and a new object is created. The
96 // Since the top and limit fields are in the space, not the page, only one page
97 // has a special garbage section, and if the top and limit are equal then there
440 inline bool IsValid() { return allocation_info_.top() != kNullAddress; } in IsValid()
452 Address top() const { return allocation_info_.top(); } in top() function in v8::internal::LocalAllocationBuffer
472 Address top() const { return allocation_info_->top(); } in top() function in v8::internal::SpaceWithLinearArea
475 // The allocation top addres
[all...]
H A Dpaged-spaces.h36 // space to its top or from the bottom of the given page to its top.
138 // current linear allocation area (between top and limit) are also counted
307 void SetLinearAllocationArea(Address top, Address limit);
315 DCHECK_GE(top(), original_top_); in MoveOriginalTopForward()
316 DCHECK_LE(top(), original_limit_); in MoveOriginalTopForward()
317 original_top_ = top(); in MoveOriginalTopForward()
343 void SetTopAndLimit(Address top, Address limit);
424 // The top and the limit at the time of setting the linear allocation area.
/third_party/node/deps/openssl/openssl/crypto/encode_decode/
H A Dencoder_lib.c402 int top = 0; in encoder_process() local
409 top = 1; in encoder_process()
418 if (!top) in encoder_process()
447 * If this is the top call, we check if the output type of the current in encoder_process()
449 * If this isn't the top call, i.e. this is deeper in the recursion, in encoder_process()
453 if (top) { in encoder_process()
625 if (top) in encoder_process()
/third_party/openssl/crypto/encode_decode/
H A Dencoder_lib.c402 int top = 0; in encoder_process() local
409 top = 1; in encoder_process()
418 if (!top) in encoder_process()
447 * If this is the top call, we check if the output type of the current in encoder_process()
449 * If this isn't the top call, i.e. this is deeper in the recursion, in encoder_process()
453 if (top) { in encoder_process()
625 if (top) in encoder_process()
/third_party/skia/src/gpu/d3d/
H A DGrD3DOpsRenderPass.cpp148 scissor.top = scissorRect.fTop; in set_scissor_rects()
151 scissor.top = renderTarget->height() - scissorRect.fBottom; in set_scissor_rects()
153 scissor.bottom = scissor.top + scissorRect.height(); in set_scissor_rects()
156 SkASSERT(scissor.top >= 0); in set_scissor_rects()
308 clearRect.top = d3dRect.fTop; in scissor_to_d3d_clear_rect()
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Diterator_enc.c271 // top in VP8IteratorBytesToNz()
304 // top-left (before 'top'!) in VP8IteratorSaveBoundary()
309 if (y < enc->mb_h_ - 1) { // top in VP8IteratorSaveBoundary()
394 // Array to record the position of the top sample to pass to the prediction
414 for (i = 0; i < 16; ++i) { // top in VP8IteratorStartI4()
417 // top-right samples have a special case on the far right of the picture in VP8IteratorStartI4()
433 uint8_t* const top = it->i4_top_; in VP8IteratorRotateI4() local
438 top[-4 + i] = blk[i + 3 * BPS]; // store future top sample in VP8IteratorRotateI4()
[all...]
/third_party/toybox/toys/posix/
H A Dcp.c111 struct stat top;
145 // Detect recursive copies via repeated top node (cp -R .. .) or in cp_node()
147 if ((TT.top.st_dev == try->st.st_dev && TT.top.st_ino == try->st.st_ino in cp_node()
369 int i, destdir = !stat(destname, &TT.top) && S_ISDIR(TT.top.st_mode); in cp_main()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
H A Dmarquee_layout_algorithm.cpp41 textPadding.top = CalcLength(padding.top.value()); in Measure()
/foundation/arkui/ace_engine/frameworks/core/components/positioned/
H A Dpositioned_component.h93 void SetTop(const Dimension& top) override
95 top_ = top;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dmodel_view_impl.cpp28 auto top = ViewStackProcessor::GetInstance()->GetMainComponent(); \
29 auto svComponent = AceType::DynamicCast<OHOS::Ace::SceneViewerComponent>(top); \
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_model_ng.h38 void SetControlButtonTop(const Dimension& top) override;
59 static void SetControlButtonTop(FrameNode* frameNode, const Dimension& top);
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_surface.h81 virtual void SetExtSurfaceBounds(int32_t left, int32_t top, int32_t width, int32_t height) {} in SetExtSurfaceBounds() argument
83 virtual bool SetExtSurfaceBoundsSync(int32_t left, int32_t top, int32_t width, int32_t height) in SetExtSurfaceBoundsSync() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dsafe_area_insets.h84 SafeAreaInsets(Inset left, Inset top, Inset right, Inset bottom) in SafeAreaInsets()
85 : left_(left), top_(top), right_(right), bottom_(bottom) in SafeAreaInsets()
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer_delegate_impl.cpp100 int32_t FormRendererDelegateImpl::OnGetRectRelativeToWindow(int32_t &top, int32_t &left) in OnGetRectRelativeToWindow() argument
107 getRectRelativeToWindowHandler_(top, left); in OnGetRectRelativeToWindow()
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_rect.cpp29 TexgineRect TexgineRect::MakeLTRB(float left, float top, float right, float bottom) in MakeLTRB() argument
32 rect->SetRect(RSRect { left, top, right, bottom }); in MakeLTRB()

Completed in 18 milliseconds

1...<<21222324252627282930>>...87