HomeSort by relevance Sort by last modified time
    Searched full:subglyphs (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/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;
273 /* reallocates its subglyphs table if necessary. Note that it DOES */
274 /* NOT change the number of subglyphs within the loader! */
293 if ( FT_RENEW_ARRAY( base->subglyphs, old_max, new_max ) )
  /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;
276 /* reallocates its subglyphs table if necessary. Note that it DOES */
277 /* NOT change the number of subglyphs within the loader! */
296 if ( FT_RENEW_ARRAY( base->subglyphs, old_max, new_max ) )
  /external/chromium_org/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/internal/
ftgloadr.h 73 FT_UInt num_subglyphs; /* number of subglyphs */
74 FT_SubGlyph subglyphs; /* subglyphs */ member in struct:FT_GlyphLoadRec_
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
ftgloadr.h 73 FT_UInt num_subglyphs; /* number of subglyphs */
74 FT_SubGlyph subglyphs; /* subglyphs */ member in struct:FT_GlyphLoadRec_
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/core/src/fxge/fx_freetype/fxft2.5.01/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;
276 /* reallocates its subglyphs table if necessary. Note that it DOES */
277 /* NOT change the number of subglyphs within the loader! */
296 if ( FT_RENEW_ARRAY( base->subglyphs, old_max, new_max ) )
  /external/chromium_org/third_party/freetype/include/freetype/
ftbbox.h 81 /* properly shift and scale the subglyphs), then extracting the BBox */
freetype.h 1634 FT_SubGlyph subglyphs; member in struct:FT_GlyphSlotRec_
    [all...]
  /external/freetype/include/
ftbbox.h 81 /* properly shift and scale the subglyphs), then extracting the BBox, */
freetype.h 1691 FT_SubGlyph subglyphs; member in struct:FT_GlyphSlotRec_
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftbbox.h 81 /* properly shift and scale the subglyphs), then extracting the BBox */
freetype.h 1640 FT_SubGlyph subglyphs; member in struct:FT_GlyphSlotRec_
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftbbox.h 81 /* properly shift and scale the subglyphs), then extracting the BBox */
freetype.h 1640 FT_SubGlyph subglyphs; member in struct:FT_GlyphSlotRec_
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afloader.c 277 FT_ARRAY_COPY( gloader->current.subglyphs,
278 slot->subglyphs,
292 /* gloader.current.subglyphs can change during glyph loading due */
295 subglyph = gloader->base.subglyphs + num_base_subgs + nn;
308 subglyph = gloader->base.subglyphs + num_base_subgs + nn;
  /external/freetype/src/autofit/
afloader.c 288 FT_ARRAY_COPY( gloader->current.subglyphs,
289 slot->subglyphs,
303 /* gloader.current.subglyphs can change during glyph loading due */
306 subglyph = gloader->base.subglyphs + num_base_subgs + nn;
319 subglyph = gloader->base.subglyphs + num_base_subgs + nn;
  /external/chromium_org/third_party/freetype/src/truetype/
ttgload.c 595 subglyph = gloader->current.subglyphs + num_subglyphs;
769 /* completely refer to the (already) hinted subglyphs. */
    [all...]
  /external/freetype/src/truetype/
ttgload.c 600 subglyph = gloader->current.subglyphs + num_subglyphs;
766 /* completely refer to the (already) hinted subglyphs. */
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttgload.c 600 subglyph = gloader->current.subglyphs + num_subglyphs;
774 /* completely refer to the (already) hinted subglyphs. */
    [all...]
  /external/chromium_org/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/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/core/src/fxge/fx_freetype/fxft2.5.01/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/chromium_org/third_party/freetype/src/cff/
cffgload.c 786 /* accent character and return the array of subglyphs. */
799 subg = loader->current.subglyphs;
817 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...]

Completed in 875 milliseconds

1 2