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

123

/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftbitmap.h45 /* 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 *bitma
[all...]
H A Dftglyph.h165 FT_Bitmap bitmap;
H A Dftimage.h146 /* @FT_Bitmap structure (it generally is 256). */
261 /* FT_Bitmap */
330 } FT_Bitmap; typedef in typeref:struct:FT_Bitmap_
771 /* @FT_Bitmap. You generally need to access the `bitmap' field of */
1115 const FT_Bitmap* target;
H A Dftoutln.h430 const FT_Bitmap *abitmap );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftbitmap.h45 /* 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 *bitma
[all...]
H A Dftglyph.h165 FT_Bitmap bitmap;
H A Dftimage.h146 /* @FT_Bitmap structure (it generally is 256). */
261 /* FT_Bitmap */
330 } FT_Bitmap; typedef in typeref:struct:FT_Bitmap_
771 /* @FT_Bitmap. You generally need to access the `bitmap' field of */
1115 const FT_Bitmap* target;
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftbitmap.h45 /* 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 *bitma
[all...]
H A Dftglyph.h165 FT_Bitmap bitmap;
H A Dftimage.h146 /* @FT_Bitmap structure (it generally is 256). */
261 /* FT_Bitmap */
330 } FT_Bitmap; typedef in typeref:struct:FT_Bitmap_
771 /* @FT_Bitmap. You generally need to access the `bitmap' field of */
1115 const FT_Bitmap* target;
H A Dftoutln.h430 const FT_Bitmap *abitmap );
/external/freetype/include/
H A Dftbitmap.h45 /* 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 *bitma
[all...]
H A Dftglyph.h165 FT_Bitmap bitmap;
H A Dftimage.h146 /* @FT_Bitmap structure (it generally is 256). */
261 /* FT_Bitmap */
330 } FT_Bitmap; typedef in typeref:struct:FT_Bitmap_
771 /* @FT_Bitmap. You generally need to access the `bitmap' field of */
1115 const FT_Bitmap* target;
H A Dftoutln.h440 const FT_Bitmap *abitmap );
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dpngshim.h32 Load_SBit_Png( FT_Bitmap* map,
H A Dttsbit.h54 FT_Bitmap *map,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dpngshim.h32 Load_SBit_Png( FT_Bitmap* map,
H A Dttsbit.h54 FT_Bitmap *map,
/external/freetype/src/sfnt/
H A Dttsbit.h54 FT_Bitmap *map,
/external/chromium_org/third_party/ots/test/
H A Dside-by-side.cc22 void DumpBitmap(const FT_Bitmap *bitmap) {
42 int CompareBitmaps(const FT_Bitmap *orig, const FT_Bitmap *trans) {
73 int GetBitmap(FT_Library library, FT_Outline *outline, FT_Bitmap *bitmap) {
148 FT_Bitmap orig_bitmap, trans_bitmap;
/external/pdfium/core/include/fxge/
H A Dfx_freetype.h42 typedef FT_Bitmap* FXFT_Bitmap;
127 #define FXFT_Get_Bitmap_Width(bitmap) ((FT_Bitmap*)bitmap)->width
128 #define FXFT_Get_Bitmap_Rows(bitmap) ((FT_Bitmap*)bitmap)->rows
129 #define FXFT_Get_Bitmap_PixelMode(bitmap) ((FT_Bitmap*)bitmap)->pixel_mode
130 #define FXFT_Get_Bitmap_Pitch(bitmap) ((FT_Bitmap*)bitmap)->pitch
131 #define FXFT_Get_Bitmap_Buffer(bitmap) ((FT_Bitmap*)bitmap)->buffer
/external/chromium_org/third_party/freetype/src/base/
H A Dftbitmap.c28 const FT_Bitmap null_bitmap = { 0, 0, 0, 0, 0, 0, 0, 0 };
34 FT_Bitmap_New( FT_Bitmap *abitmap )
44 const FT_Bitmap *source,
45 FT_Bitmap *target)
101 FT_Bitmap* bitmap,
217 FT_Bitmap* bitmap,
250 FT_Bitmap tmp;
435 const FT_Bitmap *source,
436 FT_Bitmap *target,
717 FT_Bitmap bitma
[all...]
/external/freetype/src/base/
H A Dftbitmap.c28 const FT_Bitmap null_bitmap = { 0, 0, 0, 0, 0, 0, 0, 0 };
34 FT_Bitmap_New( FT_Bitmap *abitmap )
44 const FT_Bitmap *source,
45 FT_Bitmap *target)
101 FT_Bitmap* bitmap,
217 FT_Bitmap* bitmap,
250 FT_Bitmap tmp;
428 const FT_Bitmap *source,
429 FT_Bitmap *target,
710 FT_Bitmap bitma
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dfxft_ftbitmap.c28 const FT_Bitmap null_bitmap = { 0, 0, 0, 0, 0, 0, 0, 0 };
34 FT_Bitmap_New( FT_Bitmap *abitmap )
44 const FT_Bitmap *source,
45 FT_Bitmap *target)
101 FT_Bitmap* bitmap,
217 FT_Bitmap* bitmap,
250 FT_Bitmap tmp;
435 const FT_Bitmap *source,
436 FT_Bitmap *target,
717 FT_Bitmap bitma
[all...]

Completed in 511 milliseconds

123