Searched refs:bitmap (Results 1 – 7 of 7) sorted by relevance
155 FT_Bitmap* bitmap = &face_->glyph->bitmap; in drawGlyph() local156 uint8_t* rowBuffer = bitmap->buffer; in drawGlyph()159 for (unsigned y = 0; y < bitmap->rows; ++y) { in drawGlyph()160 for (unsigned x = 0; x < bitmap->width; ++x) { in drawGlyph()162 switch (bitmap->pixel_mode) { in drawGlyph()166 alpha /= bitmap->num_grays; in drawGlyph()183 rowBuffer += bitmap->pitch; in drawGlyph()
57 int bitmap_get_bit(u8* bitmap, u32 bit) { in bitmap_get_bit() argument58 if (bitmap[bit / 8] & (1 << (bit % 8))) return 1; in bitmap_get_bit()63 void bitmap_clear_bit(u8* bitmap, u32 bit) { in bitmap_clear_bit() argument64 bitmap[bit / 8] &= ~(1 << (bit % 8)); in bitmap_clear_bit()
109 int bitmap_get_bit(u8* bitmap, u32 bit); // vold
114 60003 view_use_drawing_cache (View drawn using bitmap cache|1|5)
54 Up to 8 flags are supported as a bitmap as follows
748 …065ad1000 rw-p 00000000 00:05 10267644 [anon:dalvik-region space live bitmap]749 …:05 10267642 [anon:dalvik-allocspace zygote / non moving space mark-bitmap 0]750 …:05 10267641 [anon:dalvik-allocspace zygote / non moving space live-bitmap 0]
23405 …p 00000000 00:00 0 [anon:dalvik-allocspace non moving space mark-bitmap 1]23406 Name: [anon:dalvik-allocspace non moving space mark-bitmap 1]23426 …p 00000000 00:00 0 [anon:dalvik-allocspace non moving space live-bitmap 1]23427 Name: [anon:dalvik-allocspace non moving space live-bitmap 1]30408 …-p 00000000 00:00 0 [anon:dalvik-non-moving-space inter region ref bitmap]30409 Name: [anon:dalvik-non-moving-space inter region ref bitmap]30429 …0 rw-p 00000000 00:00 0 [anon:dalvik-region-space inter region ref bitmap]30430 Name: [anon:dalvik-region-space inter region ref bitmap]30597 …-700775ac2000 rw-p 00000000 00:00 0 [anon:dalvik-region space live bitmap]30598 Name: [anon:dalvik-region space live bitmap][all …]