Home
last modified time | relevance | path

Searched refs:shade (Results 1 - 17 of 17) sorted by relevance

/third_party/backends/backend/
H A Du12-ccd.c333 if( dev->shade.intermediate & _ScanMode_Mono ) in fnCCDInitWolfson3797()
334 dev->shade.pCcdDac->DarkDAC.Colors.Green = 0xcc; in fnCCDInitWolfson3797()
336 if( dev->shade.intermediate & _ScanMode_AverageOut) in fnCCDInitWolfson3797()
337 dev->shade.pCcdDac->DarkDAC.Colors.Green = 0x68; in fnCCDInitWolfson3797()
339 dev->shade.pCcdDac->DarkDAC.Colors.Green = 0xa0; in fnCCDInitWolfson3797()
341 if((dev->shade.intermediate & _ScanMode_AverageOut) || in fnCCDInitWolfson3797()
355 if (!(dev->shade.intermediate & _ScanMode_AverageOut)) { in fnCCDInitSamsung3797()
358 dev->shade.pCcdDac->GainResize.Colors.Red = 102; in fnCCDInitSamsung3797()
359 dev->shade.pCcdDac->GainResize.Colors.Green = 102; in fnCCDInitSamsung3797()
360 dev->shade in fnCCDInitSamsung3797()
[all...]
H A Du12-shading.c94 dev->regs.RD_RedDarkOff = dev->shade.DarkOffset.Colors.Red; in u12shading_DownloadShadingTable()
95 dev->regs.RD_GreenDarkOff = dev->shade.DarkOffset.Colors.Green; in u12shading_DownloadShadingTable()
96 dev->regs.RD_BlueDarkOff = dev->shade.DarkOffset.Colors.Blue; in u12shading_DownloadShadingTable()
130 dev->regs.RD_LineControl = _LOBYTE(dev->shade.wExposure); in u12shadingAdjustShadingWaveform()
131 dev->regs.RD_ExtLineControl = _HIBYTE(dev->shade.wExposure); in u12shadingAdjustShadingWaveform()
136 dev->regs.RD_XStepTime = _LOBYTE(dev->shade.wExposure); in u12shadingAdjustShadingWaveform()
137 dev->regs.RD_ExtXStepTime = _HIBYTE(dev->shade.wExposure); in u12shadingAdjustShadingWaveform()
145 if( dev->shade.intermediate & _ScanMode_AverageOut ) { in u12shadingAdjustShadingWaveform()
166 if( dev->shade.pHilight ) { in u12shadingAdjustShadingWaveform()
168 memset( dev->shade in u12shadingAdjustShadingWaveform()
[all...]
H A Du12-tpa.c74 dev->shade.wExposure = dev->scan.negScan[dev->scan.dpiIdx].exposureTime; in u12tpa_Reshading()
75 dev->shade.wXStep = dev->scan.negScan[dev->scan.dpiIdx].xStepTime; in u12tpa_Reshading()
92 u12io_DataToRegister( dev, REG_LINECONTROL, _LOBYTE(dev->shade.wExposure)); in u12tpa_Reshading()
93 u12io_DataToRegister( dev, REG_XSTEPTIME, _LOBYTE(dev->shade.wXStep)); in u12tpa_Reshading()
95 dev->regs.RD_LineControl = _LOBYTE(dev->shade.wExposure); in u12tpa_Reshading()
96 dev->regs.RD_ExtLineControl = _HIBYTE(dev->shade.wExposure); in u12tpa_Reshading()
97 dev->regs.RD_XStepTime = (SANE_Byte)(dev->shade.wExposure); in u12tpa_Reshading()
283 dev->shade.bGainHigh = (SANE_Byte)dwR; /* >> 4 for average, >> 4 to 8-bit */ in u12tpa_Reshading()
286 dev->shade.bGainHigh = (SANE_Byte)dwG; in u12tpa_Reshading()
288 dev->shade in u12tpa_Reshading()
[all...]
H A Du12-if.c576 dev->shade.pHilight = NULL; in u12if_SetupBuffer()
582 dev->shade.skipHilight = _DEF_BRIGHTEST_SKIP; in u12if_SetupBuffer()
583 dev->shade.skipShadow = _DEF_DARKEST_SKIP; in u12if_SetupBuffer()
585 if( dev->shade.skipHilight && dev->shade.skipShadow ) { in u12if_SetupBuffer()
589 skipSize = (u_long)((dev->shade.skipHilight + dev->shade.skipShadow) in u12if_SetupBuffer()
591 dev->shade.pHilight = (RGBUShortDef*)malloc( skipSize ); in u12if_SetupBuffer()
592 if( NULL != dev->shade.pHilight ) { in u12if_SetupBuffer()
593 dev->shade in u12if_SetupBuffer()
[all...]
H A Du12-image.c244 dev->shade.wExposure = nmlScan[index].exposureTime; in u12image_SetupScanStateVariables()
245 dev->shade.wXStep = nmlScan[index].xStepTime; in u12image_SetupScanStateVariables()
247 if( dev->shade.intermediate & _ScanMode_AverageOut ) { in u12image_SetupScanStateVariables()
248 dev->shade.wExposure >>= 1; in u12image_SetupScanStateVariables()
249 dev->shade.wXStep >>= 1; in u12image_SetupScanStateVariables()
253 dev->shade.wExposure = posScan[index].exposureTime; in u12image_SetupScanStateVariables()
254 dev->shade.wXStep = posScan[index].xStepTime; in u12image_SetupScanStateVariables()
256 dev->shade.wExposure = dev->scan.negScan[index].exposureTime; in u12image_SetupScanStateVariables()
257 dev->shade.wXStep = dev->scan.negScan[index].xStepTime; in u12image_SetupScanStateVariables()
378 dev->shade in u12image_GetImageInfo()
[all...]
H A Du12-motor.c148 save = dev->shade.intermediate; in u12motor_PositionModuleToHome()
150 dev->shade.intermediate = _ScanMode_AverageOut; in u12motor_PositionModuleToHome()
152 dev->shade.intermediate = save; in u12motor_PositionModuleToHome()
235 _SET_REG( rb, c, REG_LINECONTROL, _LOBYTE(dev->shade.wExposure)); in u12motor_BackToHomeSensor()
236 _SET_REG( rb, c, REG_XSTEPTIME, _LOBYTE(dev->shade.wXStep)); in u12motor_BackToHomeSensor()
324 if( dev->shade.intermediate & _ScanMode_AverageOut ) in u12motor_WaitForPositionY()
355 if(!dev->f2003 || (dev->shade.intermediate & _ScanMode_AverageOut) || in u12motor_WaitForPositionY()
H A Du12-hw.c105 ((u_long)dev->numCCDRegs * dev->shade.intermediate)); in u12hw_ProgramCCD()
108 dev->numCCDRegs, dev->shade.intermediate ); in u12hw_ProgramCCD()
111 (u_long)dev->numCCDRegs * dev->shade.intermediate); in u12hw_ProgramCCD()
257 if( dev->shade.intermediate & _ScanMode_Mono )
324 if( dev->shade.intermediate & _ScanMode_AverageOut )
391 dev->regs.RD_LineControl = _LOBYTE(dev->shade.wExposure);
392 dev->regs.RD_ExtLineControl = _HIBYTE(dev->shade.wExposure);
393 dev->regs.RD_XStepTime = _LOBYTE(dev->shade.wXStep);
394 dev->regs.RD_ExtXStepTime = _HIBYTE(dev->shade.wXStep);
425 if( dev->shade
[all...]
H A Du12.h251 ShadingDef shade; /**< shading parameters */ member
H A Du12.c1172 if( NULL != s->hw->shade.pHilight ) in sane_close()
1173 free( s->hw->shade.pHilight ); in sane_close()
/third_party/skia/gm/
H A Dannotated_text.cpp31 SkPaint shade; in draw_url_annotated_text_with_box() local
32 shade.setColor(0x80346180); in draw_url_annotated_text_with_box()
33 canvas->drawRect(bounds, shade); in draw_url_annotated_text_with_box()
/third_party/typescript/tests/baselines/reference/
H A DcommentsdoNotEmitComments.js92 var shade: color = color.green; variable
136 var shade = 1; variable
175 declare var shade: color;
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_pipe.c58 insert_stage_at_head( sp, sp->quad.shade ); in sp_build_quad_pipeline()
63 insert_stage_at_head( sp, sp->quad.shade ); in sp_build_quad_pipeline()
H A Dsp_context.c69 if (softpipe->quad.shade) in softpipe_destroy()
70 softpipe->quad.shade->destroy( softpipe->quad.shade ); in softpipe_destroy()
266 softpipe->quad.shade = sp_quad_shade_stage(softpipe); in softpipe_create_context()
H A Dsp_context.h150 struct quad_stage *shade; member
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DColor.hpp53 static Color<T> shade(const Color<T> &c1, const Color<T> &c2, float d);
461 inline Color<T> Color<T>::shade(const Color<T> &c1, const Color<T> &c2, float d) in shade() function in sw::Color
/third_party/skia/src/shaders/
H A DSkPerlinNoiseShader.cpp287 SkPMColor shade(const SkPoint& point, StitchData& stitchData) const;
511 SkPMColor SkPerlinNoiseShaderImpl::PerlinNoiseShaderContext::shade(
563 result[i] = shade(point, stitchData);
/third_party/python/Lib/test/
H A Dtest_enum.py2033 def shade(self): member in TestSpecial.test_extending2.Shade
2047 def shade(self): member in TestSpecial.test_extending3.Shade

Completed in 20 milliseconds