Searched refs:y_top (Results 1 - 4 of 4) sorted by relevance

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

Completed in 307 milliseconds