Home
last modified time | relevance | path

Searched refs:y_top (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/freetype/src/smooth/
Dftsmooth.c112 FT_Pos x_left, y_top; in ft_smooth_render_generic() local
159 y_top = cbox.yMax >> 6; in ft_smooth_render_generic()
197 y_top += extra >> 1; in ft_smooth_render_generic()
208 if ( x_left > FT_INT_MAX || y_top > FT_INT_MAX || in ft_smooth_render_generic()
209 x_left < FT_INT_MIN || y_top < FT_INT_MIN ) in ft_smooth_render_generic()
242 slot->bitmap_top = (FT_Int)y_top; in ft_smooth_render_generic()
/external/freetype/src/smooth/
Dftsmooth.c112 FT_Pos x_left, y_top; in ft_smooth_render_generic() local
159 y_top = cbox.yMax >> 6; in ft_smooth_render_generic()
197 y_top += extra >> 1; in ft_smooth_render_generic()
208 if ( x_left > FT_INT_MAX || y_top > FT_INT_MAX || in ft_smooth_render_generic()
209 x_left < FT_INT_MIN || y_top < FT_INT_MIN ) in ft_smooth_render_generic()
242 slot->bitmap_top = (FT_Int)y_top; in ft_smooth_render_generic()
/external/opencv3/modules/features2d/src/
Dbrisk.cpp500 const int y_top = int(y_1 + 0.5); in smoothedIntensity() local
506 const float r_y_1 = float(y_top) - y_1 + 0.5f; in smoothedIntensity()
510 const int dy = y_bottom - y_top - 1; in smoothedIntensity()
523 const uchar* ptr = image.ptr() + x_left + imagecols * y_top; in smoothedIntensity()
534 const int* ptr_integral = integral.ptr<int>() + x_left + integralcols * y_top + 1; in smoothedIntensity()
571 const uchar* ptr = image.ptr() + x_left + imagecols * y_top; in smoothedIntensity()
1080 const int y_top = int(y_1 + 0.5); in getScoreBelow() local
1086 const float r_y_1 = float(y_top) - y_1 + 0.5f; in getScoreBelow()
1090 const int dy = y_bottom - y_top - 1; in getScoreBelow()
1101 int ret_val = A * int(l.getAgastScore(x_left, y_top, 1)); in getScoreBelow()
[all …]