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

1 2

  /external/freetype/include/freetype/
ftbitmap.h 45 /* 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 *source
    [all...]
ftglyph.h 165 FT_Bitmap bitmap;
    [all...]
ftimage.h 146 /* @FT_Bitmap structure (it generally is 256). */
208 /* FT_Bitmap */
272 } FT_Bitmap;
    [all...]
ftoutln.h 451 const FT_Bitmap *abitmap );
    [all...]
freetype.h     [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftbitmap.h 45 /* 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 *source
    [all...]
ftglyph.h 165 FT_Bitmap bitmap;
    [all...]
ftimage.h 146 /* @FT_Bitmap structure (it generally is 256). */
208 /* FT_Bitmap */
272 } FT_Bitmap;
    [all...]
ftoutln.h 443 const FT_Bitmap *abitmap );
    [all...]
  /external/freetype/src/sfnt/
ttsbit.h 54 FT_Bitmap *map,
ttsbit.c 473 FT_Bitmap* bitmap;
566 FT_Bitmap* map = decoder->bitmap;
718 FT_Bitmap* bitmap;
860 FT_Bitmap* bitmap;
    [all...]
pngshim.c 258 FT_Bitmap *map = &slot->bitmap;
  /external/freetype/src/tools/ftfuzzer/
rasterfuzzer.cc 52 FT_Bitmap bitmap_mono = {
63 FT_Bitmap bitmap_gray = {
  /external/freetype/src/base/
ftbitmap.c 28 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 *target
    [all...]
ftlcdfil.c 69 ft_lcd_filter_fir( FT_Bitmap* bitmap,
175 _ft_lcd_filter_legacy( FT_Bitmap* bitmap,
  /external/pdfium/core/fxge/
fx_freetype.h 170 #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/
ftrend1.c 102 FT_Bitmap* bitmap = &slot->bitmap;
  /external/freetype/src/cache/
ftcsbits.c 44 FT_Bitmap* bitmap,
136 FT_Bitmap* bitmap = &slot->bitmap;
  /external/freetype/include/freetype/internal/
sfnt.h 295 FT_Bitmap *amap,
    [all...]
ftobjs.h 323 typedef void (*FT_Bitmap_LcdFilterFunc)( FT_Bitmap* bitmap,
330 ft_lcd_filter_fir( FT_Bitmap* bitmap,
    [all...]
  /external/freetype/src/pfr/
pfrsbit.c 51 FT_Bitmap* target,
537 FT_Bitmap* target )
759 /* XXX: needs casts to fit FT_Bitmap.{width|rows|pitch} */
  /external/freetype/src/smooth/
ftsmooth.c 102 FT_Bitmap* bitmap = &slot->bitmap;
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 88 * 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/
SkFontHost_FreeType_common.cpp 88 * 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)
  /frameworks/rs/
rsFont.cpp 251 FT_Bitmap *bitmap = &mFace->glyph->bitmap;
415 bool FontState::cacheBitmap(FT_Bitmap *bitmap, uint32_t *retOriginX, uint32_t *retOriginY) {

Completed in 633 milliseconds

1 2