/aoo41x/main/basebmp/inc/basebmp/ |
H A D | colormisc.hxx | 70 Color operator()( sal_uInt8 alpha, in operator ()() 74 alpha = polarity ? alpha : 255 - alpha; in operator ()() 83 return Color(((((sal_Int32)v2.getRed() - v1_red)*alpha) / 0x100) + v1_red, in operator ()() 84 ((((sal_Int32)v2.getGreen() - v1_green)*alpha) / 0x100) + v1_green, in operator ()() 85 ((((sal_Int32)v2.getBlue() - v1_blue)*alpha) / 0x100) + v1_blue); in operator ()() 96 sal_uInt8 alpha = input.getGreyscale(); in operator ()() local 97 alpha = polarity ? alpha : 255 - alpha; in operator ()() 106 return Color(((((sal_Int32)v2.getRed() - v1_red)*alpha) / 0x100) + v1_red, in operator ()() 107 ((((sal_Int32)v2.getGreen() - v1_green)*alpha) / 0x100) + v1_green, in operator ()() 108 ((((sal_Int32)v2.getBlue() - v1_blue)*alpha) / 0x100) + v1_blue); in operator ()()
|
H A D | colortraits.hxx | 49 ValueType operator()( AlphaType alpha, in operator ()() 54 vigra::NumericTraits<AlphaType>::toRealPromote(alpha)); in operator ()() 62 ValueType operator()( AlphaType alpha, in operator ()() 67 vigra::NumericTraits<AlphaType>::toRealPromote(alpha)); in operator ()() 86 ValueType operator()( AlphaType alpha, in operator ()() 91 vigra::NumericTraits<AlphaType>::max()-alpha)*v1 + alpha*v2) / in operator ()() 99 ValueType operator()( AlphaType alpha, in operator ()() 103 return (alpha*v1 + in operator ()() 105 vigra::NumericTraits<AlphaType>::max()-alpha)*v2) / in operator ()()
|
/aoo41x/main/scaddins/source/analysis/ |
H A D | bessel.cxx | 351 double alpha = log(fX/2.0)+EulerGamma; in Bessely0() local 352 double u = alpha; in Bessely0() 371 alpha = 0.0; in Bessely0() 374 alpha = sign_alpha * (4.0/k); in Bessely0() 377 g_bar_delta_u = f_bar * alpha - g * delta_u - m_bar * u; in Bessely0() 405 double alpha = 1.0/fX; in Bessely1() local 408 double u = alpha; in Bessely1() 411 alpha = 1.0 - EulerGamma - log(fX/2.0); in Bessely1() 412 double g_bar_delta_u = -alpha; in Bessely1() 430 alpha = sign_alpha * (1.0/q + 1.0/(q+1.0)); in Bessely1() [all …]
|
/aoo41x/main/offapi/com/sun/star/rendering/ |
H A D | XColorSpace.idl | 187 alpha value of 1.0 (fully opaque) is assumed. 205 color values, with linear alpha.<p> 208 alpha value of 1.0 (fully opaque) is assumed. The resulting 209 individual RGB color values are premultiplied by the alpha 230 If this color space conveys alpha information, it is assumed 248 If this color space does not convey alpha information, the 249 specified alpha value is silently ignored. 264 /** Convert premultiplied sRGB color with linear alpha into this 267 If this color space does not convey alpha information, the 268 specified alpha value is silently ignored. [all …]
|
H A D | XIntegerBitmapColorSpace.idl | 70 ARGB format, with mask values 0x8000 for alpha, 0x7C for red, 160 with linear alpha.<p> 163 alpha value of 1.0 (fully opaque) is assumed. Color values 182 color values, with linear alpha.<p> 185 alpha value of 1.0 (fully opaque) is assumed. Color values 188 premultiplied by the alpha value (e.g. if alpha is 0.5, each 208 If this color space conveys alpha information, it is assumed 228 If this color space does not convey alpha information, the 229 specified alpha value is silently ignored. Color values are 249 If this color space does not convey alpha information, the [all …]
|
H A D | CompositeOperation.idl | 32 values are premultiplied with the corresponding alpha values (if 33 no alpha is specified, 1.0 is assumed). Then, the following 39 premultiplied with alpha, and Fa and Fb are described for the 41 destination alpha, respectively).<p>
|
H A D | ColorComponentTag.idl | 80 /** Premultiplied alpha channel<p> 82 Note that this alpha format actually influences the other color 84 alpha value.<p>
|
H A D | XBitmap.idl | 68 The method checks, whether the bitmap contains any alpha 75 @return <TRUE/>, if the bitmap has alpha data, or <FALSE/> if
|
/aoo41x/main/sc/source/core/tool/ |
H A D | interpr3.cxx | 671 double alpha = fF2/2.0; in GetFDist() local 1077 double alpha, beta, x; in ScBetaDist() local 1092 alpha = GetDouble(); in ScBetaDist() 1424 if (n < 0.0 || alpha <= 0.0 || alpha >= 1.0 || p < 0.0 || p > 1.0) in ScCritBinom() 1640 PushDouble(alpha/pow(beta,alpha)*pow(x,alpha-1.0)* in ScWeibull() 2253 double alpha = GetDouble(); in ScConfidence() local 2254 if (sigma <= 0.0 || alpha <= 0.0 || alpha >= 1.0 || n < 1.0) in ScConfidence() 3191 double alpha = GetDouble(); in ScPercentile() local 3192 if (alpha < 0.0 || alpha > 1.0) in ScPercentile() 3387 double alpha = GetDouble(); in ScTrimMean() local [all …]
|
/aoo41x/main/qadevOOo/runner/convwatch/ |
H A D | PixelCounter.java | 47 int alpha = (pixel >> 24) & 0xff; in count() local 71 int alpha = (pixel >> 24) & 0xff; in count() local 94 int alpha = (rgba >> 24) & 0xff; in stuff() local 101 rgba = (alpha << 24) | (red << 16) | (green << 8) | blue; in stuff() 107 int alpha = (pixel >> 24) & 0xff; in handlesinglepixel() local
|
/aoo41x/main/offapi/com/sun/star/i18n/ |
H A D | KParseTokens.idl | 45 /// ASCII A-Z upper alpha 48 /// ASCII a-z lower alpha 132 /// ASCII a-zA-Z lower or upper alpha 138 /// Unicode (above 127) lower or upper or title case alpha 144 /// Unicode (above 127) alpha or letter 152 /// any (ASCII or Unicode) alpha
|
H A D | KCharacterType.idl | 45 /// upper case alpha letter 48 /// lower case alpha letter 51 /// title case alpha letter 54 /// any alpha, ALPHA = UPPER | LOWER | TITLE_CASE
|
H A D | XCharacterClassification.idl | 89 /** Convert lower case alpha to upper case alpha, starting at 96 /** Convert upper case alpha to lower case alpha, starting at
|
/aoo41x/main/canvas/inc/canvas/base/ |
H A D | canvascustomspritebase.hxx | 150 …virtual void SAL_CALL setAlpha( double alpha ) throw (::com::sun::star::lang::IllegalArgumentExcep… in setAlpha() argument 153 tools::verifyRange( alpha, 0.0, 1.0 ); in setAlpha() 157 maSpriteHelper.setAlpha( this, alpha ); in setAlpha()
|
/aoo41x/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 126 const double alpha = rColor[3]; in setColor() local 129 alpha*rColor[0], in setColor() 130 alpha*rColor[1], in setColor() 131 alpha*rColor[2], in setColor() 132 alpha ); in setColor() 670 double alpha = rColor[3]; in addColorStops() local 672 …ttern_add_color_stop_rgba( pPattern, stop, rColor[0]*alpha, rColor[1]*alpha, rColor[2]*alpha, alph… in addColorStops()
|
/aoo41x/main/canvas/source/tools/ |
H A D | canvascustomspritehelper.cxx | 239 double alpha ) in setAlpha() argument 244 if( alpha != mfAlpha ) in setAlpha() 246 mfAlpha = alpha; in setAlpha()
|
/aoo41x/main/filter/source/graphicfilter/ipict/ |
H A D | ipict.cxx | 60 double alpha = nBitCount / 64.0; in getColor() local 61 return Color(sal_uInt8(alpha*fgColor.GetRed()+(1.0-alpha)*bkColor.GetRed()), in getColor() 62 sal_uInt8(alpha*fgColor.GetGreen()+(1.0-alpha)*bkColor.GetGreen()), in getColor() 63 sal_uInt8(alpha*fgColor.GetBlue()+(1.0-alpha)*bkColor.GetBlue())); in getColor()
|
/aoo41x/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | pnghelper.cxx | 253 GfxGray alpha; in createPng() local 302 maskColorMap->getGray(pm,&alpha); in createPng() 307 aScanlines[ nIndex ] = colToByte(alpha); in createPng()
|
/aoo41x/main/x11_extensions/inc/ |
H A D | Xrender.h | 42 short alpha; member 87 unsigned short alpha; member 170 unsigned short red, green, blue, alpha; member
|
H A D | renderproto.h | 61 CARD16 alpha B16; 106 CARD16 alpha B16; 115 CARD16 alpha B16;
|
/aoo41x/main/offapi/com/sun/star/util/ |
H A D | Color.idl | 32 /** describes an RGB color value with an optional alpha channel. 35 <ol>alpha channel
|
/aoo41x/main/ |
H A D | config.guess | 316 alpha:OSF1:*:*) 334 UNAME_MACHINE=alpha ;; 336 UNAME_MACHINE=alpha ;; 338 UNAME_MACHINE=alpha ;; 985 alpha:Linux:*:*) 1534 A*) GUESS=alpha-dec-vms ;;
|
/aoo41x/main/bean/qa/complex/bean/ |
H A D | ScreenComparer.java | 56 int alpha = 0xff; in ScreenComparer() local 57 m_diffColor = (alpha << 24); in ScreenComparer()
|
/aoo41x/main/starmath/source/ |
H A D | symbol.src | 201 < "alpha" ; > ; 273 < "alpha" ; > ;
|
/aoo41x/main/offapi/com/sun/star/awt/ |
H A D | XImageConsumer.idl | 74 the pixels into their corresponding color and alpha components. Pixel 94 the pixels into their corresponding color and alpha components. Pixel
|