OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yshift
(Results
1 - 4
of
4
) sorted by null
/external/freetype/src/base/
ftoutln.c
1033
FT_Int xshift,
yshift
;
local
1058
yshift
= FT_MSB( (FT_UInt32)( cbox.yMax - cbox.yMin ) ) - 14;
1059
yshift
= FT_MAX(
yshift
, 0 );
1074
area += ( ( v_cur.y - v_prev.y ) >>
yshift
) *
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftoutln.c
1044
FT_Int xshift,
yshift
;
local
1069
yshift
= FT_MSB( (FT_UInt32)( cbox.yMax - cbox.yMin ) ) - 14;
1070
yshift
= FT_MAX(
yshift
, 0 );
1081
v_prev.y = points[last].y >>
yshift
;
1086
v_cur.y = points[n].y >>
yshift
;
/external/pdfium/third_party/freetype/src/base/
ftoutln.c
1041
FT_Int xshift,
yshift
;
local
1066
yshift
= FT_MSB( (FT_UInt32)( cbox.yMax - cbox.yMin ) ) - 14;
1067
yshift
= FT_MAX(
yshift
, 0 );
1082
area += ( ( v_cur.y - v_prev.y ) >>
yshift
) *
/external/opencv3/apps/createsamples/
utility.cpp
716
double xshift,
yshift
, randscale;
local
754
yshift
= maxshiftf * rand() / RAND_MAX;
757
cr.y -= (int) (
yshift
* cr.height );
[
all
...]
Completed in 447 milliseconds