Home
last modified time | relevance | path

Searched refs:DT_RIGHT (Results 1 – 25 of 443) sorted by relevance

12345678910>>...18

/dports/math/gap/gap-4.11.0/src/
H A Ddt.c185 #define DT_RIGHT(tree, index) \ macro
551 i = DT_RIGHT(tree, i); in FindTree()
696 Equal( tree1, DT_RIGHT(tree1, index1) , in Leftof()
760 if ( Equal(tree1, DT_RIGHT(tree1, index1), in Earlier()
761 tree2, DT_RIGHT(tree2, index2) ) ) in Earlier()
976 a = FindTree(tree, DT_RIGHT(tree, 1) ); in FindNewReps1()
994 rlist = Mark2(tree, DT_RIGHT(tree, 1), tree, a); in FindNewReps1()
1075 a = FindTree(tree, DT_RIGHT(tree, 1) ); in FindNewReps2()
1097 rlist = Mark2(tree, DT_RIGHT(tree, 1), tree, a); in FindNewReps2()
1172 a = FindTree(tree, DT_RIGHT(tree, 1) ); in FindNewReps()
[all …]
/dports/multimedia/assimp/assimp-5.1.3/tools/assimp_view/
H A DLogDisplay.cpp180 -1,&sCopy,DT_RIGHT | DT_TOP,D3DCOLOR_ARGB( in OnRender()
188 -1,&sCopy,DT_RIGHT | DT_TOP,D3DCOLOR_ARGB( in OnRender()
196 -1,&sCopy,DT_RIGHT | DT_TOP,D3DCOLOR_ARGB( in OnRender()
204 -1,&sCopy,DT_RIGHT | DT_TOP,D3DCOLOR_ARGB( in OnRender()
209 -1,&sRect,DT_RIGHT | DT_TOP,clrColor); in OnRender()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/tools/assimp_view/
H A DLogDisplay.cpp194 -1,&sCopy,DT_RIGHT | DT_TOP,D3DCOLOR_ARGB( in OnRender()
202 -1,&sCopy,DT_RIGHT | DT_TOP,D3DCOLOR_ARGB( in OnRender()
210 -1,&sCopy,DT_RIGHT | DT_TOP,D3DCOLOR_ARGB( in OnRender()
218 -1,&sCopy,DT_RIGHT | DT_TOP,D3DCOLOR_ARGB( in OnRender()
223 -1,&sRect,DT_RIGHT | DT_TOP,clrColor); in OnRender()
/dports/games/zangband/zangband/src/
H A Dwild1.c173 if (tree_ptr->info & DT_RIGHT) in get_gen_type()
251 tree_ptr->info &= ~DT_RIGHT; in create_node()
374 tree_ptr->info = DT_RIGHT; in add_node_chance()
476 if (!(tree_ptr2->info & DT_RIGHT)) in copy_branch()
504 tree_ptr2->info |= DT_RIGHT; in copy_branch()
517 if (tree_ptr1->info & DT_RIGHT) in copy_branch()
550 if (!(tree_ptr2->info & DT_RIGHT)) in copy_branch()
578 tree_ptr2->info |= DT_RIGHT; in copy_branch()
654 tree_ptr->info = DT_HGT | DT_RIGHT; in add_node_inside()
805 tree_ptr->info |= DT_RIGHT; in add_node_inside()
[all …]
H A Dwild.h83 #define DT_RIGHT 0x08 macro
/dports/print/texlive-base/texlive-20150521-source/texk/seetexk/
H A Ddviclass.h47 #define DT_RIGHT 10 macro
H A Dtypes.h75 #undef DT_RIGHT
H A Ddviclass.c90 four(DT_RIGHT), /* DVI_RIGHT1 through DVI_RIGHT4 */
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikwin/win32cpp/
H A DFont.hpp71 TextAlignRight = DT_RIGHT /*!< */
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/os2/
H A Dstattext.cpp62 lSstyle |= DT_RIGHT; in Create()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/os2/
H A Dstattext.cpp62 lSstyle |= DT_RIGHT; in Create()
/dports/editors/lazarus/lazarus/lcl/
H A Dpostscriptcanvas.pas2489 if (Flags and DT_RIGHT) = DT_RIGHT then
2490 Result := DT_RIGHT
2587 DT_RIGHT:
2647 (Flags and DT_RIGHT = 0) and (Flags and DT_BOTTOM = 0) and
2670 DT_RIGHT:
2703 DT_RIGHT:
2851 Options := DT_RIGHT;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dpostscriptcanvas.pas2490 if (Flags and DT_RIGHT) = DT_RIGHT then
2491 Result := DT_RIGHT
2588 DT_RIGHT:
2648 (Flags and DT_RIGHT = 0) and (Flags and DT_BOTTOM = 0) and
2671 DT_RIGHT:
2704 DT_RIGHT:
2848 Options := DT_RIGHT;
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dpostscriptcanvas.pas2489 if (Flags and DT_RIGHT) = DT_RIGHT then
2490 Result := DT_RIGHT
2587 DT_RIGHT:
2647 (Flags and DT_RIGHT = 0) and (Flags and DT_BOTTOM = 0) and
2670 DT_RIGHT:
2703 DT_RIGHT:
2851 Options := DT_RIGHT;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dpostscriptcanvas.pas2490 if (Flags and DT_RIGHT) = DT_RIGHT then
2491 Result := DT_RIGHT
2588 DT_RIGHT:
2648 (Flags and DT_RIGHT = 0) and (Flags and DT_BOTTOM = 0) and
2671 DT_RIGHT:
2704 DT_RIGHT:
2848 Options := DT_RIGHT;
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers_font/
H A Dd3d_w32_font.c171 format = DT_RIGHT; in d3dfonts_w32_render_msg()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dtext_renderer.cc175 return DT_RIGHT | DT_VCENTER | DT_SINGLELINE | DT_NOPREFIX; in GetGdiDrawTextStyle()
348 if ((style & DT_LEFT) == DT_RIGHT) { in OnThemeChanged()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dtext_renderer.cc175 return DT_RIGHT | DT_VCENTER | DT_SINGLELINE | DT_NOPREFIX; in GetGdiDrawTextStyle()
348 if ((style & DT_LEFT) == DT_RIGHT) { in OnThemeChanged()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dtext_renderer.cc175 return DT_RIGHT | DT_VCENTER | DT_SINGLELINE | DT_NOPREFIX; in GetGdiDrawTextStyle()
348 if ((style & DT_LEFT) == DT_RIGHT) { in OnThemeChanged()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dtext_renderer.cc175 return DT_RIGHT | DT_VCENTER | DT_SINGLELINE | DT_NOPREFIX; in GetGdiDrawTextStyle()
348 if ((style & DT_LEFT) == DT_RIGHT) { in OnThemeChanged()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dtext_renderer.cc175 return DT_RIGHT | DT_VCENTER | DT_SINGLELINE | DT_NOPREFIX; in GetGdiDrawTextStyle()
348 if ((style & DT_LEFT) == DT_RIGHT) { in OnThemeChanged()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dtext_renderer.cc175 return DT_RIGHT | DT_VCENTER | DT_SINGLELINE | DT_NOPREFIX; in GetGdiDrawTextStyle()
348 if ((style & DT_LEFT) == DT_RIGHT) { in OnThemeChanged()
/dports/lang/polyml/polyml-5.8.2/mlsource/extra/Win/
H A DFont.sml104 | DT_RIGHT
200 datatype DrawTextMode = DT_TOP | DT_LEFT | DT_CENTER | DT_RIGHT | DT_VCENTER | DT_BOTTOM |
208 (DT_RIGHT, 0wx0002),
/dports/graphics/libprojectm/projectm-3.1.12/src/MilkDrop2/Wasabi/bfc/platform/
H A Dplatform.h426 #define DT_RIGHT 0x00000002 macro
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dcheckbox.cpp454 fmt |= DT_RIGHT; in MSWOnDraw()

12345678910>>...18