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

  /external/freetype/include/freetype/
ftbitmap.h 45 /* Handling FT_Bitmap objects. */
48 /* This section contains functions for converting FT_Bitmap objects. */
59 /* Initialize a pointer to an @FT_Bitmap structure. */
65 FT_Bitmap_New( FT_Bitmap *abitmap );
89 const FT_Bitmap *source,
90 FT_Bitmap *target);
127 FT_Bitmap* bitmap,
167 const FT_Bitmap *source,
168 FT_Bitmap *target,
216 FT_Bitmap *bitmap )
    [all...]
ftglyph.h 165 FT_Bitmap bitmap;
    [all...]
ftimage.h 147 /* @FT_Bitmap structure (it generally is 256). */
252 /* FT_Bitmap */
321 } FT_Bitmap;
    [all...]
ftoutln.h 410 const FT_Bitmap *abitmap );
freetype.h     [all...]
  /external/freetype/src/sfnt/
ttsbit.h 70 FT_Bitmap *map,
ttsbit.c 82 blit_sbit( FT_Bitmap* target,
    [all...]
ttsbit0.c 164 FT_Bitmap* bitmap;
254 FT_Bitmap* map = decoder->bitmap;
379 FT_Bitmap* bitmap;
517 FT_Bitmap* bitmap;
990 FT_Bitmap *map,
  /external/freetype/src/base/
ftbitmap.c 26 const FT_Bitmap null_bitmap = { 0, 0, 0, 0, 0, 0, 0, 0 };
32 FT_Bitmap_New( FT_Bitmap *abitmap )
42 const FT_Bitmap *source,
43 FT_Bitmap *target)
99 FT_Bitmap* bitmap,
215 FT_Bitmap* bitmap,
248 FT_Bitmap tmp;
376 const FT_Bitmap *source,
377 FT_Bitmap *target,
626 FT_Bitmap bitmap
    [all...]
ftlcdfil.c 32 _ft_lcd_filter_fir( FT_Bitmap* bitmap,
166 _ft_lcd_filter_legacy( FT_Bitmap* bitmap,
ftoutln.c 647 const FT_Bitmap *abitmap )
  /external/freetype/src/cache/
ftcsbits.c 44 FT_Bitmap* bitmap,
134 FT_Bitmap* bitmap = &slot->bitmap;
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 59 static void copyFT2LCD16(const SkGlyph& glyph, const FT_Bitmap& bitmap,
141 FT_Bitmap target;
  /external/freetype/src/raster/
ftrend1.c 108 FT_Bitmap* bitmap;
ftraster.c 498 FT_Bitmap target; /* description of target bit/pixmap */
    [all...]
  /external/freetype/include/freetype/internal/
sfnt.h 362 FT_Bitmap *amap,
    [all...]
ftobjs.h     [all...]
  /external/freetype/src/smooth/
ftsmooth.c 112 FT_Bitmap* bitmap;
ftgrays.c 355 FT_Bitmap target;
    [all...]
  /frameworks/rs/
rsFont.cpp 250 FT_Bitmap *bitmap = &mFace->glyph->bitmap;
410 bool FontState::cacheBitmap(FT_Bitmap *bitmap, uint32_t *retOriginX, uint32_t *retOriginY) {
  /external/skia/legacy/src/ports/
SkFontHost_FreeType.cpp     [all...]

Completed in 626 milliseconds