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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/graphics/filters/
FEOffset.h 33 static PassRefPtr<FEOffset> create(Filter*, float dx, float dy);
38 float dy() const;
49 FEOffset(Filter*, float dx, float dy);
FEOffset.cpp 36 FEOffset::FEOffset(Filter* filter, float dx, float dy)
39 , m_dy(dy)
43 PassRefPtr<FEOffset> FEOffset::create(Filter* filter, float dx, float dy)
45 return adoptRef(new FEOffset(filter, dx, dy));
58 float FEOffset::dy() const function in class:WebCore::FEOffset
63 void FEOffset::setDy(float dy)
65 m_dy = dy;
107 ts << " dx=\"" << dx() << "\" dy=\"" << dy() << "\"]\n";
  /frameworks/base/graphics/java/android/graphics/
LayerRasterizer.java 29 public void addLayer(Paint paint, float dx, float dy) {
30 nativeAddLayer(native_instance, paint.mNativePaint, dx, dy);
38 private static native void nativeAddLayer(int native_layer, int native_paint, float dx, float dy);
  /external/skia/src/core/
SkBitmap_scroll.cpp 4 bool SkBitmap::scrollRect(const SkIRect* subset, int dx, int dy,
12 tmp.scrollRect(NULL, dx, dy, inval);
38 if ((dx | dy) == 0 || width <= 0 || height <= 0) {
53 r.offset(dx, dy);
78 if (dy <= 0) {
79 src -= dy * rowBytes;
80 height += dy;
82 dst += dy * rowBytes;
83 height -= dy;
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_FindMVpred.c 92 CandMV.dx = CandMV.dy = 0;
169 pDstMVPred->dy = armMedianOf3 (pCandMV1->dy, pCandMV2->dy, pCandMV3->dy);
176 pDstMVPredME[0].dy = pCandMV1->dy;
178 pDstMVPredME[1].dy = pCandMV2->dy;
180 pDstMVPredME[2].dy = pCandMV3->dy
    [all...]
omxVCM4P2_EncodeMV.c 110 dstMVPredME[i].dy = 0;
143 diffMV.dy = pMVCurMB[iBlk].dy - dstMVPred.dy;
163 if (diffMV.dy == 0)
170 mvVerResidual = ( armAbs(diffMV.dy) - 1) % scaleFactor;
171 mvVerData = (armAbs(diffMV.dy) - mvVerResidual + (scaleFactor - 1))
173 if (diffMV.dy < 0)
200 if ((fcodeForward > 1) && (diffMV.dy != 0))
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbelo.h 37 void eloConvertXY(_THIS, int *dx, int *dy);
47 int eloParsePacket(unsigned char* mousebuf, int* dx, int* dy, int* button_state);
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_InterpolateChroma.c 38 * [in] dy Fractional part of vertical motion vector component
52 * dx or dy is out of range [0-7].
67 OMX_S32 dy,
72 ((OMX_U8*)pSrc, srcStep, pDst, dstStep, roi.width, roi.height, dx, dy);
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_InterpolateChroma.c 38 * [in] dy Fractional part of vertical motion vector component
52 * dx or dy is out of range [0-7].
67 OMX_S32 dy,
72 ((OMX_U8*)pSrc, srcStep, pDst, dstStep, roi.width, roi.height, dx, dy);
  /packages/apps/Calendar/src/com/android/calendar/
EventGeometry.java 144 float dy = top - y; local
145 return (float) Math.sqrt(dx * dx + dy * dy);
149 float dy = y - bottom; local
150 return (float) Math.sqrt(dx * dx + dy * dy);
159 float dy = top - y; local
160 return (float) Math.sqrt(dx * dx + dy * dy);
164 float dy = y - bottom local
    [all...]
  /external/opencv/cvaux/src/
cvlines.cpp 49 int dx = end.x - start.x, dy = end.y - start.y;
63 dy = -dy;
70 i = dy >> 31;
71 dy = (dy ^ i) - i;
74 if( dx > dy )
84 dy += dy;
87 int mask = (err -= dy) < 0 ? -1 : 0
    [all...]
  /external/freetype/src/autofit/
afangles.c 100 * dy * PI / (|dx|+|dy|)
106 FT_Fixed dy )
110 FT_Fixed ay = dy;
124 angle = ( AF_ANGLE_PI2 * dy ) / ( ax + ay );
185 FT_Fixed dy )
191 if ( dy == 0 )
201 if ( dy < 0 )
210 dy = -dy;
    [all...]
  /system/media/mca/filterpacks/base/native/
geometry.cpp 82 const float dy = height * (current_ratio / ratio - 1.0f); local
83 y -= dy / 2.0f;
84 height += dy;
99 const float dy = height * (length / current_length - 1.0f); local
100 y -= dy / 2.0f;
101 height += dy;
124 const float dy = height * (f - 1.0f); local
125 y -= dy / 2.0f;
126 height += dy;
138 Point dy = vert_axis
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aaevents_c.h 30 extern void AA_mousecallback(int button, int dx, int dy,
  /external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgaevents_c.h 30 extern void SVGA_mousecallback(int button, int dx, int dy,
  /external/webkit/Source/WebCore/svg/
SVGFEOffsetElement.idl 32 readonly attribute SVGAnimatedNumber dy;
SVGTextPositioningElement.idl 32 readonly attribute SVGAnimatedLengthList dy;
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_Interpolate_Chroma.c 37 * [in] dy Fractional part of vertical motion vector
53 OMX_U32 dy
57 OMX_U32 EightMinusdy = 8 - dy;
65 armRetArgErrIf(dy > 7, OMX_Sts_BadArgErr)
72 if (dx != 0 || dy != 0)
76 CCoeff = EightMinusdx * dy;
77 DCoeff = dx * dy;
armVCM4P10_Interpolate_Luma.c 80 * [in] dy Fractional part of vertical motion vector
97 OMX_U32 dy
108 armRetArgErrIf(dy > 3, OMX_Sts_BadArgErr)
115 if (dy == 3)
123 if (dx == 0 && dy == 0)
128 else if (dy == 0)
146 if (dy == 1 || dy == 3)
152 else if (dx == 2 || dy == 2)
167 if (dy == 1 || dy == 3
    [all...]
omxVCM4P10_BlockMatch_Quarter.c 127 initialMV.dy = pSrcDstBestMV->dy;
136 pTempSrcRefY = pSrcRefY + (nSrcRefStep * (initialMV.dy/4)) + (initialMV.dx/4);
145 pelPosY = (initialMV.dy % 4) + y;
156 candMV.dy = initialMV.dy + y;
180 diffMV.dy = candMV.dy - pMVPred->dy;
185 candMV.dy,
    [all...]
omxVCM4P10_BlockMatch_Half.c 126 integerMV.dy = pSrcDstBestMV->dy;
135 pTempSrcRefY = pSrcRefY + (nSrcRefStep * (integerMV.dy/4)) + (integerMV.dx/4);
148 candMV.dy = integerMV.dy + y * 2;
172 diffMV.dy = candMV.dy - pMVPred->dy;
177 candMV.dy,
armVCM4P10_CompareMotionCostToMV.c 104 sizeCodeNum += armVCM4P10_ExpGolBitsUsed (diffMV.dy);
114 bestMV->dy = mvY;
122 if ( (mvX * mvX + mvY * mvY) < ((bestMV->dx * bestMV->dx) + (bestMV->dy * bestMV->dy)) )
126 bestMV->dy = mvY;
  /system/media/mca/filterfw/native/core/
geometry.cpp 83 const float dy = height * (current_ratio / ratio - 1.0f); local
84 y -= dy / 2.0f;
85 height += dy;
100 const float dy = height * (length / current_length - 1.0f); local
101 y -= dy / 2.0f;
102 height += dy;
125 const float dy = height * (f - 1.0f); local
126 y -= dy / 2.0f;
127 height += dy;
  /external/opencv/cv/src/
_cvgeom.h 49 float dy = pt2.y - pt1.y; local
51 return cvSqrt( dx*dx + dy*dy );
  /external/quake/quake/src/WinQuake/
in_sun.cpp 183 int dx, dy; local
197 dy = global_dy;
200 // printf("GOT: dx %d dy %d\n", dx, dy);
203 dy *= sensitivity.value;
210 dy = .6 * dy;
215 dy = .6 * dy + .4 * last_dy;
219 last_dy = dy;
    [all...]

Completed in 1153 milliseconds

1 2 3 4 5 6 7 8 91011>>