Home
last modified time | relevance | path

Searched refs:FT_Render_Glyph (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/core/fxge/
Dfx_freetype.h50 FT_Render_Glyph((face)->glyph, static_cast<enum FT_Render_Mode_>(mode))
/external/freetype/src/tools/ftrandom/
DREADME40 --rasterize Call `FT_Render_Glyph' as well as loading it.
Dftrandom.c192 FT_Render_Glyph( face->glyph, ft_render_mode_normal ); in TestFace()
/external/freetype/include/freetype/
Dfreetype.h3386 FT_Render_Glyph( FT_GlyphSlot slot,
/external/skqp/src/ports/
DSkFontHost_FreeType_common.cpp460 FT_Error err = FT_Render_Glyph(face->glyph, doVert ? FT_RENDER_MODE_LCD_V : in generateGlyphImage()
/external/skia/src/ports/
DSkFontHost_FreeType_common.cpp460 FT_Error err = FT_Render_Glyph(face->glyph, doVert ? FT_RENDER_MODE_LCD_V : in generateGlyphImage()
/external/freetype/src/base/
Dftobjs.c1052 error = FT_Render_Glyph( slot, mode ); in FT_Load_Glyph()
4776 FT_Render_Glyph( FT_GlyphSlot slot, in FT_Render_Glyph() function
/external/freetype/docs/
DCHANGES80 it sets a flag so that if `FT_Render_Glyph' is called with
2317 to be applied to the bitmaps generated by `FT_Render_Glyph' if
4309 * Anti-aliased rendering is now the default for FT_Render_Glyph
4361 FT_Render_Glyph, FT_Outline_Render & FT_Outline_Get_Bitmap now
4463 the new function FT_Render_Glyph.
4488 converted to a bitmap by using the new FT_Render_Glyph
4496 and FT_Load_Char functions will call FT_Render_Glyph
/external/freetype/
DChangeLog.291156 [base] Improve tracing in FT_Render_Glyph.
1427 appropriate but `FT_Render_Glyph' is not called.
DChangeLog.271034 until the user calls `FT_Render_Glyph'. However, it always
DChangeLog.214065 2003-08-18 introduced a severe bug (FT_Render_Glyph was called
6780 * src/base/ftobjs.c (FT_Render_Glyph): Change second parameter to
DChangeLog.246110 (FT_Render_Glyph): Check `slot->face'.