Home
last modified time | relevance | path

Searched refs:nameTop (Results 1 – 24 of 24) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/profile/
H A Dprofile_block_peer_list.cpp106 int nameTop = y + _st.namePosition.y(); in paintItem() local
111 p.drawTextLeft(nameLeft + nameWidth - _removeWidth, nameTop, width(), _removeText, _removeWidth); in paintItem()
120 icon.paint(p, QPoint(iconLeft, nameTop), width()); in paintItem()
123 item->name.drawLeftElided(p, nameLeft, nameTop, nameWidth, width()); in paintItem()
215 int nameTop = top + _selected * _st.height + _st.namePosition.y(); in updateSelection() local
218 if (mouse.y() >= nameTop && mouse.y() < nameTop + st::normalFont->height) { in updateSelection()
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DDescrDialog.C172 Widget nameTop = inputNameTitle; in createDialog() local
185 XmNtopWidget, nameTop, in createDialog()
228 nameTop = name; in createDialog()
286 Widget nameTop = outputNameTitle; in createDialog() local
298 XmNtopWidget, nameTop, in createDialog()
329 nameTop = name; in createDialog()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/calls/group/
H A Dcalls_group_viewport_raster.cpp228 const auto nameTop = y + (height in paintTileControls() local
237 const auto pausedSpace = (nameTop - y) in paintTileControls()
249 (nameTop in paintTileControls()
253 ? (nameTop - (pausedSpace / 3) - st::semiboldFont->height) in paintTileControls()
256 nameTop - st::semiboldFont->height * 2); in paintTileControls()
330 nameTop + shift, in paintTileControls()
H A Dcalls_group_viewport_opengl.cpp547 const auto nameTop = y + (height in paintTile() local
554 const auto pausedSpace = (nameTop - y) in paintTile()
566 (nameTop in paintTile()
570 ? (nameTop - (pausedSpace / 3) - st::semiboldFont->height) in paintTile()
573 nameTop - st::semiboldFont->height * 2); in paintTile()
624 nameTop + nameShift); in paintTile()
1231 const auto nameTop = pausedBottom + index * nameHeight; in validateDatas() local
1232 j->nameRect = QRect(0, nameTop, width, nameHeight); in validateDatas()
1276 const auto nameTop = pausedBottom + index * nameHeight; in validateDatas() local
1280 nameTop, in validateDatas()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/info/profile/
H A Dinfo_profile_cover.cpp444 auto nameTop = st::infoProfileNameTop; in refreshNameGeometry() local
457 _name->moveToLeft(nameLeft, nameTop, newWidth); in refreshNameGeometry()
462 const auto checkTop = nameTop in refreshNameGeometry()
471 const auto badgeTop = nameTop in refreshNameGeometry()
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/exponent-io/jsonpath/
H A Dpath.go29 func (p *JsonPath) nameTop(n string) { (*p)[len(*p)-1] = n } func
H A Ddecoder.go145 d.path.nameTop(t)
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/exponent-io/jsonpath/
H A Dpath.go29 func (p *JsonPath) nameTop(n string) { (*p)[len(*p)-1] = n } func
H A Ddecoder.go145 d.path.nameTop(t)
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/ui/chat/
H A Dchat.style566 nameTop: pixels;
574 nameTop: 16px;
580 nameTop: 12px;
587 nameTop: 13px;
592 nameTop: 9px;
598 nameTop: 6px;
604 nameTop: 7px;
/dports/science/PETSc/petsc-3.14.1/src/snes/tutorials/
H A Dex23.c188 const char *nameTop = "pressure"; in SetupDiscretization() local
200 ierr = PetscSNPrintf(prefix, PETSC_MAX_PATH_LEN, "%s_top_", nameTop);CHKERRQ(ierr); in SetupDiscretization()
202 ierr = PetscObjectSetName((PetscObject) feTop, nameTop);CHKERRQ(ierr); in SetupDiscretization()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/boxes/filters/
H A Dedit_filter_box.cpp224 const auto nameTop = st.namePosition.y(); in paintEvent() local
237 top + nameTop, in paintEvent()
264 top + nameTop, in paintEvent()
281 top + nameTop, in paintEvent()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/admin_log/
H A Dhistory_admin_log_filter.cpp117 auto nameTop = userpicTop + st::contactsNameTop; in paintEvent() local
120 _user->nameText().drawLeftElided(p, nameLeft, nameTop, nameWidth, width()); in paintEvent()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/ui/chat/attach/
H A Dattach_abstract_single_file_preview.cpp97 const auto nametop = st.nameTop; in paintEvent()
H A Dattach_album_thumbnail.cpp407 top + st.nameTop, in paintFile()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/passport/
H A Dpassport.style152 nameTop: 1px;
H A Dpassport_panel_edit_scans.cpp414 top + _st.nameTop, in paintEvent()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/settings/
H A Dsettings_notifications.cpp239 auto nameTop = (height - 5 * padding) / 2; in prepareNotificationSampleSmall() local
242 …p.drawRoundedRect(style::rtlrect(rowLeft, nameTop, nameWidth, rowHeight, width), rowHeight / 2, ro… in prepareNotificationSampleSmall()
245 auto rowTop = nameTop + rowHeight + padding; in prepareNotificationSampleSmall()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/media/
H A Dhistory_view_contact.cpp168 const auto nametop = st.nameTop - topMinus; in draw()
H A Dhistory_view_document.cpp356 const auto nametop = st.nameTop - topMinus; in draw()
717 const auto nametop = st.nameTop - topMinus; in textState()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/calls/
H A Dcalls.style37 nameTop: pixels;
48 nameTop: 221px;
58 nameTop: 132px;
H A Dcalls_panel.cpp698 _bodyTop + _bodySt->nameTop); in updateControlsGeometry()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/boxes/
H A Dshare_box.cpp826 auto nameTop = photoTop + _st.item.checkbox.imageRadius * 2 + st::shareNameTop; in paintChat() local
827 …chat->name.drawLeftElided(p, x + nameLeft, y + nameTop, nameWidth, outerWidth, 2, style::al_top, 0… in paintChat()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/widgets/
H A Dwidgets.style548 nameTop: pixels;