• Home
  • Raw
  • Download

Lines Matching refs:targetSurfaceProperties

62     ilmSurfaceProperties& targetSurfaceProperties = scene.surfaceProperties[targetSurfaceId];  in analyzeVisibilityAndOpacity()  local
70 if (targetSurfaceProperties.visibility == ILM_FALSE) in analyzeVisibilityAndOpacity()
99 if (targetSurfaceProperties.opacity <= 0.2) in analyzeVisibilityAndOpacity()
102 …%i opacity set to %f, it is (almost) invisible", targetSurfaceId, targetSurfaceProperties.opacity); in analyzeVisibilityAndOpacity()
104 else if (targetSurfaceProperties.opacity < 1.0) in analyzeVisibilityAndOpacity()
107 …opacity set to %f, it might not be easy to see", targetSurfaceId, targetSurfaceProperties.opacity); in analyzeVisibilityAndOpacity()
139 ilmSurfaceProperties& targetSurfaceProperties = scene.surfaceProperties[targetSurfaceId]; in analyzeSurfaceDimensions() local
147 if (targetSurfaceProperties.destWidth <= minDimension) in analyzeSurfaceDimensions()
150 …f(description, "Surface %i has [destWidth=%i]", targetSurfaceId, targetSurfaceProperties.destWidth… in analyzeSurfaceDimensions()
161 if (targetSurfaceProperties.sourceWidth <= minDimension) in analyzeSurfaceDimensions()
164 …description, "Surface %i has [sourceWidth=%i]", targetSurfaceId, targetSurfaceProperties.sourceWid… in analyzeSurfaceDimensions()
175 if (targetSurfaceProperties.origSourceWidth <= minDimension) in analyzeSurfaceDimensions()
178 …ription, "Surface %i has [origSourceWidth=%i]", targetSurfaceId, targetSurfaceProperties.origSourc… in analyzeSurfaceDimensions()
189 if (targetSurfaceProperties.destHeight <= minDimension) in analyzeSurfaceDimensions()
192 …(description, "Surface %i has [destHeight=%i]", targetSurfaceId, targetSurfaceProperties.destHeigh… in analyzeSurfaceDimensions()
203 if (targetSurfaceProperties.sourceHeight <= minDimension) in analyzeSurfaceDimensions()
206 …escription, "Surface %i has [sourceHeight=%i]", targetSurfaceId, targetSurfaceProperties.sourceHei… in analyzeSurfaceDimensions()
217 if (targetSurfaceProperties.origSourceHeight <= minDimension) in analyzeSurfaceDimensions()
220 …iption, "Surface %i has [origSourceHeight=%i]", targetSurfaceId, targetSurfaceProperties.origSourc… in analyzeSurfaceDimensions()
477 ilmSurfaceProperties& targetSurfaceProperties = scene.surfaceProperties[targetSurfaceId]; in analyzeFrameCounter() local
479 t_ilm_bool problem = targetSurfaceProperties.frameCounter == 0; in analyzeFrameCounter()
490 targetSurfaceId, targetSurfaceProperties.frameCounter); in analyzeFrameCounter()