Home
last modified time | relevance | path

Searched refs:ShadowSize (Results 1 – 25 of 56) sorted by relevance

123

/dports/x11-themes/plasma5-oxygen/oxygen-5.23.5/kstyle/
H A Doxygenmdiwindowshadow.cpp42 …hadowTilesRect = _widget->frameGeometry().adjusted( -ShadowSize, -ShadowSize, ShadowSize, ShadowSi… in updateGeometry()
100 cache.setShadowSize( QPalette::Inactive, MdiWindowShadow::ShadowSize ); in MdiWindowShadowFactory()
101 cache.setShadowSize( QPalette::Active, MdiWindowShadow::ShadowSize ); in MdiWindowShadowFactory()
H A Doxygenmdiwindowshadow.h41 enum { ShadowSize = 10 }; enumerator
/dports/x11/eaglemode/eaglemode-0.95.0/src/emPs/
H A DemPsDocumentPanel.cpp117 f=ShadowSize/151.0; in Paint()
205 ShadowSize=emMin(pgW,pgH)*0.04; in CalcLayout()
237 ShadowSize*=PerPoint; in CalcLayout()
/dports/games/xjig/xjig-2.4/
H A Dobjects.C628 swidth = width + 2*ShadowSize(); in DirectionChanged()
629 sheight = height + 2*ShadowSize(); in DirectionChanged()
638 for (x=0;x<=2*ShadowSize();x++) { in DirectionChanged()
648 for (x=0;x<ShadowSize();x++) { in DirectionChanged()
653 for (x=ShadowSize()+1;x<=2*ShadowSize();x++) { in DirectionChanged()
658 XSetClipOrigin(dpy,gc,ShadowSize(),ShadowSize()); in DirectionChanged()
660 0, 0, width, height, ShadowSize(),ShadowSize() ); in DirectionChanged()
H A Dobjects.H263 int ShadowSize() { return shadow_size; } in ShadowSize() function
/dports/x11/eaglemode/eaglemode-0.95.0/src/emPdf/
H A DemPdfFilePanel.cpp144 f=ShadowSize/151.0; in Paint()
258 ShadowSize=emMin(pgW,pgH)*0.04; in CalcLayout()
290 ShadowSize*=PerPoint; in CalcLayout()
/dports/x11/eaglemode/eaglemode-0.95.0/include/emPs/
H A DemPsDocumentPanel.h67 double ShadowSize; variable
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/test/test_extra/material_design_animation/
H A Dumain.lfm44 ShadowSize = 8
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/
H A Dthing.h86 struct vec2i ShadowSize; member
H A Dbullet_class.h76 struct vec2i ShadowSize; member
H A Dbullet_class.c740 LoadVec2i(&b->ShadowSize, node, "ShadowSize"); in LoadBullet()
880 b->Name != NULL ? b->Name : "", b->ShadowSize.x, b->ShadowSize.y, in LoadBullet()
1073 obj->thing.ShadowSize = obj->bulletClass->ShadowSize; in BulletAdd()
/dports/x11/eaglemode/eaglemode-0.95.0/include/emPdf/
H A DemPdfFilePanel.h91 double ShadowSize; variable
/dports/devel/fpc-fv/fpc-3.2.2/packages/fv/src/
H A Dapp.pas813 ShadowSize.X := 2;
819 ShadowSize.X := 1
821 ShadowSize.X := 2;
827 ShadowSize.Y := 1;
/dports/lang/fpc-source/fpc-3.2.2/packages/fv/src/
H A Dapp.pas813 ShadowSize.X := 2;
819 ShadowSize.X := 1
821 ShadowSize.X := 2;
827 ShadowSize.Y := 1;
/dports/editors/texstudio/texstudio-4.1.2/src/adwaita-qt/style/
H A Dadwaita.h83 const int ShadowSize { 0 };
/dports/x11-themes/adwaita-qt/adwaita-qt-1.4.1/src/lib/
H A Dadwaita.h66 const int ShadowSize {0};
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp729 size_t ShadowSize = Size >> Mapping.Scale; in tagAlloca() local
737 if (ShadowSize) in tagAlloca()
738 IRB.CreateMemSet(ShadowPtr, JustTag, ShadowSize, /*Align=*/1); in tagAlloca()
742 IRB.CreateConstGEP1_32(Int8Ty, ShadowPtr, ShadowSize)); in tagAlloca()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp778 size_t ShadowSize = Size >> Mapping.Scale; in tagAlloca() local
786 if (ShadowSize) in tagAlloca()
787 IRB.CreateMemSet(ShadowPtr, JustTag, ShadowSize, Align(1)); in tagAlloca()
791 IRB.CreateConstGEP1_32(Int8Ty, ShadowPtr, ShadowSize)); in tagAlloca()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp783 size_t ShadowSize = Size >> Mapping.Scale; in tagAlloca() local
791 if (ShadowSize) in tagAlloca()
792 IRB.CreateMemSet(ShadowPtr, JustTag, ShadowSize, Align::None()); in tagAlloca()
796 IRB.CreateConstGEP1_32(Int8Ty, ShadowPtr, ShadowSize)); in tagAlloca()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp778 size_t ShadowSize = Size >> Mapping.Scale; in tagAlloca() local
786 if (ShadowSize) in tagAlloca()
787 IRB.CreateMemSet(ShadowPtr, JustTag, ShadowSize, Align(1)); in tagAlloca()
791 IRB.CreateConstGEP1_32(Int8Ty, ShadowPtr, ShadowSize)); in tagAlloca()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp783 size_t ShadowSize = Size >> Mapping.Scale; in tagAlloca() local
791 if (ShadowSize) in tagAlloca()
792 IRB.CreateMemSet(ShadowPtr, JustTag, ShadowSize, Align::None()); in tagAlloca()
796 IRB.CreateConstGEP1_32(Int8Ty, ShadowPtr, ShadowSize)); in tagAlloca()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp783 size_t ShadowSize = Size >> Mapping.Scale; in tagAlloca() local
791 if (ShadowSize) in tagAlloca()
792 IRB.CreateMemSet(ShadowPtr, JustTag, ShadowSize, Align::None()); in tagAlloca()
796 IRB.CreateConstGEP1_32(Int8Ty, ShadowPtr, ShadowSize)); in tagAlloca()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/draw/
H A Ddraw.c419 if (!svec2i_is_zero(t->ShadowSize)) in DrawThing()
422 &gGraphicsDevice, picPos, svec2_assign_vec2i(t->ShadowSize), in DrawThing()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp527 size_t ShadowSize = Size >> Mapping.Scale;
537 IRB.CreateMemSet(ShadowPtr, JustTag, ShadowSize, /*Align=*/1);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp892 size_t ShadowSize = Size >> Mapping.Scale; in tagAlloca() local
900 if (ShadowSize) in tagAlloca()
901 IRB.CreateMemSet(ShadowPtr, JustTag, ShadowSize, Align(1)); in tagAlloca()
905 IRB.CreateConstGEP1_32(Int8Ty, ShadowPtr, ShadowSize)); in tagAlloca()

123