HomeSort by relevance Sort by last modified time
    Searched refs:x_left (Results 1 - 4 of 4) sorted by null

  /external/freetype/src/smooth/
ftsmooth.c 112 FT_Pos x_left, y_top; local
158 x_left = cbox.xMin >> 6;
189 x_left -= 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 )
241 slot->bitmap_left = (FT_Int)x_left;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/smooth/
ftsmooth.c 112 FT_Pos x_left, y_top; local
158 x_left = cbox.xMin >> 6;
189 x_left -= 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 )
241 slot->bitmap_left = (FT_Int)x_left;
  /external/pdfium/third_party/freetype/src/smooth/
ftsmooth.c 112 FT_Pos x_left, y_top; local
158 x_left = cbox.xMin >> 6;
189 x_left -= 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 )
241 slot->bitmap_left = (FT_Int)x_left;
  /external/opencv3/modules/features2d/src/
brisk.cpp 499 const int x_left = int(x_1 + 0.5);
505 const float r_x_1 = float(x_left) - x_1 + 0.5f;
509 const int dx = x_right - x_left - 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;
2228 const int x_left = int(x_1 + 0.5); local
    [all...]

Completed in 111 milliseconds