Searched refs:alpha (Results 101 - 125 of 561) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/pds/
H A Dtif_imageiter.h40 int alpha; /* type of alpha data present */ member in struct:_TIFFImageIter
H A Dtif_imageiter.c83 img->alpha = 0;
91 img->alpha = sampleinfo[0];
322 int alpha = img->alpha; local
335 if (!alpha)
349 if (alpha && TIFFReadTile(tif,a,col,row,0,3) < 0 && img->stoponerr)
427 int alpha = img->alpha; local
438 if (!alpha)
455 if (alpha
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/
H A DMakefile.am8 src/alpha/ffi.c src/alpha/osf.S src/alpha/ffitarget.h \
110 nodist_libffi_la_SOURCES += src/alpha/ffi.c src/alpha/osf.S
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIOCursorBlits.h147 unsigned char dst, src, alpha, white; local
166 if ((alpha = *maskPtr)) {
167 if ((alpha = ~alpha)) {
170 MUL32(rgb32val, alpha);
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DCanvasStyle.cpp101 CanvasStyle::CanvasStyle(float grayLevel, float alpha) argument
102 : m_rgba(makeRGBA32FromFloats(grayLevel, grayLevel, grayLevel, alpha))
163 CanvasStyle CanvasStyle::createFromStringWithOverrideAlpha(const String& color, float alpha) argument
169 return CanvasStyle(colorWithOverrideAlpha(rgba, alpha));
171 return CanvasStyle(CurrentColorWithOverrideAlpha, alpha);
H A DCanvasRenderingContext2D.h129 void setStrokeColor(const String& color, float alpha);
130 void setStrokeColor(float grayLevel, float alpha);
136 void setFillColor(const String& color, float alpha);
137 void setFillColor(float grayLevel, float alpha);
161 void setShadow(float width, float height, float blur, const String& color, float alpha);
162 void setShadow(float width, float height, float blur, float grayLevel, float alpha);
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DDragImageMac.mm242 CGFloat alpha;
243 [[textColor colorUsingColorSpaceName:NSDeviceRGBColorSpace] getRed:&red green:&green blue:&blue alpha:&alpha];
244 graphicsContext.setFillColor(makeRGBA(red * 255, green * 255, blue * 255, alpha * 255), ColorSpaceDeviceRGB);
313 [[NSColor colorWithDeviceRed: 0.7f green: 0.7f blue: 0.7f alpha: 0.8f] set];
327 NSColor *topColor = [NSColor colorWithDeviceWhite:0.0f alpha:0.75f];
328 NSColor *bottomColor = [NSColor colorWithDeviceWhite:1.0f alpha:0.5f];
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/scripts/
H A Dtest042-valsort101 olcValSortAttr: employeeType "ou=users,o=valsort" weighted alpha-descend
104 olcValSortAttr: departmentNumber "ou=users,o=valsort" alpha-descend
105 olcValSortAttr: sn "ou=users,o=valsort" alpha-descend
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/CPP/
H A DWebDOMTestTypedefs.cpp194 void WebDOMTestTypedefs::setShadow(float width, float height, float blur, const WebDOMString& color, float alpha) argument
199 impl()->setShadow(width, height, blur, color, alpha);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DImageCG.cpp140 CGFloat alpha = 1; local
141 RetainPtr<CGColorRef> color = adoptCF(CGColorCreateWithPattern(patternSpace.get(), pattern.get(), &alpha));
H A DGradientCG.cpp60 colorComponents.uncheckedAppend(m_stops[i].alpha);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DSharedBitmap.h67 void setHasAlpha(bool alpha) { m_hasAlpha = alpha; } argument
/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/
H A DMakefile.am43 EXTRA_DIST=i386/* alpha/* AT386/* linux-gnu/* HP800/* sparc/* powerpc/* s390/* s390x/* solaris2.8/* solaris2.10/* darwin/* aix5.2.0.0/* x86_64/* generic/*
/macosx-10.9.5/groff-38/groff/font/devps/generate/
H A Dsymbolchars37 alpha *a
/macosx-10.9.5/ruby-104/ruby/lib/irb/
H A Dlocale.rb16 (?<language>[[:alpha:]]{2,3})
17 (?:_ (?<territory>[[:alpha:]]{2,3}) )?
/macosx-10.9.5/ruby-104/ruby/win32/
H A Dsetup.mak32 alpha-mswin32: -prologue32- -alpha- -epilogue-
159 -alpha-: nul
160 @echo $(ARCH) = alpha>>$(MAKEFILE)
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_tclparam-tcloo/
H A D3_peg_itself91 # "<alpha>"
102 # "<alpha>"
106 my si:next_str <alpha>
1219 # <alpha>
1235 # <alpha>
1252 # <alpha>
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsdc.vim28 syn match sdcFlags "[[:space:]]-[[:alpha:]]*\>"
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DGradientCairo.cpp66 stopIterator->alpha * globalAlpha);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DGradientQt.cpp70 stopColor.setRgbF(stopIterator->red, stopIterator->green, stopIterator->blue, stopIterator->alpha);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DTapHighlightController.cpp97 return Color(baseColor.red(), baseColor.green(), baseColor.blue(), int(baseColor.alpha() * fractionFadedIn));
/macosx-10.9.5/libstdcxx-60/src/
H A Dctype.cc39 const ctype_base::mask ctype_base::alpha; member in class:ctype_base
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCBoardViewDraw.mm87 - (void) startStyle:(float)alpha
90 {fDiffuse, fDiffuse, fDiffuse, fAlpha*alpha};
92 {0.0f, 0.0f, 0.0f, fAlpha*alpha};
94 {fSpecular, fSpecular, fSpecular, fAlpha*alpha};
455 - (void) setupPieceDrawing:(BOOL)white reflect:(BOOL)reflection alpha:(float)alpha
461 alpha *= fBoardReflectivity;
462 [fPieceDrawStyle[!white] startStyle:alpha];
463 glDepthMask(alpha > 0.5f);
493 - (void) drawPiece:(MBCPiece)piece at:(MBCPosition)pos scale:(float)scale reflect:(BOOL)reflection alpha
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DRealtimeAnalyser.cpp141 double alpha = 0.16; local
142 double a0 = 0.5 * (1 - alpha);
144 double a2 = 0.5 * alpha;
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSDeviceMotionEventCustom.cpp86 JSValue alphaValue = object->get(exec, Identifier(exec, "alpha"));
90 double alpha = alphaValue.toNumber(exec); local
113 return DeviceMotionData::RotationRate::create(canProvideAlpha, alpha, canProvideBeta, beta, canProvideGamma, gamma);
128 object->putDirect(exec->vm(), Identifier(exec, "alpha"), rotationRate->canProvideAlpha() ? jsNumber(rotationRate->alpha()) : jsNull());

Completed in 381 milliseconds

1234567891011>>