Home
last modified time | relevance | path

Searched refs:shadowContext (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/oclgrind/Oclgrind-21.10/src/plugins/
H A DUninitialized.cpp50 shadowContext.createMemoryPool(); in Uninitialized()
55 shadowContext.destroyMemoryPool(); in ~Uninitialized()
91 shadowContext.dump(workItem); in checkAllOperandsDefined()
1932 shadowContext.clearGlobalValues(); in kernelEnd()
2117 shadowContext.dump(workItem); in storeShadowMemory()
2134 shadowContext.createMemoryPool(); in workItemBegin()
2135 shadowContext.allocateWorkItems(); in workItemBegin()
2210 shadowContext.freeWorkItems(); in workItemComplete()
2211 shadowContext.destroyMemoryPool(); in workItemComplete()
2216 shadowContext.createMemoryPool(); in workGroupBegin()
[all …]
H A DUninitialized.h286 ShadowContext shadowContext; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/
H A DShadowBlur.cpp543 shadowContext->translate(m_layerContextTranslation); in drawRectShadowWithoutTiling()
546 shadowContext->fillRect(shadowedRect); in drawRectShadowWithoutTiling()
550 shadowContext->fillPath(path); in drawRectShadowWithoutTiling()
590 shadowContext->setFillRule(RULE_EVENODD); in drawInsetShadowWithoutTiling()
592 shadowContext->fillPath(path); in drawInsetShadowWithoutTiling()
653 shadowContext->clearRect(templateBounds); in drawInsetShadowWithTiling()
654 shadowContext->setFillRule(RULE_EVENODD); in drawInsetShadowWithTiling()
664 shadowContext->fillPath(path); in drawInsetShadowWithTiling()
718 shadowContext->fillRect(templateShadow); in drawRectShadowWithTiling()
722 shadowContext->fillPath(path); in drawRectShadowWithTiling()
[all …]
/dports/devel/premake5/premake-5.0.0-alpha16-src/modules/gmake2/
H A Dgmake2_utility.lua111 local shadowContext = p.context.extent(filecfg, env)
113 local buildoutputs = p.project.getrelative(cfg.project, shadowContext.buildoutputs)
118 buildmessage = shadowContext.buildmessage,
119 buildcommands = shadowContext.buildcommands,
120 buildinputs = p.project.getrelative(cfg.project, shadowContext.buildinputs)
182 local shadowContext = p.context.extent(rule, environ)
184 local buildoutputs = shadowContext.buildoutputs
185 local buildmessage = shadowContext.buildmessage
186 local buildcommands = shadowContext.buildcommands
187 local buildinputs = shadowContext.buildinputs
H A Dgmake2_cpp.lua178 local shadowContext = p.context.extent(filecfg, env)
180 local buildoutputs = p.project.getrelative(cfg.project, shadowContext.buildoutputs)
185 buildmessage = shadowContext.buildmessage,
186 buildcommands = shadowContext.buildcommands,
187 buildinputs = p.project.getrelative(cfg.project, shadowContext.buildinputs)
276 local shadowContext = p.context.extent(rule, environ)
278 local buildoutputs = shadowContext.buildoutputs
279 local buildmessage = shadowContext.buildmessage
280 local buildcommands = shadowContext.buildcommands
281 local buildinputs = shadowContext.buildinputs
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/modules/gmake2/
H A Dgmake2_utility.lua110 local shadowContext = p.context.extent(filecfg, env)
112 local buildoutputs = p.project.getrelative(cfg.project, shadowContext.buildoutputs)
117 buildmessage = shadowContext.buildmessage,
118 buildcommands = shadowContext.buildcommands,
119 buildinputs = p.project.getrelative(cfg.project, shadowContext.buildinputs)
180 local shadowContext = p.context.extent(rule, environ)
182 local buildoutputs = shadowContext.buildoutputs
183 local buildmessage = shadowContext.buildmessage
184 local buildcommands = shadowContext.buildcommands
185 local buildinputs = shadowContext.buildinputs
H A Dgmake2_cpp.lua178 local shadowContext = p.context.extent(filecfg, env)
180 local buildoutputs = p.project.getrelative(cfg.project, shadowContext.buildoutputs)
185 buildmessage = shadowContext.buildmessage,
186 buildcommands = shadowContext.buildcommands,
187 buildinputs = p.project.getrelative(cfg.project, shadowContext.buildinputs)
252 local shadowContext = p.context.extent(rule, environ)
254 local buildoutputs = shadowContext.buildoutputs
255 local buildmessage = shadowContext.buildmessage
256 local buildcommands = shadowContext.buildcommands
257 local buildinputs = shadowContext.buildinputs
/dports/graphics/embree/embree-3.13.2/tutorials/multi_instanced_geometry/
H A Dmulti_instanced_geometry_device.cpp253 IntersectContext& shadowContext, in renderTileStream() argument
300 &shadowContext.context, in renderTileStream()
333 IntersectContext& shadowContext, in renderTileNormal() argument
352 rtcOccluded1(g_scene, &shadowContext.context, RTCRay_(shadowRay)); in renderTileNormal()
383 IntersectContext shadowContext; in renderTileTask() local
386 InitIntersectionContext(&shadowContext); in renderTileTask()
397 shadowContext, in renderTileTask()
404 shadowContext, in renderTileTask()
H A Dmulti_instanced_geometry_device.ispc251 uniform IntersectContext& shadowContext,
298 &shadowContext.context,
331 uniform IntersectContext& shadowContext,
350 rtcOccludedV(g_scene, &shadowContext.context, RTCRay_(shadowRay));
381 uniform IntersectContext shadowContext;
384 InitIntersectionContext(&shadowContext);
395 shadowContext,
402 shadowContext,
/dports/x11-wm/fvwm3/fvwm3-1.0.4/modules/FvwmIconMan/
H A Dx.c993 man->shadowContext[i] = fvwmlib_XCreateGC ( in create_manager_window()
1133 !man->shadowContext[i]) in change_colorset()
1161 theDisplay, man->shadowContext[i], in change_colorset()
1164 theDisplay, man->shadowContext[i], in change_colorset()
H A DFvwmIconMan.h289 GC shadowContext[NUM_CONTEXTS], flatContext[NUM_CONTEXTS]; member
H A Dxmanager.c1459 man->shadowContext[contextId], man->relief_thickness); in draw_3d_icon()
1629 gc2 = man->shadowContext[state]; in get_gcs()
1634 gc1 = man->shadowContext[state]; in get_gcs()
/dports/x11-wm/fvwm2/fvwm-2.6.9/modules/FvwmIconMan/
H A Dx.c1000 man->shadowContext[i] = fvwmlib_XCreateGC ( in create_manager_window()
1140 !man->shadowContext[i]) in change_colorset()
1168 theDisplay, man->shadowContext[i], in change_colorset()
1171 theDisplay, man->shadowContext[i], in change_colorset()
H A DFvwmIconMan.h282 GC shadowContext[NUM_CONTEXTS], flatContext[NUM_CONTEXTS]; member
H A Dxmanager.c1443 man->shadowContext[contextId], man->relief_thickness); in draw_3d_icon()
1613 gc2 = man->shadowContext[state]; in get_gcs()
1618 gc1 = man->shadowContext[state]; in get_gcs()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/painting/
H A DnsCSSRendering.cpp1486 gfxContext* shadowContext = in PaintBoxShadowOuter() local
1491 if (!shadowContext) continue; in PaintBoxShadowOuter()
1493 MOZ_ASSERT(shadowContext == blurringArea.GetContext()); in PaintBoxShadowOuter()
1509 gfxContextMatrixAutoSaveRestore save(shadowContext); in PaintBoxShadowOuter()
1513 shadowContext->SetMatrixDouble( in PaintBoxShadowOuter()
1514 shadowContext->CurrentMatrixDouble().PreTranslate(devPixelOffset)); in PaintBoxShadowOuter()
1519 aPresContext->GetTheme()->DrawWidgetBackground(shadowContext, aForFrame, in PaintBoxShadowOuter()
/dports/www/firefox-esr/firefox-91.8.0/layout/painting/
H A DnsCSSRendering.cpp1449 gfxContext* shadowContext = blurringArea.Init( in PaintBoxShadowOuter() local
1453 if (!shadowContext) continue; in PaintBoxShadowOuter()
1455 MOZ_ASSERT(shadowContext == blurringArea.GetContext()); in PaintBoxShadowOuter()
1471 gfxContextMatrixAutoSaveRestore save(shadowContext); in PaintBoxShadowOuter()
1474 shadowContext->SetMatrixDouble( in PaintBoxShadowOuter()
1475 shadowContext->CurrentMatrixDouble().PreTranslate(devPixelOffset)); in PaintBoxShadowOuter()
1481 shadowContext, aForFrame, styleDisplay->EffectiveAppearance(), in PaintBoxShadowOuter()
/dports/www/firefox/firefox-99.0/layout/painting/
H A DnsCSSRendering.cpp1449 gfxContext* shadowContext = blurringArea.Init( in PaintBoxShadowOuter() local
1453 if (!shadowContext) continue; in PaintBoxShadowOuter()
1455 MOZ_ASSERT(shadowContext == blurringArea.GetContext()); in PaintBoxShadowOuter()
1471 gfxContextMatrixAutoSaveRestore save(shadowContext); in PaintBoxShadowOuter()
1474 shadowContext->SetMatrixDouble( in PaintBoxShadowOuter()
1475 shadowContext->CurrentMatrixDouble().PreTranslate(devPixelOffset)); in PaintBoxShadowOuter()
1481 shadowContext, aForFrame, styleDisplay->EffectiveAppearance(), in PaintBoxShadowOuter()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/painting/
H A DnsCSSRendering.cpp1449 gfxContext* shadowContext = blurringArea.Init( in PaintBoxShadowOuter() local
1453 if (!shadowContext) continue; in PaintBoxShadowOuter()
1455 MOZ_ASSERT(shadowContext == blurringArea.GetContext()); in PaintBoxShadowOuter()
1471 gfxContextMatrixAutoSaveRestore save(shadowContext); in PaintBoxShadowOuter()
1474 shadowContext->SetMatrixDouble( in PaintBoxShadowOuter()
1475 shadowContext->CurrentMatrixDouble().PreTranslate(devPixelOffset)); in PaintBoxShadowOuter()
1481 shadowContext, aForFrame, styleDisplay->EffectiveAppearance(), in PaintBoxShadowOuter()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/painting/
H A DnsCSSRendering.cpp1502 gfxContext* shadowContext = blurringArea.Init( in PaintBoxShadowOuter() local
1506 if (!shadowContext) continue; in PaintBoxShadowOuter()
1508 MOZ_ASSERT(shadowContext == blurringArea.GetContext()); in PaintBoxShadowOuter()
1524 gfxContextMatrixAutoSaveRestore save(shadowContext); in PaintBoxShadowOuter()
1527 shadowContext->SetMatrixDouble( in PaintBoxShadowOuter()
1528 shadowContext->CurrentMatrixDouble().PreTranslate(devPixelOffset)); in PaintBoxShadowOuter()
1533 aPresContext->Theme()->DrawWidgetBackground(shadowContext, aForFrame, in PaintBoxShadowOuter()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsCSSRendering.cpp1385 gfxContext* shadowContext = in PaintBoxShadowOuter() local
1390 if (!shadowContext) in PaintBoxShadowOuter()
1393 MOZ_ASSERT(shadowContext == blurringArea.GetContext()); in PaintBoxShadowOuter()
1408 gfxContextMatrixAutoSaveRestore save(shadowContext); in PaintBoxShadowOuter()
1413 shadowContext->SetMatrix( in PaintBoxShadowOuter()
1414 shadowContext->CurrentMatrix().Translate(devPixelOffset)); in PaintBoxShadowOuter()
1419 nsRenderingContext wrapperCtx(shadowContext); in PaintBoxShadowOuter()
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DnsTextFrame.cpp6135 gfxContext* shadowContext = in PaintOneShadow() local
6139 if (!shadowContext) return; in PaintOneShadow()
6149 DrawTextParams params(shadowContext); in PaintOneShadow()
6156 aParams.context == shadowContext ? shadowColor : NS_RGB(0, 0, 0); in PaintOneShadow()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DnsTextFrame.cpp6347 gfxContext* shadowContext = in PaintOneShadow() local
6351 if (!shadowContext) return; in PaintOneShadow()
6361 DrawTextParams params(shadowContext); in PaintOneShadow()
6368 aParams.context == shadowContext ? shadowColor : NS_RGB(0, 0, 0); in PaintOneShadow()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsTextFrame.cpp6073 gfxContext* shadowContext = contextBoxBlur.Init( in PaintOneShadow() local
6076 if (!shadowContext) in PaintOneShadow()
6097 DrawTextParams params(shadowContext); in PaintOneShadow()
6104 aParams.context == shadowContext ? shadowColor : NS_RGB(0, 0, 0); in PaintOneShadow()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsTextFrame.cpp6061 gfxContext* shadowContext = in PaintOneShadow() local
6065 if (!shadowContext) return; in PaintOneShadow()
6075 DrawTextParams params(shadowContext); in PaintOneShadow()
6082 aParams.context == shadowContext ? shadowColor : NS_RGB(0, 0, 0); in PaintOneShadow()

12