Searched defs:sA (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/swrast/
H A Ds_blend.c494 GLfloat sR, sG, sB, sA; /* Source factor */ local
575 sA = 0.0F;
578 sA = 1.0F;
581 sA = Ad;
584 sA = 1.0F - Ad;
587 sA = As;
590 sA = 1.0F - As;
593 sA = Ad;
596 sA = 1.0F - Ad;
599 sA
[all...]
/external/skia/src/core/
H A DSkComposeShader.cpp19 SkComposeShader::SkComposeShader(SkShader* sA, SkShader* sB, SkXfermode* mode) { argument
20 fShaderA = sA; sA->ref();
H A DSkScalerContext.cpp712 void SkScalerContextRec::computeMatrices(PreMatrixScale preMatrixScale, SkVector* s, SkMatrix* sA, argument
741 sA->setScale(0, 0);
804 // The 'remaining' matrix sA is the total matrix A without the scale.
809 // If GA == A and kFull_PreMatrixScale, sA is identity.
810 // If GA == A and kVertical_PreMatrixScale and A.scaleX == A.scaleY, sA is identity.
811 sA->reset();
813 // If GA == A and kVertical_PreMatrixScale, sA.scaleY is SK_Scalar1.
814 sA->reset();
815 sA->setScaleX(A.getScaleX() / s->fY);
818 *sA
[all...]
/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp398 AString sA; local
405 sA += (char)c;
408 f.NameA = sA;
/external/mesa3d/include/CL/
H A Dcl_platform.h479 __extension__ struct{ cl_char s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon13673::__anon13675
554 __extension__ struct{ cl_uchar s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon13689::__anon13691
629 __extension__ struct{ cl_short s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon13705::__anon13707
704 __extension__ struct{ cl_ushort s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon13721::__anon13723
778 __extension__ struct{ cl_int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon13737::__anon13739
853 __extension__ struct{ cl_uint s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon13753::__anon13755
927 __extension__ struct{ cl_long s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon13769::__anon13771
1002 __extension__ struct{ cl_ulong s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon13785::__anon13787
1078 __extension__ struct{ cl_float s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon13801::__anon13803
1153 __extension__ struct{ cl_double s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, s member in struct:__anon13817::__anon13819
[all...]
/external/opencv/cv/src/
H A Dcvlkpyramid.cpp1146 CvMat *sA = 0, *sB = 0; local
1195 CV_CALL( sA = cvCreateMat( sz1.height, sz1.width, CV_8UC1 ));
1204 cvResize( gray, sA, CV_INTER_AREA );
1210 cvResize( gray, sA, CV_INTER_AREA );
1216 cvResize( gray, sA, CV_INTER_AREA );
1221 A = sA;
1382 cvReleaseMat( &sA );
/external/skia/src/ports/
H A DSkFontHost_win.cpp619 // When GDI hinting, remove the entire Y scale from sA and GsA. (Prevents 'linear' metrics.)
620 // When not hinting, remove only the integer Y scale from sA and GsA. (Applied by GDI.)
626 SkMatrix sA; local
629 fRec.computeMatrices(scaleConstraints, &scale, &sA, &GsA, &fG_inv, &A);
637 // The sA and GsA transforms will be used to create 'linear' metrics.
640 // non-integer scales. This is done so that sA and GsA are computed without any 'residual'
643 // removed from sA and GsA, so GDI will be handling the scale completely.
690 xform.eM11 = SkScalarToFloat(sA.get(SkMatrix::kMScaleX));
691 xform.eM12 = SkScalarToFloat(sA.get(SkMatrix::kMSkewY));
692 xform.eM21 = SkScalarToFloat(sA
[all...]

Completed in 1622 milliseconds