Home
last modified time | relevance | path

Searched refs:bitmap (Results 1 – 7 of 7) sorted by relevance

/system/teeui/libteeui/include/teeui/
Dfont_rendering.h154 FT_Bitmap* bitmap = &face_->glyph->bitmap; in drawGlyph() local
155 uint8_t* rowBuffer = bitmap->buffer; in drawGlyph()
158 for (unsigned y = 0; y < bitmap->rows; ++y) { in drawGlyph()
159 for (unsigned x = 0; x < bitmap->width; ++x) { in drawGlyph()
161 switch (bitmap->pixel_mode) { in drawGlyph()
165 alpha /= bitmap->num_grays; in drawGlyph()
182 rowBuffer += bitmap->pitch; in drawGlyph()
/system/extras/ext4_utils/
Dext4_utils.cpp59 int bitmap_get_bit(u8 *bitmap, u32 bit) in bitmap_get_bit() argument
61 if (bitmap[bit / 8] & (1 << (bit % 8))) in bitmap_get_bit()
67 void bitmap_clear_bit(u8 *bitmap, u32 bit) in bitmap_clear_bit() argument
69 bitmap[bit / 8] &= ~(1 << (bit % 8)); in bitmap_clear_bit()
/system/extras/ext4_utils/include/ext4_utils/
Dext4_utils.h124 int bitmap_get_bit(u8 *bitmap, u32 bit); // vold
/system/core/logcat/
Devent.logtags111 60003 view_use_drawing_cache (View drawn using bitmap cache|1|5)
/system/core/libutils/
DREADME67 * res/drawable: bitmap or xml graphics. Each file may have different
/system/core/libprocinfo/testdata/
Dmaps748 …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]
/system/memory/libmeminfo/testdata1/
Dsmaps23405 …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 …]