Home
last modified time | relevance | path

Searched defs:n_points (Results 1 – 17 of 17) sorted by relevance

/external/freetype/src/base/
Dftgloadr.c202 FT_UInt n_points, in FT_GlyphLoader_CheckPoints()
Dftoutln.c360 FT_Int n_points = outline->n_points; in FT_Outline_Check() local
/external/pdfium/third_party/freetype/src/base/
Dftgloadr.c202 FT_UInt n_points, in FT_GlyphLoader_CheckPoints()
Dftoutln.c361 FT_Int n_points = outline->n_points; in FT_Outline_Check() local
/external/opencv3/modules/features2d/src/
Dkeypoint.cpp69 void KeyPointsFilter::retainBest(std::vector<KeyPoint>& keypoints, int n_points) in retainBest()
/external/pdfium/third_party/freetype/src/truetype/
Dttgload.c333 FT_Int n_points; in TT_Load_Simple_Glyph() local
853 FT_Int n_points; in TT_Process_Simple_Glyph() local
Dttgxvar.c1765 FT_UInt n_points ) in TT_Vary_Apply_Glyph_Deltas()
/external/freetype/src/truetype/
Dttgload.c356 FT_Int n_points; in TT_Load_Simple_Glyph() local
878 FT_Int n_points; in TT_Process_Simple_Glyph() local
Dttgxvar.c1764 FT_UInt n_points ) in TT_Vary_Apply_Glyph_Deltas()
/external/opencv3/modules/viz/src/
Dclouds.cpp407 int n_points = polygons[i++]; in WMesh() local
/external/opencv3/modules/cudafeatures2d/src/cuda/
Dorb.cu59 int cull_gpu(int* loc, float* response, int size, int n_points) in cull_gpu()
/external/opencv3/modules/cudafeatures2d/src/
Dorb.cpp660 static void cull(GpuMat& keypoints, int& count, int n_points) in cull()
/external/pdfium/third_party/freetype/include/freetype/
Dftimage.h337 short n_points; /* number of points in the glyph */ member
/external/freetype/include/
Dftimage.h337 short n_points; /* number of points in the glyph */ member
/external/pdfium/third_party/freetype/include/freetype/internal/
Dtttypes.h1442 FT_UShort n_points; /* number of points in zone */ member
/external/freetype/include/internal/
Dtttypes.h1442 FT_UShort n_points; /* number of points in zone */ member
/external/opencv3/modules/calib3d/src/
Dfisheye.cpp841 int n_points = (int)objectPoints.getMat(0).total(); in stereoCalibrate() local