Home
last modified time | relevance | path

Searched refs:gloader (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/third_party/freetype/src/truetype/
Dttgload.c329 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/
Dttgload.c352 FT_GlyphLoader gloader = load->gloader; in TT_Load_Simple_Glyph() local
368 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, 0, n_contours ); in TT_Load_Simple_Glyph()
373 cont = gloader->current.outline.contours; in TT_Load_Simple_Glyph()
408 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, n_points + 4, 0 ); in TT_Load_Simple_Glyph()
459 outline = &gloader->current.outline; in TT_Load_Simple_Glyph()
528 vec = gloader->current.outline.points; in TT_Load_Simple_Glyph()
582 FT_GlyphLoader gloader = loader->gloader; in TT_Load_Composite_Glyph() local
596 error = FT_GlyphLoader_CheckSubGlyphs( gloader, num_subglyphs + 1 ); in TT_Load_Composite_Glyph()
604 subglyph = gloader->current.subglyphs + num_subglyphs; in TT_Load_Composite_Glyph()
684 gloader->current.num_subglyphs = num_subglyphs; in TT_Load_Composite_Glyph()
[all …]
/external/freetype/src/autofit/
Dafloader.c97 FT_GlyphLoader gloader = internal->loader; in af_loader_load_g() local
154 &gloader->base.outline, in af_loader_load_g()
250 FT_Outline_Transform( &gloader->base.outline, &loader->trans_matrix ); in af_loader_load_g()
257 FT_Outline_Translate( &gloader->base.outline, -loader->pp1.x, 0 ); in af_loader_load_g()
259 FT_Outline_Get_CBox( &gloader->base.outline, &bbox ); in af_loader_load_g()
/external/freetype/include/internal/
Dfttrace.h34 FT_TRACE_DEF( gloader ) /* glyph loader (ftgloadr.c) */
Dtttypes.h1466 FT_GlyphLoader gloader; member
/external/pdfium/third_party/freetype/include/freetype/internal/
Dfttrace.h34 FT_TRACE_DEF( gloader ) /* glyph loader (ftgloadr.c) */
Dtttypes.h1478 FT_GlyphLoader gloader; member
/external/dbus/
DChangeLog.pre-1-06456 * glib/dbus-gloader-expat.c (description_load_from_string): allow