Searched defs:bitmap (Results 1 - 25 of 292) sorted by path

1234567891011>>

/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
H A DMockContext.java219 public void setWallpaper(Bitmap bitmap) throws IOException { argument
/external/boringssl/src/ssl/
H A Dd1_pkt.c184 static int dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap);
185 static void dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap);
370 if (!dtls1_record_replay_check(s, &s->d1->bitmap)) {
386 dtls1_record_bitmap_update(s, &s->d1->bitmap); /* Mark receipt of record. */
828 static int dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap) { argument
833 cmp = satsub64be(seq, bitmap->max_seq_num);
839 if (shift >= sizeof(bitmap->map) * 8) {
841 } else if (bitmap->map & (((uint64_t)1) << shift)) {
849 static void dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap) { argument
854 cmp = satsub64be(seq, bitmap
[all...]
H A Dinternal.h748 DTLS1_BITMAP bitmap; member in struct:dtls1_state_st
/external/e2fsprogs/e2fsck/
H A Dpass5.c203 int actual, bitmap; local
218 "actual bitmap buffer");
220 "bitmap block buffer");
276 * Try to optimize pass5 by extracting a bitmap block
336 bitmap = 0;
347 bitmap = 1;
355 * When the compare data blocks in block bitmap
375 bitmap = 1;
380 bitmap = actual;
382 bitmap
542 int actual, bitmap; local
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dbitmaps.c32 void ext2fs_free_inode_bitmap(ext2fs_inode_bitmap bitmap) argument
34 ext2fs_free_generic_bmap(bitmap);
37 void ext2fs_free_block_bitmap(ext2fs_block_bitmap bitmap) argument
39 ext2fs_free_generic_bmap(bitmap);
116 * bitmap for backwards compatibility. This function allocates a
117 * block bitmap which is truly per-block, even if clusters/bigalloc
154 int ext2fs_get_bitmap_granularity(ext2fs_block_bitmap bitmap) argument
156 ext2fs_generic_bitmap bmap = bitmap;
164 errcode_t ext2fs_fudge_inode_bitmap_end(ext2fs_inode_bitmap bitmap, argument
170 retval = ext2fs_fudge_generic_bmap_end((ext2fs_generic_bitmap) bitmap,
178 ext2fs_fudge_block_bitmap_end(ext2fs_block_bitmap bitmap, blk_t end, blk_t *oend) argument
187 ext2fs_fudge_block_bitmap_end2(ext2fs_block_bitmap bitmap, blk64_t end, blk64_t *oend) argument
195 ext2fs_clear_inode_bitmap(ext2fs_inode_bitmap bitmap) argument
200 ext2fs_clear_block_bitmap(ext2fs_block_bitmap bitmap) argument
[all...]
H A Dbitops.h42 * EXT2FS bitmap manipulation routines.
53 extern void ext2fs_warn_bitmap2(ext2fs_generic_bitmap bitmap,
65 extern int ext2fs_mark_block_bitmap(ext2fs_block_bitmap bitmap, blk_t block);
66 extern int ext2fs_unmark_block_bitmap(ext2fs_block_bitmap bitmap,
68 extern int ext2fs_test_block_bitmap(ext2fs_block_bitmap bitmap, blk_t block);
70 extern int ext2fs_mark_inode_bitmap(ext2fs_inode_bitmap bitmap, ext2_ino_t inode);
71 extern int ext2fs_unmark_inode_bitmap(ext2fs_inode_bitmap bitmap,
73 extern int ext2fs_test_inode_bitmap(ext2fs_inode_bitmap bitmap, ext2_ino_t inode);
75 extern void ext2fs_fast_mark_block_bitmap(ext2fs_block_bitmap bitmap,
77 extern void ext2fs_fast_unmark_block_bitmap(ext2fs_block_bitmap bitmap,
378 ext2fs_mark_block_bitmap(ext2fs_block_bitmap bitmap, blk_t block) argument
385 ext2fs_unmark_block_bitmap(ext2fs_block_bitmap bitmap, blk_t block) argument
392 ext2fs_test_block_bitmap(ext2fs_block_bitmap bitmap, blk_t block) argument
399 ext2fs_mark_inode_bitmap(ext2fs_inode_bitmap bitmap, ext2_ino_t inode) argument
406 ext2fs_unmark_inode_bitmap(ext2fs_inode_bitmap bitmap, ext2_ino_t inode) argument
413 ext2fs_test_inode_bitmap(ext2fs_inode_bitmap bitmap, ext2_ino_t inode) argument
420 ext2fs_fast_mark_block_bitmap(ext2fs_block_bitmap bitmap, blk_t block) argument
426 ext2fs_fast_unmark_block_bitmap(ext2fs_block_bitmap bitmap, blk_t block) argument
432 ext2fs_fast_test_block_bitmap(ext2fs_block_bitmap bitmap, blk_t block) argument
439 ext2fs_fast_mark_inode_bitmap(ext2fs_inode_bitmap bitmap, ext2_ino_t inode) argument
445 ext2fs_fast_unmark_inode_bitmap(ext2fs_inode_bitmap bitmap, ext2_ino_t inode) argument
451 ext2fs_fast_test_inode_bitmap(ext2fs_inode_bitmap bitmap, ext2_ino_t inode) argument
458 ext2fs_get_block_bitmap_start(ext2fs_block_bitmap bitmap) argument
463 ext2fs_get_inode_bitmap_start(ext2fs_inode_bitmap bitmap) argument
468 ext2fs_get_block_bitmap_end(ext2fs_block_bitmap bitmap) argument
473 ext2fs_get_inode_bitmap_end(ext2fs_inode_bitmap bitmap) argument
478 ext2fs_fast_test_block_bitmap_range(ext2fs_block_bitmap bitmap, blk_t block, int num) argument
484 ext2fs_fast_mark_block_bitmap_range(ext2fs_block_bitmap bitmap, blk_t block, int num) argument
490 ext2fs_fast_unmark_block_bitmap_range(ext2fs_block_bitmap bitmap, blk_t block, int num) argument
498 ext2fs_mark_block_bitmap2(ext2fs_block_bitmap bitmap, blk64_t block) argument
505 ext2fs_unmark_block_bitmap2(ext2fs_block_bitmap bitmap, blk64_t block) argument
511 ext2fs_test_block_bitmap2(ext2fs_block_bitmap bitmap, blk64_t block) argument
518 ext2fs_mark_inode_bitmap2(ext2fs_inode_bitmap bitmap, ext2_ino_t inode) argument
525 ext2fs_unmark_inode_bitmap2(ext2fs_inode_bitmap bitmap, ext2_ino_t inode) argument
532 ext2fs_test_inode_bitmap2(ext2fs_inode_bitmap bitmap, ext2_ino_t inode) argument
539 ext2fs_fast_mark_block_bitmap2(ext2fs_block_bitmap bitmap, blk64_t block) argument
545 ext2fs_fast_unmark_block_bitmap2(ext2fs_block_bitmap bitmap, blk64_t block) argument
551 ext2fs_fast_test_block_bitmap2(ext2fs_block_bitmap bitmap, blk64_t block) argument
558 ext2fs_fast_mark_inode_bitmap2(ext2fs_inode_bitmap bitmap, ext2_ino_t inode) argument
564 ext2fs_fast_unmark_inode_bitmap2(ext2fs_inode_bitmap bitmap, ext2_ino_t inode) argument
570 ext2fs_fast_test_inode_bitmap2(ext2fs_inode_bitmap bitmap, ext2_ino_t inode) argument
577 ext2fs_find_first_zero_block_bitmap2(ext2fs_block_bitmap bitmap, blk64_t start, blk64_t end, blk64_t *out) argument
592 ext2fs_find_first_zero_inode_bitmap2(ext2fs_inode_bitmap bitmap, ext2_ino_t start, ext2_ino_t end, ext2_ino_t *out) argument
607 ext2fs_get_block_bitmap_start2(ext2fs_block_bitmap bitmap) argument
612 ext2fs_get_inode_bitmap_start2(ext2fs_inode_bitmap bitmap) argument
617 ext2fs_get_block_bitmap_end2(ext2fs_block_bitmap bitmap) argument
622 ext2fs_get_inode_bitmap_end2(ext2fs_inode_bitmap bitmap) argument
627 ext2fs_fast_test_block_bitmap_range2(ext2fs_block_bitmap bitmap, blk64_t block, unsigned int num) argument
634 ext2fs_fast_mark_block_bitmap_range2(ext2fs_block_bitmap bitmap, blk64_t block, unsigned int num) argument
641 ext2fs_fast_unmark_block_bitmap_range2(ext2fs_block_bitmap bitmap, blk64_t block, unsigned int num) argument
[all...]
H A Dblkmap64_ba.c31 * Private data for bit array implementation of bitmap ops.
33 * exactly equivalent to the old-skool char * bitmap member.
42 static errcode_t ba_alloc_private_data (ext2fs_generic_bitmap bitmap) argument
58 size = (size_t) (((bitmap->real_end - bitmap->start) / 8) + 1);
66 bitmap->private = (void *) bp;
71 ext2fs_generic_bitmap bitmap)
77 retval = ba_alloc_private_data (bitmap);
81 bp = (ext2fs_ba_private) bitmap->private;
82 size = (size_t) (((bitmap
88 ba_free_bmap(ext2fs_generic_bitmap bitmap) argument
164 ba_mark_bmap(ext2fs_generic_bitmap bitmap, __u64 arg) argument
172 ba_unmark_bmap(ext2fs_generic_bitmap bitmap, __u64 arg) argument
180 ba_test_bmap(ext2fs_generic_bitmap bitmap, __u64 arg) argument
188 ba_mark_bmap_extent(ext2fs_generic_bitmap bitmap, __u64 arg, unsigned int num) argument
199 ba_unmark_bmap_extent(ext2fs_generic_bitmap bitmap, __u64 arg, unsigned int num) argument
210 ba_test_clear_bmap_extent(ext2fs_generic_bitmap bitmap, __u64 start, unsigned int len) argument
284 ba_set_bmap_range(ext2fs_generic_bitmap bitmap, __u64 start, size_t num, void *in) argument
294 ba_get_bmap_range(ext2fs_generic_bitmap bitmap, __u64 start, size_t num, void *out) argument
304 ba_clear_bmap(ext2fs_generic_bitmap bitmap) argument
312 ba_print_stats(ext2fs_generic_bitmap bitmap) argument
320 ba_find_first_zero(ext2fs_generic_bitmap bitmap, __u64 start, __u64 end, __u64 *out) argument
[all...]
H A Dblkmap64_rb.c172 static errcode_t rb_alloc_private_data (ext2fs_generic_bitmap bitmap) argument
191 bitmap->private = (void *) bp;
196 ext2fs_generic_bitmap bitmap)
200 retval = rb_alloc_private_data (bitmap);
220 static void rb_free_bmap(ext2fs_generic_bitmap bitmap) argument
224 bp = (struct ext2fs_rb_private *) bitmap->private;
569 static int rb_mark_bmap(ext2fs_generic_bitmap bitmap, __u64 arg) argument
573 bp = (struct ext2fs_rb_private *) bitmap->private;
574 arg -= bitmap->start;
579 static int rb_unmark_bmap(ext2fs_generic_bitmap bitmap, __u6 argument
594 rb_test_bmap(ext2fs_generic_bitmap bitmap, __u64 arg) argument
604 rb_mark_bmap_extent(ext2fs_generic_bitmap bitmap, __u64 arg, unsigned int num) argument
615 rb_unmark_bmap_extent(ext2fs_generic_bitmap bitmap, __u64 arg, unsigned int num) argument
627 rb_test_clear_bmap_extent(ext2fs_generic_bitmap bitmap, __u64 start, unsigned int len) argument
683 rb_set_bmap_range(ext2fs_generic_bitmap bitmap, __u64 start, size_t num, void *in) argument
726 rb_get_bmap_range(ext2fs_generic_bitmap bitmap, __u64 start, size_t num, void *out) argument
792 rb_clear_bmap(ext2fs_generic_bitmap bitmap) argument
805 rb_print_stats(ext2fs_generic_bitmap bitmap) argument
867 rb_print_stats(ext2fs_generic_bitmap bitmap) argument
[all...]
H A Dcsum.c107 static __u32 find_last_inode_ingrp(ext2fs_inode_bitmap bitmap, argument
116 if (ext2fs_fast_test_inode_bitmap2(bitmap, i))
122 /* update the bitmap flags, set the itable high watermark, and calculate
H A Dgen_bitmap.c2 * gen_bitmap.c --- Generic (32-bit) bitmap routines
36 char * bitmap; member in struct:ext2fs_struct_generic_bitmap
55 void ext2fs_warn_bitmap2(ext2fs_generic_bitmap bitmap, argument
59 if (bitmap->description)
60 com_err(0, bitmap->base_error_code+code,
61 "#%lu for %s", arg, bitmap->description);
63 com_err(0, bitmap->base_error_code + code, "#%lu", arg);
67 static errcode_t check_magic(ext2fs_generic_bitmap bitmap) argument
69 if (!bitmap || !((bitmap
81 ext2fs_generic_bitmap bitmap; local
153 ext2fs_free_generic_bitmap(ext2fs_inode_bitmap bitmap) argument
170 ext2fs_test_generic_bitmap(ext2fs_generic_bitmap bitmap, blk_t bitno) argument
192 ext2fs_mark_generic_bitmap(ext2fs_generic_bitmap bitmap, __u32 bitno) argument
214 ext2fs_unmark_generic_bitmap(ext2fs_generic_bitmap bitmap, blk_t bitno) argument
236 ext2fs_get_generic_bitmap_start(ext2fs_generic_bitmap bitmap) argument
253 ext2fs_get_generic_bitmap_end(ext2fs_generic_bitmap bitmap) argument
269 ext2fs_clear_generic_bitmap(ext2fs_generic_bitmap bitmap) argument
288 ext2fs_fudge_generic_bitmap_end(ext2fs_inode_bitmap bitmap, errcode_t magic, errcode_t neq, ext2_ino_t end, ext2_ino_t *oend) argument
434 ext2fs_test_clear_generic_bitmap_range(ext2fs_generic_bitmap bitmap, unsigned int start, unsigned int len) argument
506 ext2fs_find_first_zero_generic_bitmap(ext2fs_generic_bitmap bitmap, __u32 start, __u32 end, __u32 *out) argument
530 ext2fs_test_block_bitmap_range(ext2fs_block_bitmap bitmap, blk_t block, int num) argument
543 ext2fs_test_inode_bitmap_range(ext2fs_inode_bitmap bitmap, ino_t inode, int num) argument
556 ext2fs_mark_block_bitmap_range(ext2fs_block_bitmap bitmap, blk_t block, int num) argument
570 ext2fs_unmark_block_bitmap_range(ext2fs_block_bitmap bitmap, blk_t block, int num) argument
[all...]
H A Dgen_bitmap64.c50 * new-style interfaces will support either type of bitmap, although
52 * new-style interface and the new-style bitmap are used.
54 * For example, the new bitmap interfaces will check the structure
55 * magic numbers and so will be able to detect old-stype bitmap. If
56 * they see an old-style bitmap, they will pass it to the gen_bitmap.c
66 * loop detections in pass 3, the bitmap will *always* be sparse, so
70 static void warn_bitmap(ext2fs_generic_bitmap bitmap, argument
74 if (bitmap->description)
75 com_err(0, bitmap->base_error_code+code,
76 "#%llu for %s", arg, bitmap
95 ext2fs_generic_bitmap bitmap; local
177 ext2fs_print_bmap_statistics(ext2fs_generic_bitmap bitmap) argument
361 ext2fs_fudge_generic_bmap_end(ext2fs_generic_bitmap bitmap, errcode_t neq, __u64 end, __u64 *oend) argument
390 ext2fs_get_generic_bmap_start(ext2fs_generic_bitmap bitmap) argument
404 ext2fs_get_generic_bmap_end(ext2fs_generic_bitmap bitmap) argument
418 ext2fs_clear_generic_bmap(ext2fs_generic_bitmap bitmap) argument
426 ext2fs_mark_generic_bmap(ext2fs_generic_bitmap bitmap, __u64 arg) argument
463 ext2fs_unmark_generic_bmap(ext2fs_generic_bitmap bitmap, __u64 arg) argument
493 ext2fs_test_generic_bmap(ext2fs_generic_bitmap bitmap, __u64 arg) argument
743 ext2fs_warn_bitmap32(ext2fs_generic_bitmap bitmap, const char *func) argument
756 ext2fs_convert_subcluster_bitmap(ext2_filsys fs, ext2fs_block_bitmap *bitmap) argument
799 ext2fs_find_first_zero_generic_bmap(ext2fs_generic_bitmap bitmap, __u64 start, __u64 end, __u64 *out) argument
[all...]
/external/e2fsprogs/lib/quota/
H A Dquotaio_tree.c542 static int report_block(struct dquot *dquot, uint blk, char *bitmap, argument
556 set_bit(bitmap, blk);
587 static int report_tree(struct dquot *dquot, uint blk, int depth, char *bitmap, argument
603 if (blk && !get_bit(bitmap, blk))
604 entries += report_block(dquot, blk, bitmap,
613 bitmap, process_dquot,
636 char *bitmap; local
645 if (ext2fs_get_memzero((info->dqi_blocks + 7) >> 3, &bitmap)) {
649 v2info->dqi_used_entries = report_tree(dquot, QT_TREEOFF, 0, bitmap,
651 v2info->dqi_data_blocks = find_set_bits(bitmap, inf
[all...]
/external/e2fsprogs/misc/
H A Ddumpe2fs.c81 static void print_free(unsigned long group, char * bitmap, argument
91 if (!in_use (bitmap, i))
96 for (j = i; j < num && !in_use (bitmap, j); j++)
234 fputs(_(" Block bitmap at "), stdout);
238 fputs(_(", Inode bitmap at "), stdout);
263 "while reading block bitmap");
278 "while reading inode bitmap");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.launcher.jar ... name public boolean showSplash (java.lang.String) String bitmap public boolean updateSplash () public long getSplashHandle () boolean isLibraryLoadedByJava () public boolean ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jar ... name public boolean showSplash (java.lang.String) String bitmap public boolean updateSplash () public long getSplashHandle () boolean isLibraryLoadedByJava () public boolean ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/f2fs-tools/fsck/
H A Dfsck.c275 ASSERT_MSG("SIT bitmap is 0x0. blk_addr[0x%x]",
625 unsigned long *bitmap,
641 bit_offset = find_next_bit(bitmap, max, next_idx);
667 unsigned long *bitmap,
685 if (test_bit(i, bitmap) == 0) {
703 if (test_bit(i, bitmap) == 0) {
713 clear_bit(i, bitmap);
726 clear_bit(i, bitmap);
762 print_dentry(fsck->dentry_depth, name, bitmap,
775 clear_bit(i + j, bitmap);
624 print_dentry(__u32 depth, __u8 *name, unsigned long *bitmap, struct f2fs_dir_entry *dentry, int max, int idx, int last_blk) argument
665 __chk_dentries(struct f2fs_sb_info *sbi, u32 *child_cnt, u32* child_files, unsigned long *bitmap, struct f2fs_dir_entry *dentry, __u8 (*filenames)[F2FS_SLOT_LEN], int max, int last_blk) argument
[all...]
/external/fio/
H A Dsmalloc.c24 #define SMALLOC_BPB 32 /* block size, bytes-per-bit in bitmap */
40 unsigned int *bitmap; /* blocks free/busy map */ member in struct:pool
113 map = &pool->bitmap[pool_idx];
216 pool->bitmap = (void *) ptr + (pool->nr_blocks * SMALLOC_BPL);
390 if (pool->bitmap[i] == -1U) {
397 idx = find_next_zero(pool->bitmap[i], last_idx);
/external/freetype/include/
H A Dfreetype.h331 /* This structure models the metrics of a bitmap strike (i.e., a set */
332 /* of glyphs for a given point size and resolution) in a bitmap font. */
360 /* bitmap strike itself. They are computed from the global font */
451 /* module in charge of converting a glyph image to a bitmap, when */
541 /* i.e., the glyph's metrics, its image (bitmap or outline), and */
927 /* num_fixed_sizes :: The number of bitmap strikes in the face. */
929 /* still be bitmap strikes, which are called */
932 /* available_sizes :: An array of @FT_Bitmap_Size for all bitmap */
934 /* there is no bitmap strike. */
1038 /*# for bitmap font
1741 FT_Bitmap bitmap; member in struct:FT_GlyphSlotRec_
[all...]
H A Dftglyph.h63 /* bitmap, a vector outline, or even images in other formats. */
80 /* bitmap or pointer. */
124 /* A handle to an object used to model a bitmap glyph image. This is */
136 /* A structure used for bitmap glyph images. This really is a */
144 /* glyph bitmap. */
148 /* bitmap. This distance is positive for upwards~y! */
150 /* bitmap :: A descriptor for the bitmap. */
155 /* the bitmap's contents easily. */
165 FT_Bitmap bitmap; member in struct:FT_BitmapGlyphRec_
[all...]
/external/freetype/src/base/
H A Dftbitmap.c124 /* take care of bitmap flow */
146 /* Enlarge `bitmap' horizontally and vertically by `xpixels' */
151 FT_Bitmap* bitmap,
163 width = bitmap->width;
164 height = bitmap->rows;
165 pitch = bitmap->pitch;
169 switch ( bitmap->pixel_mode )
203 FT_Byte* line = bitmap->buffer + ( bit_last >> 3 );
204 FT_Byte* end = bitmap->buffer + pitch;
229 if ( FT_QALLOC_MULT( buffer, new_pitch, bitmap
150 ft_bitmap_assure_buffer( FT_Memory memory, FT_Bitmap* bitmap, FT_UInt xpixels, FT_UInt ypixels ) argument
768 FT_Bitmap bitmap; local
[all...]
H A Dftglyph.c80 glyph->bitmap = slot->bitmap;
85 FT_Bitmap_Init( &glyph->bitmap );
86 error = FT_Bitmap_Copy( library, &slot->bitmap, &glyph->bitmap );
106 return FT_Bitmap_Copy( library, &source->bitmap, &target->bitmap );
117 FT_Bitmap_Done( library, &glyph->bitmap );
129 cbox->xMax = cbox->xMin + (FT_Pos)( glyph->bitmap.width << 6 );
131 cbox->yMin = cbox->yMax - (FT_Pos)( glyph->bitmap
516 FT_BitmapGlyph bitmap = NULL; local
[all...]
H A Dftlcdfil.c5 /* FreeType API for color filtering of subpixel bitmap glyphs (body). */
34 _ft_lcd_filter_fir( FT_Bitmap* bitmap, argument
39 FT_UInt width = (FT_UInt)bitmap->width;
40 FT_UInt height = (FT_UInt)bitmap->rows;
46 FT_Byte* line = bitmap->buffer;
49 /* take care of bitmap flow */
50 if ( bitmap->pitch < 0 )
51 line -= bitmap->pitch * (FT_Int)( bitmap->rows - 1 );
56 for ( ; height > 0; height--, line += bitmap
177 _ft_lcd_filter_legacy( FT_Bitmap* bitmap, FT_Render_Mode mode, FT_Library library ) argument
[all...]
H A Dftobjs.c295 FT_FREE( slot->bitmap.buffer );
300 /* assume that the bitmap buffer was stolen or not */
302 slot->bitmap.buffer = NULL;
313 slot->bitmap.buffer = buffer;
328 FT_FREE( slot->bitmap.buffer );
332 (void)FT_ALLOC( slot->bitmap.buffer, size );
340 /* free bitmap if needed */
347 slot->bitmap.width = 0;
348 slot->bitmap.rows = 0;
349 slot->bitmap
4122 FT_Bitmap bitmap; local
[all...]
/external/freetype/src/cache/
H A Dftcsbits.c44 FT_Bitmap* bitmap,
48 FT_Int pitch = bitmap->pitch;
55 size = (FT_ULong)pitch * bitmap->rows;
58 FT_MEM_COPY( sbit->buffer, bitmap->buffer, size );
92 * This function tries to load a small bitmap within a given FTC_SNode.
134 FT_Bitmap* bitmap = &slot->bitmap; local
141 " glyph loaded didn't return a bitmap\n" ));
146 /* If this is not the case, our bitmap is too large */
156 if ( !CHECK_BYTE( bitmap
43 ftc_sbit_copy_bitmap( FTC_SBit sbit, FT_Bitmap* bitmap, FT_Memory memory ) argument
[all...]

Completed in 575 milliseconds

1234567891011>>