HomeSort by relevance Sort by last modified time
    Searched full:extra_points2 (Results 1 - 6 of 6) sorted by null

  /external/freetype/src/base/
ftgloadr.c 116 loader->base.extra_points2 = NULL;
159 loader->current.extra_points2 = loader->base.extra_points2 +
175 loader->base.extra_points2 = loader->base.extra_points +
240 loader->base.extra_points2 = loader->base.extra_points + new_max;
392 FT_ARRAY_COPY( target->base.extra_points2, source->base.extra_points2,
  /external/pdfium/third_party/freetype/src/base/
ftgloadr.c 116 loader->base.extra_points2 = NULL;
159 loader->current.extra_points2 = loader->base.extra_points2 +
175 loader->base.extra_points2 = loader->base.extra_points +
240 loader->base.extra_points2 = loader->base.extra_points + new_max;
392 FT_ARRAY_COPY( target->base.extra_points2, source->base.extra_points2,
  /external/freetype/include/internal/
ftgloadr.h 72 FT_Vector* extra_points2; /* second extra points table */ member in struct:FT_GlyphLoadRec_
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftgloadr.h 72 FT_Vector* extra_points2; /* second extra points table */ member in struct:FT_GlyphLoadRec_
  /external/freetype/src/truetype/
ttgload.c 736 zone->orus = load->extra_points2 + start_point;
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttgload.c 713 zone->orus = load->extra_points2 + start_point;
    [all...]

Completed in 266 milliseconds