Searched refs:dy (Results 101 - 125 of 771) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c56 float dy; /**< Y(v1) - Y(v0), used only during setup */ member in struct:edge
57 float dxdy; /**< dx/dy */
346 setup->ebot.dy = setup->vmid[0][1] - setup->vmin[0][1];
348 setup->emaj.dy = setup->vmax[0][1] - setup->vmin[0][1];
350 setup->etop.dy = setup->vmax[0][1] - setup->vmid[0][1];
363 const float area = (setup->emaj.dx * setup->ebot.dy -
364 setup->ebot.dx * setup->emaj.dy);
489 float a = setup->ebot.dy * majda - botda * setup->emaj.dy;
516 debug_printf("attr[%d].%c: %f dx:%f dy
1074 int dy = y1 - y0; local
1300 float dx, dy, dist2, cover; local
[all...]
/external/chromium_org/content/common/input/
H A Dsynthetic_web_input_event_builders.h30 float dy,
47 float dy,
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dscale_argb.cc37 int x, int dx, int y, int dy,
40 int row_stride = src_stride * (dy >> 16);
47 assert((dy & 0x1ffff) == 0); // Test vertical scale is multiple of 2.
88 int x, int dx, int y, int dy) {
93 int row_stride = src_stride * (dy >> 16);
99 assert((dy & 0x3ffff) == 0); // Test vertical scale is multiple of 4.
130 int x, int dx, int y, int dy,
134 int row_stride = (dy >> 16) * src_stride;
170 int x, int dx, int y, int dy,
264 y += dy;
33 ScaleARGBDown2(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy, enum FilterMode filtering) argument
84 ScaleARGBDown4Box(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy) argument
126 ScaleARGBDownEven(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy, enum FilterMode filtering) argument
166 ScaleARGBBilinearDown(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy, enum FilterMode filtering) argument
274 ScaleARGBBilinearUp(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy, enum FilterMode filtering) argument
411 ScaleYUVToARGBBilinearUp(int src_width, int src_height, int dst_width, int dst_height, int src_stride_y, int src_stride_u, int src_stride_v, int dst_stride_argb, const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_argb, int x, int dx, int y, int dy, enum FilterMode filtering) argument
626 ScaleARGBSimple(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy) argument
672 int dy = 0; local
[all...]
/external/chromium_org/third_party/libyuv/source/
H A Dscale_argb.cc37 int x, int dx, int y, int dy,
40 int row_stride = src_stride * (dy >> 16);
47 assert((dy & 0x1ffff) == 0); // Test vertical scale is multiple of 2.
88 int x, int dx, int y, int dy) {
93 int row_stride = src_stride * (dy >> 16);
99 assert((dy & 0x3ffff) == 0); // Test vertical scale is multiple of 4.
130 int x, int dx, int y, int dy,
134 int row_stride = (dy >> 16) * src_stride;
170 int x, int dx, int y, int dy,
264 y += dy;
33 ScaleARGBDown2(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy, enum FilterMode filtering) argument
84 ScaleARGBDown4Box(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy) argument
126 ScaleARGBDownEven(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy, enum FilterMode filtering) argument
166 ScaleARGBBilinearDown(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy, enum FilterMode filtering) argument
274 ScaleARGBBilinearUp(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy, enum FilterMode filtering) argument
411 ScaleYUVToARGBBilinearUp(int src_width, int src_height, int dst_width, int dst_height, int src_stride_y, int src_stride_u, int src_stride_v, int dst_stride_argb, const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_argb, int x, int dx, int y, int dy, enum FilterMode filtering) argument
626 ScaleARGBSimple(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy) argument
672 int dy = 0; local
[all...]
/external/chromium_org/third_party/skia/gm/
H A Ddrrect.cpp42 const SkScalar dy = r.height() + 16; variable
62 canvas->translate(dx * j, dy * i);
H A Dimageblur2.cpp55 SkScalar dy = HEIGHT / sigmaCount; local
77 SkIntToScalar(y * dy + textSize * i + textSize),
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dpi.h64 OPJ_UINT32 dx, dy; member in struct:opj_pi_comp
107 OPJ_UINT32 dx, dy; member in struct:opj_pi_iterator
H A Dpi.c90 * @param p_dy_min the minimum dy of all the components of all the resolutions for the tile.
116 * @param p_dy_min the minimum dy of all the components of all the resolutions for the tile.
142 * @param p_dy_min pointer that will hold the the minimum dy of all the components of all the resolutions for the tile.
158 * The precinct widths, heights, dx and dy for each component at each resolution will be stored as well.
173 * @param p_dy_min pointer that will hold the the minimum dy of all the components of all the resolutions for the tile.
323 pi->dy = 0;
327 OPJ_UINT32 dx, dy; local
330 dy = comp->dy * (1u << (res->pdy + comp->numresolutions - 1 - resno));
332 pi->dy
411 OPJ_UINT32 dx, dy; local
494 OPJ_UINT32 dx, dy; local
[all...]
/external/skia/gm/
H A Ddrrect.cpp42 const SkScalar dy = r.height() + 16; variable
62 canvas->translate(dx * j, dy * i);
/external/skia/include/effects/
H A DSkLayerRasterizer.h38 void addLayer(const SkPaint& paint, SkScalar dx, SkScalar dy);
77 void addLayer(const SkPaint& paint, SkScalar dx, SkScalar dy);
/external/chromium_org/third_party/skia/samplecode/
H A DSamplePathFill.cpp60 const SkScalar dy = SK_Scalar1 * 10; local
65 path->lineTo(x, y - dy);
67 path->lineTo(x, y + dy);
69 path->lineTo(x, y + 2 * dy);
70 path->lineTo(x0, y + 2 * dy);
/external/chromium_org/third_party/skia/tests/
H A DPathOpsSimplifyDegenerateThreadedTest.cpp26 int dy = d >> 2; local
33 if (state.fD && (ex - dx) * (fy - dy)
34 != (ey - dy) * (fx - dx)) {
43 path.moveTo(SkIntToScalar(dx), SkIntToScalar(dy));
53 str += sprintf(str, " path.moveTo(%d, %d);\n", dx, dy);
H A DPathOpsSimplifyTrianglesThreadedTest.cpp27 int dy = d >> 2; local
37 if ((ex - dx) * (fy - dy) == (ey - dy) * (fx - dx)) {
46 path.moveTo(SkIntToScalar(dx), SkIntToScalar(dy));
56 str += sprintf(str, " path.moveTo(%d, %d);\n", dx, dy);
/external/skia/samplecode/
H A DSamplePathFill.cpp60 const SkScalar dy = SK_Scalar1 * 10; local
65 path->lineTo(x, y - dy);
67 path->lineTo(x, y + dy);
69 path->lineTo(x, y + 2 * dy);
70 path->lineTo(x0, y + 2 * dy);
/external/skia/tests/
H A DPathOpsSimplifyDegenerateThreadedTest.cpp26 int dy = d >> 2; local
33 if (state.fD && (ex - dx) * (fy - dy)
34 != (ey - dy) * (fx - dx)) {
43 path.moveTo(SkIntToScalar(dx), SkIntToScalar(dy));
53 str += sprintf(str, " path.moveTo(%d, %d);\n", dx, dy);
H A DPathOpsSimplifyTrianglesThreadedTest.cpp27 int dy = d >> 2; local
37 if ((ex - dx) * (fy - dy) == (ey - dy) * (fx - dx)) {
46 path.moveTo(SkIntToScalar(dx), SkIntToScalar(dy));
56 str += sprintf(str, " path.moveTo(%d, %d);\n", dx, dy);
/external/opencv/cv/src/
H A Dcvcanny.cpp51 CvMat *dx = 0, *dy = 0; local
93 dy = cvCreateMat( size.height, size.width, CV_16SC1 );
95 cvSobel( src, dy, 0, 1, aperture_size );
103 (short*)dy->data.ptr, dy->step,
168 const short* _dy = (short*)(dy->data.ptr + dy->step*i);
214 _dy = (short*)(dy->data.ptr + dy->step*(i-1));
352 cvReleaseMat( &dy );
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dapi_images.c272 void vegaCopyImage(VGImage dst, VGint dx, VGint dy, argument
289 image_copy(handle_to_image(dst), dx, dy, local
311 void vegaSetPixels(VGint dx, VGint dy, argument
327 image_set_pixels(dx, dy, handle_to_image(src), sx, sy, width,
331 void vegaGetPixels(VGImage dst, VGint dx, VGint dy, argument
349 image_get_pixels(img, dx, dy,
355 VGint dx, VGint dy,
380 matrix_translate(matrix, dx, dy);
382 matrix_translate(matrix, -dx, -dy);
385 image_set_pixels(dx, dy, im
353 vegaWritePixels(const void * data, VGint dataStride, VGImageFormat dataFormat, VGint dx, VGint dy, VGint width, VGint height) argument
466 vegaCopyPixels(VGint dx, VGint dy, VGint sx, VGint sy, VGint width, VGint height) argument
[all...]
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalkerPolygon4x4_Test.cpp24 int dy = state.d >> 2; local
42 path.lineTo(dx, dy);
54 str += sprintf(str, " path.lineTo(%d, %d);\n", dx, dy);
119 int dy = d >> 2; local
129 if ((ex - dx) * (fy - dy) == (ey - dy) * (fx - dx)) {
138 path.moveTo(dx, dy);
148 str += sprintf(str, " path.moveTo(%d, %d);\n", dx, dy);
216 int dy = d >> 2; local
223 if (state.d && (ex - dx) * (fy - dy)
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dapi_images.c272 void vegaCopyImage(VGImage dst, VGint dx, VGint dy, argument
289 image_copy(handle_to_image(dst), dx, dy, local
311 void vegaSetPixels(VGint dx, VGint dy, argument
327 image_set_pixels(dx, dy, handle_to_image(src), sx, sy, width,
331 void vegaGetPixels(VGImage dst, VGint dx, VGint dy, argument
349 image_get_pixels(img, dx, dy,
355 VGint dx, VGint dy,
380 matrix_translate(matrix, dx, dy);
382 matrix_translate(matrix, -dx, -dy);
385 image_set_pixels(dx, dy, im
353 vegaWritePixels(const void * data, VGint dataStride, VGImageFormat dataFormat, VGint dx, VGint dy, VGint width, VGint height) argument
466 vegaCopyPixels(VGint dx, VGint dy, VGint sx, VGint sy, VGint width, VGint height) argument
[all...]
/external/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_rasterizer_scanline_aa.cpp241 int dy = y2 - y1; local
258 if(dy < 0) {
280 if(dy < 0) {
284 dy = -dy;
286 delta = p / dy;
287 mod = p % dy;
290 mod += dy;
298 lift = p / dy;
299 rem = p % dy;
[all...]
/external/skia/experimental/Intersection/
H A DEdgeWalkerPolygon4x4_Test.cpp24 int dy = state.d >> 2; local
42 path.lineTo(dx, dy);
54 str += sprintf(str, " path.lineTo(%d, %d);\n", dx, dy);
119 int dy = d >> 2; local
129 if ((ex - dx) * (fy - dy) == (ey - dy) * (fx - dx)) {
138 path.moveTo(dx, dy);
148 str += sprintf(str, " path.moveTo(%d, %d);\n", dx, dy);
216 int dy = d >> 2; local
223 if (state.d && (ex - dx) * (fy - dy)
[all...]
/external/pixman/pixman/
H A Dpixman-trap.c107 int nx = (ne + e->dy - 1) / e->dy;
108 e->e = ne - nx * (pixman_fixed_48_16_t) e->dy;
114 if (ne <= -e->dy)
116 int nx = (-ne) / e->dy;
117 e->e = ne + nx * (pixman_fixed_48_16_t) e->dy;
141 int nx = ne / e->dy;
142 ne -= nx * (pixman_fixed_48_16_t)e->dy;
163 pixman_fixed_t dx, dy; local
168 dy
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkRect.h163 SkIRect makeOffset(int dx, int dy) const {
164 return MakeLTRB(fLeft + dx, fTop + dy, fRight + dx, fBottom + dy);
170 SkIRect makeInset(int dx, int dy) const {
171 return MakeLTRB(fLeft + dx, fTop + dy, fRight - dx, fBottom - dy);
175 and adding dy to its top and bottom.
177 void offset(int32_t dx, int32_t dy) { argument
179 fTop += dy;
181 fBottom += dy;
202 inset(int32_t dx, int32_t dy) argument
214 outset(int32_t dx, int32_t dy) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbelo.c81 int eloParsePacket(unsigned char* mousebuf, int* dx, int* dy, int* button_state) { argument
97 *dy = ((mousebuf[6] << 8) | mousebuf[5]);
101 *dy = last_y;
105 last_y = *dy;
121 void eloConvertXY(_THIS, int *dx, int *dy) { argument
123 int input_y = *dy;
128 *dy = (cache_vinfo.yres * (input_y - ELO_MIN_Y)) / height;

Completed in 692 milliseconds

1234567891011>>