/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 ) )
|
/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 ) )
|
/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 ) )
|
/external/freetype/include/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/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/freetype/include/ |
ftbbox.h | 81 /* properly shift and scale the subglyphs), then extracting the BBox, */
|
freetype.h | 1748 FT_SubGlyph subglyphs; member in struct:FT_GlyphSlotRec_ [all...] |
ftglyph.h | 377 /* properly shift and scale the subglyphs), then extracting the CBox, */ [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
ftbbox.h | 81 /* properly shift and scale the subglyphs), then extracting the BBox, */
|
freetype.h | 1767 FT_SubGlyph subglyphs; member in struct:FT_GlyphSlotRec_ [all...] |
/external/pdfium/third_party/freetype/include/freetype/ |
ftbbox.h | 81 /* properly shift and scale the subglyphs), then extracting the BBox, */
|
freetype.h | 1767 FT_SubGlyph subglyphs; member in struct:FT_GlyphSlotRec_ [all...] |
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftbbox.h | 81 /* properly shift and scale the subglyphs), then extracting the BBox, */
|
freetype.h | 1748 FT_SubGlyph subglyphs; member in struct:FT_GlyphSlotRec_ [all...] |
/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/truetype/ |
ttgload.c | 604 subglyph = gloader->current.subglyphs + num_subglyphs; 787 /* 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/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/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/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...] |