HomeSort by relevance Sort by last modified time
    Searched refs:num_points (Results 26 - 50 of 57) sorted by null

12 3

  /external/chromium_org/third_party/freetype/src/autofit/
afloader.c 289 FT_UInt num_points, num_new_points, num_base_points; local
321 num_points = gloader->base.outline.n_points;
322 num_new_points = num_points - num_base_points;
afhints.h 342 FT_Int num_points; /* number of used points */ member in struct:AF_GlyphHintsRec_
  /external/freetype/src/autofit/
afloader.c 300 FT_UInt num_points, num_new_points, num_base_points; local
327 num_points = gloader->base.outline.n_points;
328 num_new_points = num_points - num_base_points;
afhints.h 353 FT_Int num_points; /* number of used points */ member in struct:AF_GlyphHintsRec_
  /external/chromium_org/third_party/brotli/src/woff2/
glyph.cc 105 uint16_t num_points = point_index - last_point_index + (i == 0 ? 1 : 0); local
106 glyph->contours[i].resize(num_points);
  /external/chromium_org/third_party/freetype/src/truetype/
ttgload.c 1028 FT_UInt num_points = gloader->base.outline.n_points; local
1043 for ( i = num_base_points; i < num_points; i++ )
1591 FT_UInt num_points = start_point; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttgload.c 1037 FT_UInt num_points = gloader->base.outline.n_points; local
1052 for ( i = num_base_points; i < num_points; i++
1600 FT_UInt num_points = start_point; local
    [all...]
  /external/ceres-solver/examples/
bal_problem.cc 169 for (int i = 0; i < num_points(); ++i) {
  /external/chromium_org/third_party/freetype/include/freetype/
t1tables.h 252 FT_Byte num_points; member in struct:PS_DesignMap_
  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.h 196 FT_UInt num_points; member in struct:PSH_GlyphRec_
  /external/flac/include/FLAC/
format.h 610 unsigned num_points; member in struct:__anon26098
    [all...]
  /external/freetype/include/
t1tables.h 252 FT_Byte num_points; member in struct:PS_DesignMap_
  /external/freetype/src/pshinter/
pshalgo.h 196 FT_UInt num_points; member in struct:PSH_GlyphRec_
  /external/pdfium/core/include/thirdparties/freetype/freetype/
t1tables.h 252 FT_Byte num_points; member in struct:PS_DesignMap_
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
t1tables.h 252 FT_Byte num_points; member in struct:PS_DesignMap_
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshalgo.h 196 FT_UInt num_points; member in struct:PSH_GlyphRec_
  /external/opencv/cv/include/
cvcompat.h 382 CV_INLINE void cvConvexHull( CvPoint* points, int num_points,
386 CvMat points1 = cvMat( 1, num_points, CV_32SC2, points );
387 CvMat hull1 = cvMat( 1, num_points, CV_32SC1, hull );
398 #define cvConvexHullApprox( points, num_points, bound_rect, bandwidth, \
400 cvConvexHull( points, num_points, bound_rect, orientation, hull, hullsize )
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
voronoi.cc 482 int num_points = dictionary.Get("value").AsInt(); local
483 point_count_ = std::min(kMaxPointCount, std::max(0, num_points));
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
voronoi.cc 451 int num_points = dictionary.Get("value").AsInt(); local
452 point_count_ = std::min(kMaxPointCount, std::max(0, num_points));
  /external/freetype/src/truetype/
ttgload.c 1026 FT_UInt num_points = gloader->base.outline.n_points; local
1041 for ( i = num_base_points; i < num_points; i++ )
1061 l >= num_points
1735 FT_UInt num_points = start_point; local
    [all...]
  /external/ceres-solver/internal/ceres/
system_test.cc 337 int num_points() const { return num_points_; } function in class:ceres::internal::BundleAdjustmentProblem
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
XKBgeom.h 101 unsigned short num_points; member in struct:_XkbOutline
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBgeom.h 101 unsigned short num_points; member in struct:_XkbOutline
  /external/flac/libFLAC/
stream_decoder.c     [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc 2127 int num_points = LOWORD(w_param); local
    [all...]

Completed in 921 milliseconds

12 3