Searched refs:wB (Results 1 - 4 of 4) sorted by relevance
/third_party/backends/backend/ |
H A D | u12-shading.c | 116 u_short count, wR, wG, wB, tmp; in u12shadingAdjustShadingWaveform() local 201 wB = *cp.blue.usp; in u12shadingAdjustShadingWaveform() 215 if( wB > pRGB->Blue ) { in u12shadingAdjustShadingWaveform() 216 tmp = wB; in u12shadingAdjustShadingWaveform() 217 wB = pRGB->Blue; in u12shadingAdjustShadingWaveform() 224 wB = *cp.blue.usp++; in u12shadingAdjustShadingWaveform() 238 if( wB < pRGB->Blue ) { in u12shadingAdjustShadingWaveform() 239 tmp = wB; in u12shadingAdjustShadingWaveform() 240 wB = pRGB->Blue; in u12shadingAdjustShadingWaveform()
|
H A D | plustek-usbimg.c | 486 u_short wR, wG, wB; in usb_ColorDuplicatePseudo16() local 502 wB = (u_short)scan->Blue.pcb[0].a_bColor[0]; in usb_ColorDuplicatePseudo16() 511 (wB + scan->Blue.pcb[dw].a_bColor[0]) << bShift; in usb_ColorDuplicatePseudo16() 515 wB = (u_short)scan->Blue.pcb[dw].a_bColor[0]; in usb_ColorDuplicatePseudo16() 1370 u_short wR, wG, wB; in usb_ColorScalePseudo16() local 1390 wB = (u_short)scan->Blue.pcb[0].a_bColor[2]; in usb_ColorScalePseudo16() 1405 (wB + scan->Blue.pcb[bitsput].a_bColor[0]) << bShift; in usb_ColorScalePseudo16() 1414 wB = (u_short)scan->Blue.pcb[bitsput].a_bColor[0]; in usb_ColorScalePseudo16()
|
H A D | plustek-pp_dac.c | 1934 UShort count, wR, wG, wB, tmp; in dacP98003AdjustShadingWaveform() local 2018 wB = *cp.blue.usp; in dacP98003AdjustShadingWaveform() 2033 if( wB > pRGB->Blue ) { in dacP98003AdjustShadingWaveform() 2034 tmp = wB; in dacP98003AdjustShadingWaveform() 2035 wB = pRGB->Blue; in dacP98003AdjustShadingWaveform() 2042 wB = *cp.blue.usp++; in dacP98003AdjustShadingWaveform() 2056 if (wB < pRGB->Blue) { in dacP98003AdjustShadingWaveform() 2057 tmp = wB; in dacP98003AdjustShadingWaveform() 2058 wB = pRGB->Blue; in dacP98003AdjustShadingWaveform()
|
/third_party/skia/third_party/externals/freetype/builds/windows/ |
H A D | w32-bcc.mk | 19 APINAMES_OPTIONS := -dfreetype.dll -wB
|
Completed in 6 milliseconds