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

  /external/freetype/include/freetype/internal/
ftgloadr.h 64 FT_UInt max_points; member in struct:FT_GlyphLoaderRec_
110 (FT_UInt)(_count) ) <= (_loader)->max_points )
tttypes.h 1589 FT_UShort max_points; member in struct:TT_GlyphZoneRec_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/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...]
  /external/pdfium/third_party/freetype/src/type1/
t1objs.h 123 FT_Int max_points; member in struct:T1_GlyphSlotRec_
  /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 315 FT_UInt max_points; member in struct:FT_StrokeBorderRec_
330 FT_UInt old_max = border->max_points;
348 border->max_points = cur_max;
628 border->max_points = 0;
653 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;
217 old_max = loader->max_points;
244 loader->max_points = new_max;
ftstroke.c 315 FT_UInt max_points; member in struct:FT_StrokeBorderRec_
330 FT_UInt old_max = border->max_points;
348 border->max_points = cur_max;
628 border->max_points = 0;
653 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.h 344 FT_Int max_points; /* number of allocated points */ member in struct:AF_GlyphHintsRec_
afhints.c 697 hints->max_points = 0;
771 old_max = (FT_UInt)hints->max_points;
778 hints->max_points = AF_POINTS_EMBEDDED;
791 hints->max_points = (FT_Int)new_max;
    [all...]
  /external/freetype/src/truetype/
ttobjs.c 83 zone->max_points = zone->n_points = 0;
133 zone->max_points = maxPoints;
    [all...]
ttinterp.c 6707 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 6766 FT_UInt max_points; member in struct:IUP_WorkerRec_
    [all...]

Completed in 493 milliseconds