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

  /external/freetype/include/freetype/internal/
ftgloadr.h 55 FT_UInt num_subglyphs; /* number of subglyphs */
56 FT_SubGlyph subglyphs; /* subglyphs */ member in struct:FT_GlyphLoadRec_
  /external/freetype/src/base/
ftgloadr.c 114 FT_FREE( loader->base.subglyphs );
184 /* re-adjust the `current' subglyphs field */
192 current->subglyphs = base->subglyphs + base->num_subglyphs;
277 /* reallocates its subglyphs table if necessary. Note that it DOES */
278 /* NOT change the number of subglyphs within the loader! */
297 if ( FT_RENEW_ARRAY( base->subglyphs, old_max, new_max ) )
ftobjs.c 367 slot->subglyphs = NULL;
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftgloadr.c 114 FT_FREE( loader->base.subglyphs );
184 /* re-adjust the `current' subglyphs field */
192 current->subglyphs = base->subglyphs + base->num_subglyphs;
277 /* reallocates its subglyphs table if necessary. Note that it DOES */
278 /* NOT change the number of subglyphs within the loader! */
297 if ( FT_RENEW_ARRAY( base->subglyphs, old_max, new_max ) )
ftobjs.c 367 slot->subglyphs = NULL;
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftgloadr.c 114 FT_FREE( loader->base.subglyphs );
184 /* re-adjust the `current' subglyphs field */
192 current->subglyphs = base->subglyphs + base->num_subglyphs;
277 /* reallocates its subglyphs table if necessary. Note that it DOES */
278 /* NOT change the number of subglyphs within the loader! */
297 if ( FT_RENEW_ARRAY( base->subglyphs, old_max, new_max ) )
ftobjs.c 356 slot->subglyphs = NULL;
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
ftgloadr.h 73 FT_UInt num_subglyphs; /* number of subglyphs */
74 FT_SubGlyph subglyphs; /* subglyphs */ member in struct:FT_GlyphLoadRec_
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftgloadr.h 73 FT_UInt num_subglyphs; /* number of subglyphs */
74 FT_SubGlyph subglyphs; /* subglyphs */ member in struct:FT_GlyphLoadRec_
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type42/
t42objs.c 635 slot->subglyphs = NULL;
686 glyph->subglyphs = t42slot->ttslot->subglyphs;
  /external/freetype/src/psaux/
t1decode.c 256 /* accent character and return the array of subglyphs. */
269 subg = loader->current.subglyphs;
287 glyph->subglyphs = loader->base.subglyphs;
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psaux/
t1decode.c 256 /* accent character and return the array of subglyphs. */
269 subg = loader->current.subglyphs;
287 glyph->subglyphs = loader->base.subglyphs;
    [all...]
  /external/pdfium/third_party/freetype/src/psaux/
t1decode.c 256 /* accent character and return the array of subglyphs. */
269 subg = loader->current.subglyphs;
287 glyph->subglyphs = loader->base.subglyphs;
    [all...]
  /external/freetype/src/truetype/
ttgload.c 583 subglyph = gloader->current.subglyphs + num_subglyphs;
768 /* completely refer to the (already) hinted subglyphs. */
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttgload.c 582 subglyph = gloader->current.subglyphs + num_subglyphs;
766 /* completely refer to the (already) hinted subglyphs. */
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttgload.c 581 subglyph = gloader->current.subglyphs + num_subglyphs;
764 /* completely refer to the (already) hinted subglyphs. */
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cffgload.c 782 /* accent character and return the array of subglyphs. */
795 subg = loader->current.subglyphs;
813 glyph->subglyphs = loader->base.subglyphs;
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffgload.c 782 /* accent character and return the array of subglyphs. */
795 subg = loader->current.subglyphs;
813 glyph->subglyphs = loader->base.subglyphs;
    [all...]
  /external/freetype/include/freetype/
freetype.h 1784 FT_SubGlyph subglyphs; member in struct:FT_GlyphSlotRec_
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
freetype.h 1767 FT_SubGlyph subglyphs; member in struct:FT_GlyphSlotRec_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
freetype.h 1767 FT_SubGlyph subglyphs; member in struct:FT_GlyphSlotRec_
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
freetype.h 1748 FT_SubGlyph subglyphs; member in struct:FT_GlyphSlotRec_
    [all...]
  /external/freetype/src/cff/
cffgload.c 782 /* accent character and return the array of subglyphs. */
795 subg = loader->current.subglyphs;
813 glyph->subglyphs = loader->base.subglyphs;
    [all...]

Completed in 675 milliseconds