Searched refs:FT_Bitmap (Results 1 - 25 of 27) sorted by relevance

12

/external/freetype/include/freetype/
H A Dftbitmap.h45 /* Handling FT_Bitmap objects. */
48 /* This section contains functions for handling @FT_Bitmap objects. */
50 /* indicated by the sign of the `pitch' field in `FT_Bitmap'). */
61 /* Initialize a pointer to an @FT_Bitmap structure. */
70 FT_Bitmap_Init( FT_Bitmap *abitmap );
75 FT_Bitmap_New( FT_Bitmap *abitmap );
99 const FT_Bitmap *source,
100 FT_Bitmap *target );
140 FT_Bitmap* bitmap,
180 const FT_Bitmap *sourc
[all...]
H A Dftglyph.h165 FT_Bitmap bitmap;
H A Dftimage.h146 /* @FT_Bitmap structure (it generally is 256). */
208 /* FT_Bitmap */
272 } FT_Bitmap; typedef in typeref:struct:FT_Bitmap_
699 /* @FT_Bitmap. You generally need to access the `bitmap' field of */
999 const FT_Bitmap* target;
H A Dftoutln.h451 const FT_Bitmap *abitmap );
H A Dfreetype.h1923 FT_Bitmap bitmap;
/external/freetype/src/sfnt/
H A Dttsbit.h54 FT_Bitmap *map,
H A Dttsbit.c473 FT_Bitmap* bitmap;
566 FT_Bitmap* map = decoder->bitmap;
718 FT_Bitmap* bitmap;
860 FT_Bitmap* bitmap;
1471 FT_Bitmap *map,
1599 FT_Bitmap *map,
1650 FT_Bitmap new_map;
H A Dpngshim.c258 FT_Bitmap *map = &slot->bitmap;
/external/freetype/src/tools/ftfuzzer/
H A Drasterfuzzer.cc52 FT_Bitmap bitmap_mono = {
63 FT_Bitmap bitmap_gray = {
/external/freetype/src/base/
H A Dftbitmap.c28 const FT_Bitmap null_bitmap = { 0, 0, 0, 0, 0, 0, 0, 0 };
34 FT_Bitmap_Init( FT_Bitmap *abitmap )
44 FT_Bitmap_New( FT_Bitmap *abitmap )
55 const FT_Bitmap *source,
56 FT_Bitmap *target)
151 FT_Bitmap* bitmap,
297 FT_Bitmap* bitmap,
331 FT_Bitmap tmp;
505 const FT_Bitmap *source,
506 FT_Bitmap *targe
[all...]
H A Dftlcdfil.c69 ft_lcd_filter_fir( FT_Bitmap* bitmap,
175 _ft_lcd_filter_legacy( FT_Bitmap* bitmap,
H A Dftoutln.c663 const FT_Bitmap *abitmap )
/external/pdfium/core/fxge/
H A Dfx_freetype.h170 #define FXFT_Get_Bitmap_Width(bitmap) static_cast<FT_Bitmap*>(bitmap)->width
171 #define FXFT_Get_Bitmap_Rows(bitmap) static_cast<FT_Bitmap*>(bitmap)->rows
173 static_cast<FT_Bitmap*>(bitmap)->pixel_mode
174 #define FXFT_Get_Bitmap_Pitch(bitmap) static_cast<FT_Bitmap*>(bitmap)->pitch
175 #define FXFT_Get_Bitmap_Buffer(bitmap) static_cast<FT_Bitmap*>(bitmap)->buffer
/external/freetype/src/raster/
H A Dftrend1.c102 FT_Bitmap* bitmap = &slot->bitmap;
H A Dftraster.c518 FT_Bitmap target; /* description of target bit/pixmap */
3147 const FT_Bitmap* target_map = params->target;
/external/freetype/src/cache/
H A Dftcsbits.c44 FT_Bitmap* bitmap,
136 FT_Bitmap* bitmap = &slot->bitmap;
/external/freetype/include/freetype/internal/
H A Dsfnt.h295 FT_Bitmap *amap,
H A Dftobjs.h323 typedef void (*FT_Bitmap_LcdFilterFunc)( FT_Bitmap* bitmap,
330 ft_lcd_filter_fir( FT_Bitmap* bitmap,
/external/freetype/src/pfr/
H A Dpfrsbit.c51 FT_Bitmap* target,
537 FT_Bitmap* target )
759 /* XXX: needs casts to fit FT_Bitmap.{width|rows|pitch} */
/external/freetype/src/smooth/
H A Dftsmooth.c102 FT_Bitmap* bitmap = &slot->bitmap;
/external/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp88 * Copies a FT_Bitmap into an SkMask with the same dimensions.
96 void copyFT2LCD16(const FT_Bitmap& bitmap, const SkMask& mask, int lcdIsBGR,
182 * Copies a FT_Bitmap into an SkMask with the same dimensions.
197 void copyFTBitmap(const FT_Bitmap& srcFTBitmap, SkMask& dstMask) {
213 // FT_Bitmap::pitch is an int and allowed to be negative.
414 // If the FT_Bitmap extent is larger, discard bits of the bitmap outside the mask.
464 FT_Bitmap target;
521 // Copy the FT_Bitmap into an SkBitmap (either A8 or ARGB)
/external/skqp/src/ports/
H A DSkFontHost_FreeType_common.cpp88 * Copies a FT_Bitmap into an SkMask with the same dimensions.
96 void copyFT2LCD16(const FT_Bitmap& bitmap, const SkMask& mask, int lcdIsBGR,
182 * Copies a FT_Bitmap into an SkMask with the same dimensions.
197 void copyFTBitmap(const FT_Bitmap& srcFTBitmap, SkMask& dstMask) {
213 // FT_Bitmap::pitch is an int and allowed to be negative.
414 // If the FT_Bitmap extent is larger, discard bits of the bitmap outside the mask.
464 FT_Bitmap target;
521 // Copy the FT_Bitmap into an SkBitmap (either A8 or ARGB)
/external/freetype/src/pcf/
H A Dpcfdrivr.c494 FT_Bitmap* bitmap = &slot->bitmap;
/external/freetype/src/bdf/
H A Dbdfdrivr.c784 FT_Bitmap* bitmap = &slot->bitmap;
819 bitmap->pitch = (int)glyph.bpr; /* same as FT_Bitmap.pitch */
/external/freetype/src/winfonts/
H A Dwinfnt.c995 FT_Bitmap* bitmap = &slot->bitmap;

Completed in 440 milliseconds

12