HomeSort by relevance Sort by last modified time
    Searched refs:FT_Bitmap (Results 1 - 20 of 20) 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,
622 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/skia/src/ports/
SkFontHost_FreeType_Subpixel.cpp 38 void CopyFreetypeBitmapToLCDMask(const SkGlyph& dest, const FT_Bitmap& source)
91 void CopyFreetypeBitmapToVerticalLCDMask(const SkGlyph& dest, const FT_Bitmap& source)
SkFontHost_FreeType.cpp     [all...]
  /external/freetype/src/raster/
ftrend1.c 108 FT_Bitmap* bitmap;
ftraster.c 489 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 345 FT_Bitmap target;
    [all...]
  /frameworks/base/libs/rs/
rsFont.cpp 249 FT_Bitmap *bitmap = &mFace->glyph->bitmap;
409 bool FontState::cacheBitmap(FT_Bitmap *bitmap, uint32_t *retOriginX, uint32_t *retOriginY) {

Completed in 1292 milliseconds