OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:posy
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/imgproc/src/opencl/
canny.cl
442
ushort
posy
= pos.y + move_dir[1][j];
443
if (posx < 0 ||
posy
< 0 || posx >= cols ||
posy
>= rows)
445
__global uchar *addr = map_ptr + mad24(
posy
, map_step, posx * (int)sizeof(int));
449
p_stack[p_counter++] = (ushort2)(posx,
posy
);
/external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp
765
FX_FLOAT posx = pPoints[i].m_PointX,
posy
= pPoints[i].m_PointY;
local
767
pMatrix->Transform(posx,
posy
);
769
int screen_x = FXSYS_round(posx), screen_y = FXSYS_round(
posy
);
784
posy
= pPoints[i + 1].m_PointY;
786
pMatrix->Transform(posx,
posy
);
789
lppt[1].y = FXSYS_round(
posy
);
791
posy
= pPoints[i + 2].m_PointY;
793
pMatrix->Transform(posx,
posy
);
796
lppt[2].y = FXSYS_round(
posy
);
[
all
...]
/external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp
374
FX_FLOAT
posy
= 0;
380
if (FXSYS_fabs(
posy
- charinfo.m_OriginY) > 0 && !IsContainPreChar &&
382
posy
= charinfo.m_OriginY;
[
all
...]
Completed in 650 milliseconds