Searched defs:DY (Results 1 - 12 of 12) sorted by relevance

/external/skia/gm/
H A Ddropshadowimagefilter.cpp149 SkScalar DY = r.height() + MARGIN; local
156 canvas->translate(0, DY);
H A Dimagefilterscropped.cpp159 SkScalar DY = r.height() + MARGIN; local
166 canvas->translate(0, DY);
H A Dtwopointradial.cpp79 const SkScalar DY = SkIntToScalar(130); local
102 canvas->translate(0, DY);
H A Dimagefiltersbase.cpp204 SkScalar DY = r.height() + MARGIN; local
213 canvas->translate(0, DY);
/external/eigen/blas/
H A Ddrotm.f1 SUBROUTINE DROTM(N,DX,INCX,DY,INCY,DPARAM)
6 DOUBLE PRECISION DPARAM(5),DX(*),DY(*) local in subroutine:DROTM
15 * (DY**T)
40 * DY (input/output) DOUBLE PRECISION array, dimension N
44 * storage spacing between elements of DY
74 Z = DY(I)
76 DY(I) = W*DH21 + Z
84 Z = DY(I)
86 DY(I) = -W + DH22*Z
96 Z = DY(
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_pixel_bitmap.c241 #define DY 32 macro
245 for (py = 0; py < height; py += DY) {
247 int h = MIN2(DY, height - py);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_pixel_bitmap.c241 #define DY 32 macro
245 for (py = 0; py < height; py += DY) {
247 int h = MIN2(DY, height - py);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_pixel_bitmap.c241 #define DY 32 macro
245 for (py = 0; py < height; py += DY) {
247 int h = MIN2(DY, height - py);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_bitmap.c241 #define DY 32 macro
245 for (py = 0; py < height; py += DY) {
247 int h = MIN2(DY, height - py);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_bitmap.c241 #define DY 32 macro
245 for (py = 0; py < height; py += DY) {
247 int h = MIN2(DY, height - py);
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_bitmap.c241 #define DY 32 macro
245 for (py = 0; py < height; py += DY) {
247 int h = MIN2(DY, height - py);
/external/opencv/cv/src/
H A Dcvsurf.cpp349 float DX[PATCH_SZ][PATCH_SZ], DY[PATCH_SZ][PATCH_SZ]; local
480 DY[i][j] = vy;
496 float tx = DX[y][x], ty = DY[y][x];
535 float tx = DX[y][x], ty = DY[y][x];

Completed in 191 milliseconds