Searched refs:gloader (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttgload.c | 329 FT_GlyphLoader gloader = load->gloader; in TT_Load_Simple_Glyph() local 345 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, 0, n_contours ); in TT_Load_Simple_Glyph() 350 cont = gloader->current.outline.contours; in TT_Load_Simple_Glyph() 385 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, n_points + 4, 0 ); in TT_Load_Simple_Glyph() 436 outline = &gloader->current.outline; in TT_Load_Simple_Glyph() 505 vec = gloader->current.outline.points; in TT_Load_Simple_Glyph() 559 FT_GlyphLoader gloader = loader->gloader; in TT_Load_Composite_Glyph() local 573 error = FT_GlyphLoader_CheckSubGlyphs( gloader, num_subglyphs + 1 ); in TT_Load_Composite_Glyph() 581 subglyph = gloader->current.subglyphs + num_subglyphs; in TT_Load_Composite_Glyph() 661 gloader->current.num_subglyphs = num_subglyphs; in TT_Load_Composite_Glyph() [all …]
|
/external/freetype/src/truetype/ |
D | ttgload.c | 330 FT_GlyphLoader gloader = load->gloader; in TT_Load_Simple_Glyph() local 346 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, 0, n_contours ); in TT_Load_Simple_Glyph() 351 cont = gloader->current.outline.contours; in TT_Load_Simple_Glyph() 386 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, n_points + 4, 0 ); in TT_Load_Simple_Glyph() 438 outline = &gloader->current.outline; in TT_Load_Simple_Glyph() 507 vec = gloader->current.outline.points; in TT_Load_Simple_Glyph() 561 FT_GlyphLoader gloader = loader->gloader; in TT_Load_Composite_Glyph() local 575 error = FT_GlyphLoader_CheckSubGlyphs( gloader, num_subglyphs + 1 ); in TT_Load_Composite_Glyph() 583 subglyph = gloader->current.subglyphs + num_subglyphs; in TT_Load_Composite_Glyph() 663 gloader->current.num_subglyphs = num_subglyphs; in TT_Load_Composite_Glyph() [all …]
|
/external/freetype/src/autofit/ |
D | afloader.c | 223 FT_GlyphLoader gloader = internal->loader; in af_loader_load_glyph() local 383 &gloader->base.outline, in af_loader_load_glyph() 479 FT_Outline_Transform( &gloader->base.outline, &loader->trans_matrix ); in af_loader_load_glyph() 486 FT_Outline_Translate( &gloader->base.outline, -loader->pp1.x, 0 ); in af_loader_load_glyph() 488 FT_Outline_Get_CBox( &gloader->base.outline, &bbox ); in af_loader_load_glyph()
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
D | fttrace.h | 34 FT_TRACE_DEF( gloader ) /* glyph loader (ftgloadr.c) */
|
D | tttypes.h | 1478 FT_GlyphLoader gloader; member
|
/external/freetype/include/freetype/internal/ |
D | fttrace.h | 34 FT_TRACE_DEF( gloader ) /* glyph loader (ftgloadr.c) */
|
D | tttypes.h | 1627 FT_GlyphLoader gloader; member
|