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

1 2 3 4 5 6 7 8 91011>>

  /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);
Path.java 195 * @param dy The amount to add to the y-coordinate of the end of the
198 public void rMoveTo(float dx, float dy) {
199 native_rMoveTo(mNativePath, dx, dy);
221 * @param dy The amount to add to the y-coordinate of the previous point on
224 public void rLineTo(float dx, float dy) {
225 native_rLineTo(mNativePath, dx, dy);
445 * Add a copy of src to the path, offset by (dx,dy)
450 public void addPath(Path src, float dx, float dy) {
451 native_addPath(mNativePath, src.mNativePath, dx, dy);
473 * Offset the path by (dx,dy), returning true on succes
    [all...]
  /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;
SkBitmapShaderTemplate.h 76 SkFixed fx, fy, dx, dy; local
122 // now init fx, fy, dx, dy
132 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy); local
136 dy = SkScalarToFixed(inv.getSkewY());
145 dy >>= level;
149 if (dy == 0)
170 else // dy != 0
178 fy += dy;
188 fy += dy;
220 SkFixed fx, fy, dx, dy; local
255 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy); local
    [all...]
  /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/libs/rs/java/Film/res/raw/
filmimage.c 16 int dx, dy, idx; local
45 dy = scriptRand(con, 0x10000) - 0x8000;
49 storeI32(con, 2, idx + 1, dy);
67 dy = loadI32(con, 2, srcIdx + 1);
83 storeI32(con, 1, dstIdx + 5, posy + dy * 4);
87 storeI32(con, 1, dstIdx + 8, posy + dy * 4);
90 if (dy > 0) {
91 dy = (-dy) >> 1;
96 posy = posy + dy;
    [all...]
  /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/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...]
  /frameworks/base/graphics/java/com/android/internal/graphics/
NativeUtils.java 36 * @param dy vertical offset
39 int dx, int dy);
  /packages/apps/Browser/src/com/android/browser/
MeshTracker.java 80 private void doit1(float dx, float dy) {
83 dy *= scale;
94 if (dy < 0) {
99 mCubics[index*2 + 1] = mOrig[index*2 + 1] + dy;
100 mCubics[index*2 + 3] = mOrig[index*2 + 3] + dy;
103 private void doit2(float dx, float dy) {
106 dy *= scale;
123 if (dy < 0) {
128 mCubics[index*2 + 1] = mOrig[index*2 + 1] + dy;
129 mCubics[index*2 + 3] = mOrig[index*2 + 3] + dy;
    [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/WebCore/svg/
SVGFEOffsetElement.idl 32 readonly attribute SVGAnimatedNumber dy;
SVGTextPositioningElement.idl 32 readonly attribute SVGAnimatedLengthList dy;
  /external/webkit/WebCore/svg/graphics/filters/
SVGFEOffset.cpp 34 FEOffset::FEOffset(FilterEffect* in, const float& dx, const float& dy)
38 , m_dy(dy)
42 PassRefPtr<FEOffset> FEOffset::create(FilterEffect* in, const float& dx, const float& dy)
44 return adoptRef(new FEOffset(in, dx, dy));
57 float FEOffset::dy() const function in class:WebCore::FEOffset
62 void FEOffset::setDy(float dy)
64 m_dy = dy;
105 ts << " [dx=" << dx() << " dy=" << dy() << "]";
  /frameworks/base/libs/rs/java/Fountain/res/raw/
fountain.c 38 float dy = p->delta.y + 0.15f; local
39 float posy = p->position.y + dy;
40 if ((posy > height) && (dy > 0)) {
41 dy *= -0.3f;
43 p->delta.y = 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...]
  /frameworks/base/core/jni/android/graphics/
LayerRasterizer.cpp 10 static void addLayer(JNIEnv* env, jobject, SkLayerRasterizer* layer, const SkPaint* paint, float dx, float dy) {
13 layer->addLayer(*paint, SkFloatToScalar(dx), SkFloatToScalar(dy));
  /external/qemu/
user-events.h 24 void user_event_mouse(int dx, int dy, int dz, unsigned buttons_state);
user-events-qemu.c 45 user_event_mouse(int dx, int dy, int dz, unsigned buttons_state)
47 kbd_mouse_event(dx, dy, dz, buttons_state);
  /frameworks/base/include/ui/
Region.h 79 Region& translateSelf(int dx, int dy);
80 Region& orSelf(const Region& rhs, int dx, int dy);
81 Region& andSelf(const Region& rhs, int dx, int dy);
82 Region& subtractSelf(const Region& rhs, int dx, int dy);
85 const Region translate(int dx, int dy) const;
86 const Region merge(const Region& rhs, int dx, int dy) const;
87 const Region intersect(const Region& rhs, int dx, int dy) const;
88 const Region subtract(const Region& rhs, int dx, int dy) const;
135 Region& operationSelf(const Region& r, int dx, int dy, int op);
138 const Region operation(const Region& rhs, int dx, int dy, int op) const
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path.java 221 * @param dy The amount to add to the y-coordinate of the end of the
224 public void rMoveTo(float dx, float dy) {
226 dy += mLastY;
227 mPath.moveTo(mLastX = dx, mLastY = dy);
249 * @param dy The amount to add to the y-coordinate of the previous point on
252 public void rLineTo(float dx, float dy) {
257 dy += mLastY;
258 mPath.lineTo(mLastX = dx, mLastY = dy);
518 * Add a copy of src to the path, offset by (dx,dy)
523 public void addPath(Path src, float dx, float dy) {
    [all...]
  /external/webkit/WebCore/rendering/
RenderOverflow.h 78 void move(int dx, int dy);
114 inline void RenderOverflow::move(int dx, int dy)
116 m_topLayoutOverflow += dy;
117 m_bottomLayoutOverflow += dy;
121 m_topVisualOverflow += dy;
122 m_bottomVisualOverflow += dy;
  /external/skia/src/effects/
SkEmbossMask.cpp 73 for (int dy = 0; dy <= 255/2; dy++)
75 if ((dy & 15) == 0)
78 uint16_t value = SkToU16((1 << 15) / SkSqrt32(dx * dx + dy * dy + kDelta*kDelta/4));
81 if (dx * 128 + dy < 128*128-1)
83 if ((dy & 15) == 15)
  /frameworks/base/core/jni/
com_android_internal_graphics_NativeUtils.cpp 37 static jboolean scrollRect(JNIEnv* env, jobject graphics2D, jobject canvas, jobject rect, int dx, int dy) {
50 return bitmap.scrollRect(srcPtr, dx, dy, NULL);

Completed in 1885 milliseconds

1 2 3 4 5 6 7 8 91011>>