OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abitmap
(Results
1 - 14
of
14
) sorted by null
/external/freetype/include/
ftbitmap.h
64
/*
abitmap
:: A pointer to the bitmap structure. */
70
FT_Bitmap_Init( FT_Bitmap *
abitmap
);
variable
75
FT_Bitmap_New( FT_Bitmap *
abitmap
);
variable
ftoutln.h
424
/*
abitmap
:: A pointer to the target bitmap descriptor. */
432
/* various fields in `
abitmap
' should be set accordingly. */
436
/* The value of the `num_grays' field in `
abitmap
' is ignored. If */
443
const FT_Bitmap *
abitmap
);
[
all
...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftbitmap.h
64
/*
abitmap
:: A pointer to the bitmap structure. */
70
FT_Bitmap_Init( FT_Bitmap *
abitmap
);
variable
75
FT_Bitmap_New( FT_Bitmap *
abitmap
);
variable
ftoutln.h
424
/*
abitmap
:: A pointer to the target bitmap descriptor. */
432
/* various fields in `
abitmap
' should be set accordingly. */
436
/* The value of the `num_grays' field in `
abitmap
' is ignored. If */
443
const FT_Bitmap *
abitmap
);
[
all
...]
/external/pdfium/third_party/freetype/include/freetype/
ftbitmap.h
64
/*
abitmap
:: A pointer to the bitmap structure. */
70
FT_Bitmap_Init( FT_Bitmap *
abitmap
);
variable
75
FT_Bitmap_New( FT_Bitmap *
abitmap
);
variable
ftoutln.h
424
/*
abitmap
:: A pointer to the target bitmap descriptor. */
432
/* various fields in `
abitmap
' should be set accordingly. */
436
/* The value of the `num_grays' field in `
abitmap
' is ignored. If */
443
const FT_Bitmap *
abitmap
);
[
all
...]
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftbitmap.h
64
/*
abitmap
:: A pointer to the bitmap structure. */
70
FT_Bitmap_Init( FT_Bitmap *
abitmap
);
variable
75
FT_Bitmap_New( FT_Bitmap *
abitmap
);
variable
ftoutln.h
424
/*
abitmap
:: A pointer to the target bitmap descriptor. */
432
/* various fields in `
abitmap
' should be set accordingly. */
436
/* The value of the `num_grays' field in `
abitmap
' is ignored. If */
443
const FT_Bitmap *
abitmap
);
[
all
...]
/external/freetype/src/base/
ftbitmap.c
34
FT_Bitmap_Init( FT_Bitmap *
abitmap
)
36
if (
abitmap
)
37
*
abitmap
= null_bitmap;
44
FT_Bitmap_New( FT_Bitmap *
abitmap
)
46
if (
abitmap
)
47
*
abitmap
= null_bitmap;
ftoutln.c
659
const FT_Bitmap *
abitmap
)
664
if ( !
abitmap
)
669
params.target =
abitmap
;
672
if (
abitmap
->pixel_mode == FT_PIXEL_MODE_GRAY ||
673
abitmap
->pixel_mode == FT_PIXEL_MODE_LCD ||
674
abitmap
->pixel_mode == FT_PIXEL_MODE_LCD_V )
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftbitmap.c
34
FT_Bitmap_Init( FT_Bitmap *
abitmap
)
36
if (
abitmap
)
37
*
abitmap
= null_bitmap;
44
FT_Bitmap_New( FT_Bitmap *
abitmap
)
46
if (
abitmap
)
47
*
abitmap
= null_bitmap;
ftoutln.c
660
const FT_Bitmap *
abitmap
)
665
if ( !
abitmap
)
670
params.target =
abitmap
;
673
if (
abitmap
->pixel_mode == FT_PIXEL_MODE_GRAY ||
674
abitmap
->pixel_mode == FT_PIXEL_MODE_LCD ||
675
abitmap
->pixel_mode == FT_PIXEL_MODE_LCD_V )
/external/pdfium/third_party/freetype/src/base/
ftbitmap.c
34
FT_Bitmap_Init( FT_Bitmap *
abitmap
)
36
if (
abitmap
)
37
*
abitmap
= null_bitmap;
44
FT_Bitmap_New( FT_Bitmap *
abitmap
)
46
if (
abitmap
)
47
*
abitmap
= null_bitmap;
ftoutln.c
660
const FT_Bitmap *
abitmap
)
665
if ( !
abitmap
)
670
params.target =
abitmap
;
673
if (
abitmap
->pixel_mode == FT_PIXEL_MODE_GRAY ||
674
abitmap
->pixel_mode == FT_PIXEL_MODE_LCD ||
675
abitmap
->pixel_mode == FT_PIXEL_MODE_LCD_V )
Completed in 485 milliseconds