Home
last modified time | relevance | path

Searched defs:dx (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/external/qemu-pc-bios/vgabios/
Dvbe.c253 mov dx, # VBE_DISPI_IOPORT_INDEX local
255 out dx, ax local
256 mov dx, # VBE_DISPI_IOPORT_DATA local
427 out dx, ax variable
429 mov dx, # VBE_DISPI_IOPORT_DATA variable
430 out dx, ax variable
438 out dx, ax variable
439 mov dx, # VBE_DISPI_IOPORT_DATA variable
449 out dx, ax variable
451 mov dx, # VBE_DISPI_IOPORT_DATA variable
[all …]
Dclext.c391 mov dx, #0x3C4 variable
392 out dx, al variable
399 out dx, ax variable
401 out dx, ax variable
403 mov dx, #0x3CE variable
404 out dx, ax variable
406 out dx, ax variable
430 mov dx, #0x3C4 variable
431 out dx, ax variable
607 mov dx, #0x3c4 variable
[all …]
/external/webkit/Source/WebCore/platform/graphics/filters/
DFEOffset.cpp36 FEOffset::FEOffset(Filter* filter, float dx, float dy) in FEOffset()
43 PassRefPtr<FEOffset> FEOffset::create(Filter* filter, float dx, float dy) in create()
48 float FEOffset::dx() const in dx() function in WebCore::FEOffset
53 void FEOffset::setDx(float dx) in setDx()
/external/skia/tests/
DClampRangeTest.cpp50 SkFixed fx, SkFixed dx, int count) { in slow_check()
83 static void test_range(SkFixed fx, SkFixed dx, int count) { in test_range()
117 SkFixed dx = (sx - fx) / count; in TestClampRange() local
124 SkFixed dx = rand.nextS(); in TestClampRange() local
/external/opencv/cv/src/
Dcvdominants.cpp144 float dx, dy; in icvFindDominantPointsIPAN() local
165 float dx, dy; in icvFindDominantPointsIPAN() local
191 float dx, dy; in icvFindDominantPointsIPAN() local
215 float dx, dy; in icvFindDominantPointsIPAN() local
248 float dx, dy; in icvFindDominantPointsIPAN() local
Dcvapprox.cpp172 int dx, dy; in icvApproximateChainTC89() local
581 int dx, dy, dist; in icvApproxPolyDP_32s() local
630 int dx, dy, dist, max_dist = 0; in icvApproxPolyDP_32s() local
688 int dx, dy, dist; in icvApproxPolyDP_32s() local
786 double dx, dy, dist; in icvApproxPolyDP_32f() local
835 double dx, dy, dist, max_dist = 0; in icvApproxPolyDP_32f() local
893 double dx, dy, dist; in icvApproxPolyDP_32f() local
Dcvrotcalipers.cpp120 double dx, dy; in icvRotatingCalipers() local
250 float dx = points[seq[opposite_el]].x - points[seq[main_element]].x; in icvRotatingCalipers() local
271 float dx = points[seq[1]].x - points[seq[3]].x; in icvRotatingCalipers() local
453 double dx = points[1].x - points[0].x; in cvMinAreaRect2() local
Dcvpgh.cpp193 double dx, dy; in icvCalcPGH() local
215 int dx, dy; in icvCalcPGH() local
/external/jmonkeyengine/engine/src/core/com/jme3/input/event/
DMouseMotionEvent.java44 private int x, y, dx, dy, wheel, deltaWheel; field in MouseMotionEvent
46 public MouseMotionEvent(int x, int y, int dx, int dy, int wheel, int deltaWheel) { in MouseMotionEvent()
/external/skia/src/core/
DSkPoint.cpp93 static inline float getLengthSquared(float dx, float dy) { in getLengthSquared()
103 static inline bool isLengthNearlyZero(float dx, float dy, in isLengthNearlyZero()
121 SkScalar SkPoint::Length(SkScalar dx, SkScalar dy) { in Length()
141 static inline void getLengthSquared(SkScalar dx, SkScalar dy, Sk64 *result) { in getLengthSquared()
155 static inline bool isLengthNearlyZero(SkScalar dx, SkScalar dy, in isLengthNearlyZero()
182 bool SkPoint::CanNormalize(SkScalar dx, SkScalar dy) { in CanNormalize()
187 SkScalar SkPoint::Length(SkScalar dx, SkScalar dy) { in Length()
359 SkFixed dx = x; in setLength() local
DSkEdge.cpp150 static inline SkFDot6 cheap_distance(SkFDot6 dx, SkFDot6 dy) in cheap_distance()
162 static inline int diff_to_shift(SkFDot6 dx, SkFDot6 dy) in diff_to_shift()
219 SkFDot6 dx = ((x1 << 1) - x0 - x2) >> 2; in setQuadratic() local
281 SkFixed dx = fQDx; in updateQuadratic() local
391 SkFDot6 dx = cubic_delta_from_line(x0, x1, x2, x3); in setCubic() local
DSkBitmapProcState_matrix.h72 const SkFractionalInt dx = s.fInvSxFractionalInt; in SCALE_NOFILTER_NAME() local
125 SkFractionalInt dx = s.fInvSxFractionalInt; in AFFINE_NOFILTER_NAME() local
186 const SkFractionalInt dx = s.fInvSxFractionalInt; in SCALE_FILTER_NAME() local
233 SkFixed dx = s.fInvSx; in AFFINE_FILTER_NAME() local
/external/skia/gm/
Drrect.cpp15 static void inset0(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset0()
35 static void inset1(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset1()
51 static void inset2(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset2()
79 static void inset3(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset3()
Dspritebitmap.cpp25 int dx, int dy, SkImageFilter* filter = NULL) { in draw_2_bitmaps()
78 int dx = 10; in onDraw() local
/external/skia/bench/
DInterpBench.cpp51 virtual void performTest(int16_t dst[], float fx, float dx, int count) SK_OVERRIDE { in performTest()
70 virtual void performTest(int16_t dst[], float fx, float dx, int count) SK_OVERRIDE { in performTest()
101 virtual void performTest(int16_t dst[], float fx, float dx, int count) SK_OVERRIDE { in performTest()
121 virtual void performTest(int16_t dst[], float fx, float dx, int count) SK_OVERRIDE { in performTest()
139 virtual void performTest(int16_t dst[], float fx, float dx, int count) SK_OVERRIDE { in performTest()
/external/skia/src/effects/gradients/
DSkClampRange.cpp16 static int chop(int64_t x0, SkFixed edge, int64_t x1, int64_t dx, int count) { in chop()
63 int64_t dx = dx0; in init() local
DSkLinearGradient.cpp126 void shadeSpan_linear_vertical_lerp(TileProc proc, SkFixed dx, SkFixed fx, in shadeSpan_linear_vertical_lerp()
149 void shadeSpan_linear_clamp(TileProc proc, SkFixed dx, SkFixed fx, in shadeSpan_linear_clamp()
186 void shadeSpan_linear_mirror(TileProc proc, SkFixed dx, SkFixed fx, in shadeSpan_linear_mirror()
199 void shadeSpan_linear_repeat(TileProc proc, SkFixed dx, SkFixed fx, in shadeSpan_linear_repeat()
231 SkFixed dx, fx = SkScalarToFixed(srcPt.fX); in shadeSpan() local
322 void shadeSpan16_linear_vertical(TileProc proc, SkFixed dx, SkFixed fx, in shadeSpan16_linear_vertical()
334 void shadeSpan16_linear_clamp(TileProc proc, SkFixed dx, SkFixed fx, in shadeSpan16_linear_clamp()
371 void shadeSpan16_linear_mirror(TileProc proc, SkFixed dx, SkFixed fx, in shadeSpan16_linear_mirror()
385 void shadeSpan16_linear_repeat(TileProc proc, SkFixed dx, SkFixed fx, in shadeSpan16_linear_repeat()
413 SkFixed dx, fx = SkScalarToFixed(srcPt.fX); in shadeSpan16() local
/external/skia/legacy/src/core/
DSkClampRange.cpp16 static int chop(int64_t x0, SkFixed edge, int64_t x1, int64_t dx, int count) { in chop()
63 int64_t dx = dx0; in init() local
DSkEdge.cpp142 static inline SkFDot6 cheap_distance(SkFDot6 dx, SkFDot6 dy) in cheap_distance()
154 static inline int diff_to_shift(SkFDot6 dx, SkFDot6 dy) in diff_to_shift()
211 SkFDot6 dx = ((x1 << 1) - x0 - x2) >> 2; in setQuadratic() local
254 SkFixed dx = fQDx; in updateQuadratic() local
364 SkFDot6 dx = cubic_delta_from_line(x0, x1, x2, x3); in setCubic() local
DSkBitmapProcState_matrix.h56 const SkFixed dx = s.fInvSx; in SCALE_NOFILTER_NAME() local
110 SkFixed dx = s.fInvSx; in AFFINE_NOFILTER_NAME() local
170 const SkFixed dx = s.fInvSx; in SCALE_FILTER_NAME() local
218 SkFixed dx = s.fInvSx; in AFFINE_FILTER_NAME() local
DSkPoint.cpp103 bool SkPoint::CanNormalize(SkScalar dx, SkScalar dy) { in CanNormalize()
108 SkScalar SkPoint::Length(SkScalar dx, SkScalar dy) { in Length()
127 bool SkPoint::CanNormalize(SkScalar dx, SkScalar dy) { in CanNormalize()
144 SkScalar SkPoint::Length(SkScalar dx, SkScalar dy) { in Length()
320 SkFixed dx = x; in setLength() local
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowMatrix.java41 public void setTranslate(float dx, float dy) { in setTranslate()
47 public void postTranslate(float dx, float dy) { in postTranslate()
/external/skia/include/core/
DSkRRect.h233 void inset(SkScalar dx, SkScalar dy) { in inset()
245 void outset(SkScalar dx, SkScalar dy, SkRRect* dst) const { in outset()
248 void outset(SkScalar dx, SkScalar dy) { in outset()
/external/libvpx/libvpx/vpx_ports/
Dx86.h39 #define cpuid(func,ax,bx,cx,dx)\ argument
45 #define cpuid(func,ax,bx,cx,dx)\ argument
55 #define cpuid(func,ax,bx,cx,dx)\ argument
64 #define cpuid(func,ax,bx,cx,dx)\ argument
/external/webkit/Source/WebCore/svg/
DSVGTransformDistance.cpp132 float dx = first.translate().x() + second.translate().x(); in addSVGTransforms() local
174 float dx = absoluteValue ? fabsf(transform.translate().x()) : transform.translate().x(); in addSVGTransform() local

12345678910>>...13