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

  /external/chromium_org/third_party/freetype/src/base/
ftgloadr.c 96 base->num_subglyphs = 0;
192 current->subglyphs = base->subglyphs + base->num_subglyphs;
288 new_max = base->num_subglyphs + current->num_subglyphs + n_subs;
315 current->num_subglyphs = 0;
348 base->num_subglyphs += current->num_subglyphs;
ftobjs.c 357 slot->num_subglyphs = 0;
    [all...]
  /external/freetype/src/base/
ftgloadr.c 96 base->num_subglyphs = 0;
192 current->subglyphs = base->subglyphs + base->num_subglyphs;
291 new_max = base->num_subglyphs + current->num_subglyphs + n_subs;
318 current->num_subglyphs = 0;
351 base->num_subglyphs += current->num_subglyphs;
ftobjs.c 355 slot->num_subglyphs = 0;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftgloadr.c 96 base->num_subglyphs = 0;
192 current->subglyphs = base->subglyphs + base->num_subglyphs;
291 new_max = base->num_subglyphs + current->num_subglyphs + n_subs;
318 current->num_subglyphs = 0;
351 base->num_subglyphs += current->num_subglyphs;
ftobjs.c 357 slot->num_subglyphs = 0;
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afloader.c 265 FT_UInt nn, num_subglyphs = slot->num_subglyphs; local
273 error = FT_GlyphLoader_CheckSubGlyphs( gloader, num_subglyphs );
279 num_subglyphs );
281 gloader->current.num_subglyphs = num_subglyphs;
282 num_base_subgs = gloader->base.num_subglyphs;
285 for ( nn = 0; nn < num_subglyphs; nn++ )
  /external/freetype/src/autofit/
afloader.c 276 FT_UInt nn, num_subglyphs = slot->num_subglyphs; local
284 error = FT_GlyphLoader_CheckSubGlyphs( gloader, num_subglyphs );
290 num_subglyphs );
292 gloader->current.num_subglyphs = num_subglyphs;
293 num_base_subgs = gloader->base.num_subglyphs;
296 for ( nn = 0; nn < num_subglyphs; nn++ )
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftgloadr.h 73 FT_UInt num_subglyphs; /* number of subglyphs */ member in struct:FT_GlyphLoadRec_
  /external/freetype/include/internal/
ftgloadr.h 73 FT_UInt num_subglyphs; /* number of subglyphs */ member in struct:FT_GlyphLoadRec_
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
ftgloadr.h 73 FT_UInt num_subglyphs; /* number of 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 */ member in struct:FT_GlyphLoadRec_
  /external/chromium_org/third_party/freetype/src/truetype/
ttgload.c 575 FT_UInt num_subglyphs; local
578 num_subglyphs = 0;
587 error = FT_GlyphLoader_CheckSubGlyphs( gloader, num_subglyphs + 1 );
595 subglyph = gloader->current.subglyphs + num_subglyphs;
655 num_subglyphs++;
659 gloader->current.num_subglyphs = num_subglyphs;
1592 FT_UInt num_subglyphs = gloader->current.num_subglyphs; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttgload.c 580 FT_UInt num_subglyphs; local
583 num_subglyphs = 0;
592 error = FT_GlyphLoader_CheckSubGlyphs( gloader, num_subglyphs + 1 );
600 subglyph = gloader->current.subglyphs + num_subglyphs;
660 num_subglyphs++;
664 gloader->current.num_subglyphs = num_subglyphs;
1601 FT_UInt num_subglyphs = gloader->current.num_subglyphs; local
    [all...]
  /external/freetype/src/truetype/
ttgload.c 580 FT_UInt num_subglyphs; local
583 num_subglyphs = 0;
592 error = FT_GlyphLoader_CheckSubGlyphs( gloader, num_subglyphs + 1 );
600 subglyph = gloader->current.subglyphs + num_subglyphs;
660 num_subglyphs++;
664 gloader->current.num_subglyphs = num_subglyphs;
1736 FT_UInt num_subglyphs = gloader->current.num_subglyphs; local
    [all...]
  /external/chromium_org/third_party/freetype/src/psaux/
t1decode.c 286 glyph->num_subglyphs = 2;
290 loader->current.num_subglyphs = 2;
    [all...]
  /external/freetype/src/psaux/
t1decode.c 286 glyph->num_subglyphs = 2;
290 loader->current.num_subglyphs = 2;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
t1decode.c 286 glyph->num_subglyphs = 2;
290 loader->current.num_subglyphs = 2;
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
freetype.h 1633 FT_UInt num_subglyphs; member in struct:FT_GlyphSlotRec_
    [all...]
  /external/freetype/include/
freetype.h 1690 FT_UInt num_subglyphs; member in struct:FT_GlyphSlotRec_
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/
freetype.h 1639 FT_UInt num_subglyphs; member in struct:FT_GlyphSlotRec_
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
freetype.h 1639 FT_UInt num_subglyphs; member in struct:FT_GlyphSlotRec_
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffgload.c 816 glyph->num_subglyphs = 2;
820 loader->current.num_subglyphs = 2;
    [all...]
  /external/freetype/src/cff/
cffgload.c 812 glyph->num_subglyphs = 2;
816 loader->current.num_subglyphs = 2;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffgload.c 816 glyph->num_subglyphs = 2;
820 loader->current.num_subglyphs = 2;
    [all...]

Completed in 367 milliseconds