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

  /external/pdfium/third_party/freetype/include/internal/
ftgloadr.h 82 FT_UInt max_points; member in struct:FT_GlyphLoaderRec_
128 (unsigned long)(_count) ) <= (_loader)->max_points )
tttypes.h 1442 FT_UShort max_points; member in struct:TT_GlyphZoneRec_
    [all...]
  /external/freetype/include/internal/
ftgloadr.h 82 FT_UInt max_points; member in struct:FT_GlyphLoaderRec_
128 (FT_UInt)(_count) ) <= (_loader)->max_points )
tttypes.h 1440 FT_UShort max_points; member in struct:TT_GlyphZoneRec_
    [all...]
  /development/perftests/panorama/feature_stab/db_vlvm/
db_rob_image_homography.h 82 \param max_points only use this many points
113 int max_points=DB_DEFAULT_MAX_POINTS,
db_rob_image_homography.cpp 649 int max_points,
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/
probe-finder.h 54 int max_points, bool externs);
  /external/pdfium/third_party/freetype/src/type1/
t1objs.h 123 FT_Int max_points; member in struct:T1_GlyphSlotRec_
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_rob_image_homography.h 82 \param max_points only use this many points
113 int max_points=DB_DEFAULT_MAX_POINTS,
db_rob_image_homography.cpp 649 int max_points,
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_rob_image_homography.h 82 \param max_points only use this many points
113 int max_points=DB_DEFAULT_MAX_POINTS,
db_rob_image_homography.cpp 649 int max_points,
    [all...]
  /external/freetype/src/base/
ftgloadr.c 118 loader->max_points = 0;
172 if ( !FT_NEW_ARRAY( loader->base.extra_points, 2 * loader->max_points ) )
176 loader->max_points;
217 old_max = loader->max_points;
244 loader->max_points = new_max;
ftstroke.c 305 FT_UInt max_points; member in struct:FT_StrokeBorderRec_
320 FT_UInt old_max = border->max_points;
338 border->max_points = cur_max;
618 border->max_points = 0;
643 border->max_points = 0;
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftgloadr.c 118 loader->max_points = 0;
172 if ( !FT_NEW_ARRAY( loader->base.extra_points, 2 * loader->max_points ) )
176 loader->max_points;
216 old_max = loader->max_points;
243 loader->max_points = new_max;
ftstroke.c 305 FT_UInt max_points; member in struct:FT_StrokeBorderRec_
320 FT_UInt old_max = border->max_points;
338 border->max_points = cur_max;
618 border->max_points = 0;
643 border->max_points = 0;
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
maximum_profile_table.h 48 void SetMaxPoints(int32_t max_points);
maximum_profile_table.cc 133 void MaximumProfileTable::Builder::SetMaxPoints(int32_t max_points) {
134 InternalWriteData()->WriteUShort(Offset::kMaxPoints, max_points);
  /external/freetype/src/autofit/
afhints.c 576 hints->max_points = 0;
650 old_max = (FT_UInt)hints->max_points;
657 hints->max_points = AF_POINTS_EMBEDDED;
670 hints->max_points = (FT_Int)new_max;
    [all...]
afhints.h 342 FT_Int max_points; /* number of allocated points */ member in struct:AF_GlyphHintsRec_
  /external/freetype/src/truetype/
ttobjs.c 87 zone->max_points = zone->n_points = 0;
137 zone->max_points = maxPoints;
    [all...]
ttinterp.c 6776 FT_UInt max_points; member in struct:IUP_WorkerRec_
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttobjs.c 87 zone->max_points = zone->n_points = 0;
137 zone->max_points = maxPoints;
    [all...]
ttinterp.c 7219 FT_UInt max_points; member in struct:IUP_WorkerRec_
    [all...]

Completed in 6419 milliseconds