Home
last modified time | relevance | path

Searched defs:baker (Results 1 – 25 of 47) sorted by relevance

12

/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/photoshop/
H A DOpenColorIO_PS_Context.cpp177 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in getConvertBaker() local
215 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in getDisplayBaker() local
254 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in getLUTBaker() local
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/photoshop/
H A DOpenColorIO_PS_Context.cpp177 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in getConvertBaker() local
215 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in getDisplayBaker() local
254 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in getLUTBaker() local
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/photoshop/
H A DOpenColorIO_PS_Context.cpp177 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in getConvertBaker() local
215 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in getDisplayBaker() local
254 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in getLUTBaker() local
/dports/misc/lifelines/lifelines-3.1.1/reports/desc-tex2/
H A Dposter1.tex110 \bibitem{baker} bibitem
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/core/
H A DFileFormatHDL.cpp1125 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in OIIO_ADD_TEST() local
1264 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in OIIO_ADD_TEST() local
1453 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in OIIO_ADD_TEST() local
1593 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in OIIO_ADD_TEST() local
H A DFileFormatCSP.cpp1132 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in OIIO_ADD_TEST() local
1226 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in OIIO_ADD_TEST() local
1310 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in OIIO_ADD_TEST() local
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/core/
H A DFileFormatHDL.cpp1125 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in OIIO_ADD_TEST() local
1264 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in OIIO_ADD_TEST() local
1453 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in OIIO_ADD_TEST() local
1593 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in OIIO_ADD_TEST() local
H A DFileFormatCSP.cpp1132 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in OIIO_ADD_TEST() local
1226 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in OIIO_ADD_TEST() local
1310 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in OIIO_ADD_TEST() local
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/core/
H A DFileFormatHDL.cpp1125 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in OIIO_ADD_TEST() local
1264 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in OIIO_ADD_TEST() local
1453 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in OIIO_ADD_TEST() local
1593 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in OIIO_ADD_TEST() local
H A DFileFormatCSP.cpp1132 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in OIIO_ADD_TEST() local
1226 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in OIIO_ADD_TEST() local
1310 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in OIIO_ADD_TEST() local
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/fado/bakery/
H A DBakerNPC.java56 final SpeakerNPC baker = new SpeakerNPC("Linzo") { in buildNPC() local
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/ados/bakery/
H A DBakerNPC.java49 final SpeakerNPC baker = new SpeakerNPC("Arlindo") { in buildBakery() local
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/wofol/bakery/
H A DBakerNPC.java55 final SpeakerNPC baker = new SpeakerNPC("Kroip") { in buildNPC() local
/dports/graphics/blender/blender-2.91.0/source/blender/editors/physics/
H A Dphysics_pointcache.c69 PTCacheBaker *baker; member
154 PTCacheBaker *baker = MEM_callocN(sizeof(PTCacheBaker), "PTCacheBaker"); in ptcache_baker_create() local
180 PTCacheBaker *baker = ptcache_baker_create(C, op, all); in ptcache_bake_exec() local
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Dbaked_light_editor_plugin.h53 BakedLightBaker *baker; variable
/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Dbaked_light_editor_plugin.h53 BakedLightBaker *baker; variable
/dports/x11-toolkits/nuklear/Nuklear-4.09.1/src/
H A Dnuklear_font.c151 struct nk_font_baker *baker; in nk_font_baker() local
163 nk_font_bake_pack(struct nk_font_baker *baker, in nk_font_bake_pack()
281 nk_font_bake(struct nk_font_baker *baker, void *image_memory, int width, int height, in nk_font_bake()
1160 struct nk_font_baker *baker; in nk_font_atlas_bake() local
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/apps/ociobakelut/
H A Dmain.cpp348 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in main() local
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/apps/ociobakelut/
H A Dmain.cpp348 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in main() local
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/apps/ociobakelut/
H A Dmain.cpp348 OCIO::BakerRcPtr baker = OCIO::Baker::Create(); in main() local
/dports/devel/godot-tools/godot-3.2.3-stable/scene/3d/
H A Dgi_probe.cpp402 VoxelLightBaker baker; in bake() local
/dports/devel/godot/godot-3.2.3-stable/scene/3d/
H A Dgi_probe.cpp402 VoxelLightBaker baker; in bake() local
/dports/devel/icu-lx/icu/source/test/intltest/
H A Dalphaindextst.cpp188 const UnicodeString baker = UNICODE_STRING_SIMPLE("Baker"); in APITest() local
/dports/devel/icu/icu/source/test/intltest/
H A Dalphaindextst.cpp188 const UnicodeString baker = UNICODE_STRING_SIMPLE("Baker"); in APITest() local
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/rendering/
H A Dambientocclusionspheregeometry.cpp1215 AmbientOcclusionBaker baker(&aoSphereRenderer, d->aoTextureSize); in update() local

12