HomeSort by relevance Sort by last modified time
    Searched refs:in2 (Results 1 - 25 of 36) sorted by null

1 2

  /external/quake/quake/src/QW/client/
mathlib.c 431 void R_ConcatRotations (float in1[3][3], float in2[3][3], float out[3][3])
433 out[0][0] = in1[0][0] * in2[0][0] + in1[0][1] * in2[1][0] +
434 in1[0][2] * in2[2][0];
435 out[0][1] = in1[0][0] * in2[0][1] + in1[0][1] * in2[1][1] +
436 in1[0][2] * in2[2][1];
437 out[0][2] = in1[0][0] * in2[0][2] + in1[0][1] * in2[1][2] +
438 in1[0][2] * in2[2][2]
    [all...]
mathlib.h 61 void R_ConcatRotations (float in1[3][3], float in2[3][3], float out[3][3]);
62 void R_ConcatTransforms (float in1[3][4], float in2[3][4], float out[3][4]);
  /external/quake/quake/src/WinQuake/
mathlib.cpp 433 void R_ConcatRotations (float in1[3][3], float in2[3][3], float out[3][3])
435 out[0][0] = in1[0][0] * in2[0][0] + in1[0][1] * in2[1][0] +
436 in1[0][2] * in2[2][0];
437 out[0][1] = in1[0][0] * in2[0][1] + in1[0][1] * in2[1][1] +
438 in1[0][2] * in2[2][1];
439 out[0][2] = in1[0][0] * in2[0][2] + in1[0][1] * in2[1][2] +
440 in1[0][2] * in2[2][2];
    [all...]
mathlib.h 61 void R_ConcatRotations (float in1[3][3], float in2[3][3], float out[3][3]);
62 void R_ConcatTransforms (float in1[3][4], float in2[3][4], float out[3][4]);
  /frameworks/base/libs/rs/
rsUtils.h 45 T rsMin(T in1, T in2)
47 if (in1 > in2) {
48 return in2;
54 T rsMax(T in1, T in2)
56 if (in1 < in2) {
57 return in2;
  /external/webkit/WebCore/svg/
SVGFEBlendElement.idl 39 readonly attribute SVGAnimatedString in2;
SVGFEDisplacementMapElement.idl 38 readonly attribute SVGAnimatedString in2;
SVGFEBlendElement.h 40 DECLARE_ANIMATED_PROPERTY(SVGFEBlendElement, SVGNames::in2Attr, String, In2, in2)
SVGFEDisplacementMapElement.h 42 DECLARE_ANIMATED_PROPERTY(SVGFEDisplacementMapElement, SVGNames::in2Attr, String, In2, in2)
SVGFECompositeElement.idl 40 readonly attribute SVGAnimatedString in2;
SVGFECompositeElement.h 41 DECLARE_ANIMATED_PROPERTY(SVGFECompositeElement, SVGNames::in2Attr, String, In2, in2)
SVGFEBlendElement.cpp 85 FilterEffect* input2 = filterResource->builder()->getEffectById(in2());
SVGFEDisplacementMapElement.cpp 100 FilterEffect* input2 = filterResource->builder()->getEffectById(in2());
SVGFECompositeElement.cpp 108 FilterEffect* input2 = filterResource->builder()->getEffectById(in2());
  /external/webkit/WebCore/platform/graphics/filters/
FEBlend.cpp 38 FEBlend::FEBlend(FilterEffect* in, FilterEffect* in2, BlendModeType mode)
41 , m_in2(in2)
46 PassRefPtr<FEBlend> FEBlend::create(FilterEffect* in, FilterEffect* in2, BlendModeType mode)
48 return adoptRef(new FEBlend(in, in2, mode));
51 FilterEffect* FEBlend::in2() const function in class:WebCore::FEBlend
56 void FEBlend::setIn2(FilterEffect* in2)
58 m_in2 = in2;
FEBlend.h 45 FilterEffect* in2() const;
FilterEffect.cpp 45 FloatRect FilterEffect::calculateUnionOfChildEffectSubregions(Filter* filter, FilterEffect* in, FilterEffect* in2)
48 uniteEffectRect.unite(in2->calculateEffectRect(filter));
FEComposite.cpp 35 FEComposite::FEComposite(FilterEffect* in, FilterEffect* in2, const CompositeOperationType& type,
39 , m_in2(in2)
48 PassRefPtr<FEComposite> FEComposite::create(FilterEffect* in, FilterEffect* in2, const CompositeOperationType& type,
51 return adoptRef(new FEComposite(in, in2, type, k1, k2, k3, k4));
  /external/webkit/WebCore/svg/graphics/filters/
SVGFEConvolveMatrix.cpp 31 FEConvolveMatrix::FEConvolveMatrix(FilterEffect* in, FilterEffect* in2, const FloatSize& kernelSize,
36 , m_in2(in2)
48 PassRefPtr<FEConvolveMatrix> FEConvolveMatrix::create(FilterEffect* in, FilterEffect* in2, const FloatSize& kernelSize,
52 return adoptRef(new FEConvolveMatrix(in, in2, kernelSize, divisor, bias, targetOffset, edgeMode, kernelUnitLength,
SVGFEDisplacementMap.cpp 36 FEDisplacementMap::FEDisplacementMap(FilterEffect* in, FilterEffect* in2, ChannelSelectorType xChannelSelector,
40 , m_in2(in2)
47 PassRefPtr<FEDisplacementMap> FEDisplacementMap::create(FilterEffect* in, FilterEffect* in2,
50 return adoptRef(new FEDisplacementMap(in, in2, xChannelSelector, yChannelSelector, scale));
158 ts << " [in2=" << m_in2.get() << "]"
  /external/openssl/crypto/des/
xcbc_enc.c 120 register const unsigned char *in2; local
125 in2 = &(*inw)[0];
126 c2l(in2,inW0);
127 c2l(in2,inW1);
128 in2 = &(*outw)[0];
129 c2l(in2,outW0);
130 c2l(in2,outW1);
  /dalvik/libcore/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
CharsetEncoderTest.java 197 CharBuffer in2 = CharBuffer.wrap("\udc00"); local
203 result = encoder.encode(in2, out, true);
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorTest.java 162 AutoCloseInputStream in2 = new AutoCloseInputStream(pf); local
164 assertEquals(0, in2.read());
169 in2.close();
  /external/guava/src/com/google/common/io/
ByteStreams.java 581 InputStream in2 = supplier2.getInput();
585 int read2 = read(in2, buf2, 0, BUF_SIZE);
595 Closeables.close(in2, threw);
  /external/openssl/crypto/rc4/asm/
rc4-ia64.S 94 { .mib; ADDP inp=0,in2

Completed in 619 milliseconds

1 2