HomeSort by relevance Sort by last modified time
    Searched defs:alpha (Results 276 - 300 of 374) sorted by null

<<1112131415

  /external/opencv/cvaux/src/
cvtrifocal.cpp 1591 double alpha = cvmGet(&result,0,i); local
    [all...]
cvepilines.cpp 81 double alpha; local
88 alpha = len2 / len1;
90 pointSym2->x = pointCorner.x + alpha*(point1.x - pointCorner.x);
91 pointSym2->y = pointCorner.y + alpha*(point1.y - pointCorner.y);
92 pointSym2->z = pointCorner.z + alpha*(point1.z - pointCorner.z);
98 /* Compute 3D point for scanline and alpha betta */
99 int icvCompute3DPoint( double alpha,double betta,
110 double alphabetta = alpha*betta;
112 partAll = alpha - betta;
113 if( fabs(partAll) > 0.00001 ) /* alpha must be > betta *
220 double alpha = ((double)currLine)\/((double)(numScanlines)); \/* maybe - 1 *\/ local
565 double alpha,betta; local
1104 double alpha,betta; local
2012 double alpha = dist2\/dist1; local
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 854 float alpha, beta; local
886 icvSinCos( angle, &alpha, &beta );
899 pts->x = cvRound( cx + x * alpha - y * beta );
900 pts->y = cvRound( cy - x * beta - y * alpha );
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp 233 double alpha, double beta )
245 results[j] = (Qfloat)(s*alpha + beta);
339 // min [0.5(\alpha^T Q \alpha) + b^T \alpha]
341 // y^T \alpha = \delta
348 // Q, b, y, Cp, Cn, and an initial feasible point \alpha
352 // solution will be put in \alpha, objective value will be put in obj
358 alpha = 0;
418 alpha = _alpha
1539 double* alpha; local
1607 double* alpha; local
    [all...]
  /external/qemu/android/skin/
window.c 267 * alpha = MINALPHA + (1-MINALPHA)*(level-MIN)/(LOW-MIN)
275 * alpha = MAXALPHA*(level-HIGH)/(MAX-HIGH)
298 unsigned alpha = brightness; local
302 if (alpha <= b_min)
303 alpha = b_min;
304 else if (alpha > b_max)
305 alpha = b_max;
309 if (alpha < b_low)
314 alpha = alpha_min + ((alpha - b_min)*alpha_range) / (b_low - b_min)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_N.c 109 * colors is alpha, and it's one complete byte, since some formats
110 * leave alpha with a zero mask, but we should still swizzle the bits.
137 /* Use zero for alpha if either surface doesn't have alpha */
259 unsigned alpha; local
268 0x10 - 0x1f is the alpha
315 if (dstfmt->Amask && srcfmt->alpha) {
316 ((unsigned char *)&valpha)[0] = alpha = srcfmt->alpha;
319 alpha = 0
404 unsigned alpha; local
554 unsigned alpha = dstfmt->Amask ? srcfmt->alpha : 0; local
2046 unsigned alpha = dstfmt->Amask ? srcfmt->alpha : 0; local
2202 unsigned alpha = dstfmt->Amask ? srcfmt->alpha : 0; local
2280 enum { NO_ALPHA=1, SET_ALPHA=2, COPY_ALPHA=4 } alpha; member in struct:blit_table
    [all...]
  /external/quake/quake/src/WinQuake/
gl_draw.cpp 137 qboolean alpha; member in struct:textureStore::entry
226 e->alpha);
237 qboolean alpha) {
250 e->alpha = alpha;
271 e->alpha);
912 void Draw_AlphaPic (int x, int y, packedGlpic_t *ppic, float alpha)
926 glColor4f (1,1,1,alpha);
1412 // #define USE_16BPP_WITH_5551_ALPHA // <--- This has bugs on the simulator and the device. (Device has all alpha images invisible.)
    [all...]
  /external/skia/src/core/
SkAAClip.cpp 48 * Data runs are packed [count, alpha]
91 return segments * 2; // each segment is row[0] + row[1] (n + alpha)
892 void addRun(int x, int y, U8CPU alpha, int count) {
924 AppendRun(data, alpha, count);
929 void addColumn(int x, int y, U8CPU alpha, int height) {
932 this->addRun(x, y, alpha, 1);
1130 static void AppendRun(SkTDArray<uint8_t>& data, U8CPU alpha, int count) {
1138 ptr[1] = alpha;
1149 we inject an explicit empty scanline (alpha==0)
1187 virtual void blitV(int x, int y, int height, SkAlpha alpha) SK_OVERRIDE
1403 U8CPU alpha() const { return fAlpha; } function in class:RowIter
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 443 uint8_t alpha = skPaint.getAlpha(); local
444 grPaint->fColor = GrColorPackRGBA(alpha, alpha, alpha, alpha);
512 // modulate the paint alpha by the shader's solid color alpha
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h 84 float alpha; member in struct:gl::Color
233 void setClearColor(float red, float green, float blue, float alpha);
257 void setBlendColor(float red, float green, float blue, float alpha);
298 void setColorMask(bool red, bool green, bool blue, bool alpha);
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 963 @property(readonly, retain) DOMCSSPrimitiveValue *alpha; variable
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 294 // Set alpha channel
448 TransparentLayerDC(GraphicsContextPlatformPrivate* data, IntRect& origRect, const IntRect* rectBeforeTransform = 0, int alpha = 255, bool paintImage = false);
470 TransparentLayerDC::TransparentLayerDC(GraphicsContextPlatformPrivate* data, IntRect& origRect, const IntRect* rectBeforeTransform, int alpha, bool paintImage)
477 m_data->m_opacity *= alpha / 255.;
643 if (fillColor().alpha()) {
672 if (!m_data->m_opacity || paintingDisabled() || strokeStyle() == NoStroke || !strokeColor().alpha())
684 TransparentLayerDC transparentDC(m_data, lineRect, 0, strokeColor().alpha());
702 if (!m_data->m_opacity || paintingDisabled() || (!fillColor().alpha() && strokeStyle() == NoStroke))
718 if (fillColor().alpha()) {
900 if (fillColor().alpha()) {
937 int alpha = color.alpha(); local
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 255 int alpha; /* weight for I frame */ member in struct:tagAVCRateControl
  /frameworks/base/core/java/android/view/
WindowManager.java 1029 public float alpha = 1.0f; field in class:WindowManager.LayoutParams
    [all...]
  /frameworks/base/core/java/android/widget/
ImageView.java 151 int alpha = a.getInt(com.android.internal.R.styleable.ImageView_drawableAlpha, 255); local
152 if (alpha != 255) {
153 setAlpha(alpha);
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
FragmentManager.java 687 AlphaAnimation alpha = new AlphaAnimation(startAlpha, endAlpha); local
688 alpha.setInterpolator(DECELERATE_CUBIC);
689 alpha.setDuration(ANIM_DUR);
690 set.addAnimation(alpha);
    [all...]
  /gdk/samples/quake/jni/
gl_draw.cpp 137 qboolean alpha; member in struct:textureStore::entry
226 e->alpha);
237 qboolean alpha) {
250 e->alpha = alpha;
271 e->alpha);
912 void Draw_AlphaPic (int x, int y, packedGlpic_t *ppic, float alpha)
926 glColor4f (1,1,1,alpha);
1412 // #define USE_16BPP_WITH_5551_ALPHA // <--- This has bugs on the simulator and the device. (Device has all alpha images invisible.)
    [all...]
  /packages/apps/Browser/src/com/android/browser/
TabBar.java 430 ObjectAnimator alpha = ObjectAnimator.ofFloat(tv, "alpha", 1.0f, 0.0f); local
432 animator.playTogether(scalex, scaley, alpha);
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java 536 public void setAnimateTodayAlpha(int alpha) {
537 mAnimateTodayAlpha = alpha;
662 int alpha = p.getAlpha(); local
670 p.setAlpha(alpha);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLCanvasImpl.java 122 public void setAlpha(float alpha) {
123 Utils.assertTrue(alpha >= 0 && alpha <= 1);
124 mAlpha = alpha;
131 public void multiplyAlpha(float alpha) {
132 Utils.assertTrue(alpha >= 0 && alpha <= 1);
133 mAlpha *= alpha;
267 float alpha = mAlpha; local
271 && (!tex.isOpaque() || alpha < OPAQUE_ALPHA))
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 60 * mHintAnimator: Slowly turns up the alpha of the "Touch to Beam" hint
211 PropertyValuesHolder alphaDown = PropertyValuesHolder.ofFloat("alpha",
232 PropertyValuesHolder fadeIn = PropertyValuesHolder.ofFloat("alpha", 1.0f);
239 PropertyValuesHolder alphaUp = PropertyValuesHolder.ofFloat("alpha", TEXT_HINT_ALPHA_RANGE);
361 PropertyValuesHolder scaleUpAlpha = PropertyValuesHolder.ofFloat("alpha",
372 PropertyValuesHolder alpha = PropertyValuesHolder.ofFloat("alpha", local
374 mFastSendAnimator.setValues(postX, postY, alpha);
376 // Reset the fadeIn parameters to start from alpha 1
377 PropertyValuesHolder fadeIn = PropertyValuesHolder.ofFloat("alpha",
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 229 "(nop) alpha test", scanline_noop, init_y_noop },
818 // alpha-test
821 GGLcolor alpha = (uint64_t(fragment.c[0]) * local
825 case GGL_LESS: if (alpha<ref) break; goto discard;
826 case GGL_EQUAL: if (alpha==ref) break; goto discard;
827 case GGL_LEQUAL: if (alpha<=ref) break; goto discard;
828 case GGL_GREATER: if (alpha>ref) break; goto discard;
829 case GGL_NOTEQUAL: if (alpha!=ref) break; goto discard;
830 case GGL_GEQUAL: if (alpha>=ref) break; goto discard;
    [all...]
  /external/chromium/chrome/common/extensions/
extension.cc 1879 double alpha = 0.0; local
    [all...]
  /external/icu4c/test/intltest/
transtst.cpp 366 "$alpha = [a-zA-Z];"
367 "$alphanumeric = [$digit $alpha];" // ***
778 UChar alpha = 0x3B1; local
788 // sigma alpha upsilon nu -> saun
790 sayn.append(sigma).append(alpha).append(upsilon).append(nu);
795 "$alpha = \\u03B1;"
799 "$vowel = [aeiouAEIOU$alpha$ypsilon];"
801 "a <> $alpha;"
947 "pre {alpha} post > | @ ALPHA ;"
    [all...]
  /external/opencv/cv/src/
cvhaar.cpp 81 float* alpha; member in struct:CvHidHaarClassifier
311 hid_classifier->alpha = alpha_ptr;
330 memcpy( alpha_ptr, classifier->alpha, (node_count+1)*sizeof(alpha_ptr[0]));
370 ipp_val1[j] = classifier->alpha[0];
371 ipp_val2[j] = classifier->alpha[1];
684 return classifier->alpha[-idx];
777 a = classifier->alpha[0];
778 b = classifier->alpha[1];
796 a = classifier->alpha[0];
797 b = classifier->alpha[1]
    [all...]

Completed in 4879 milliseconds

<<1112131415