Home
last modified time | relevance | path

Searched refs:bitmaps (Results 1 – 25 of 53) sorted by relevance

123

/external/chromium/chrome/browser/themes/
Dbrowser_theme_pack.cc887 void BrowserThemePack::GenerateFrameImages(ImageCache* bitmaps) const { in GenerateFrameImages()
903 prs_base_id = bitmaps->count(PRS_THEME_FRAME_INCOGNITO) ? in GenerateFrameImages()
910 !bitmaps->count(PRS_THEME_FRAME_INCOGNITO)) { in GenerateFrameImages()
916 if (bitmaps->count(prs_id)) { in GenerateFrameImages()
917 frame.reset(new SkBitmap(*(*bitmaps)[prs_id])); in GenerateFrameImages()
918 } else if (prs_base_id != prs_id && bitmaps->count(prs_base_id)) { in GenerateFrameImages()
919 frame.reset(new SkBitmap(*(*bitmaps)[prs_base_id])); in GenerateFrameImages()
921 bitmaps->count(PRS_THEME_FRAME)) { in GenerateFrameImages()
939 MergeImageCaches(temp_output, bitmaps); in GenerateFrameImages()
964 void BrowserThemePack::GenerateTabBackgroundImages(ImageCache* bitmaps) const { in GenerateTabBackgroundImages()
[all …]
Dbrowser_theme_pack.h143 void GenerateFrameImages(ImageCache* bitmaps) const;
152 void GenerateTabBackgroundImages(ImageCache* bitmaps) const;
/external/e2fsprogs/tests/
DREADME43 badtable.img Filesystem with blocks shared between the bitmaps and
46 bitmaps.img Filesystem with corrupted inode and block bitmaps
51 inode/block bitmaps and inode tables
65 overfsblks.img Filesystem with overlapping inode and block bitmaps
/external/e2fsprogs/tests/f_overfsblks/
Dname1 overlapping inode and block bitmaps
/external/e2fsprogs/tests/f_bitmaps/
Dname1 corrupted inode and block bitmaps
/external/e2fsprogs/tests/f_badtable/
Dname1 bad blocks in bitmaps and inode table
/external/e2fsprogs/tests/f_dupfsblks/
Dname1 blocks claimed by a file and bitmaps or inode tables
/external/skia/src/core/
DSkPictureRecord.cpp609 int SkPictureRecord::find(SkTDArray<const SkFlatBitmap* >& bitmaps, const SkBitmap& bitmap) { in find() argument
612 int index = SkTSearch<SkFlatData>((const SkFlatData**) bitmaps.begin(), in find()
613 bitmaps.count(), (SkFlatData*) flat, sizeof(flat), &SkFlatData::Compare); in find()
616 return bitmaps[index]->index(); in find()
619 *bitmaps.insert(index) = flat; in find()
692 bitmaps(&sizeData); in size()
708 int SkPictureRecord::bitmaps(size_t* size) const { in bitmaps() function in SkPictureRecord
DSkPicturePlayback.cpp26 int bitmaps = record.bitmaps(&bitmapBytes); in SkPicturePlayback() local
34 if (bitmaps != 0) in SkPicturePlayback()
35 SkDebugf("bitmaps size %zd (bitmaps:%d) ", bitmapBytes, bitmaps); in SkPicturePlayback()
81 const SkTDArray<const SkFlatBitmap* >& bitmaps = record.getBitmaps(); in SkPicturePlayback() local
82 fBitmapCount = bitmaps.count(); in SkPicturePlayback()
85 for (const SkFlatBitmap** flatBitmapPtr = bitmaps.begin(); in SkPicturePlayback()
86 flatBitmapPtr != bitmaps.end(); flatBitmapPtr++) { in SkPicturePlayback()
143 bitmaps = fPlayback->bitmaps(&bitmapBytes); in SkPicturePlayback()
149 if (bitmaps != 0) in SkPicturePlayback()
150 SkDebugf("bitmaps size %zd (bitmaps:%d) ", bitmapBytes, bitmaps); in SkPicturePlayback()
[all …]
DSkPictureRecord.h130 int find(SkTDArray<const SkFlatBitmap* >& bitmaps,
146 int bitmaps(size_t* size) const;
DSkPicturePlayback.h130 int bitmaps(size_t* size);
/external/e2fsprogs/e2fsck/
DCHANGES41 e2fsck will now move bad blocks found in the inode bitmaps, block
42 bitmaps, and in the inode tables. (Can't handle bad blocks found in
/external/e2fsprogs/lib/ext2fs/
DAndroid.mk11 bitmaps.c \
Dext2_err.et.in180 "Block bitmaps are not the same"
183 "Inode bitmaps are not the same"
DMakefile.in27 bitmaps.o \
88 $(srcdir)/bitmaps.c \
428 bitmaps.o: $(srcdir)/bitmaps.c $(srcdir)/ext2_fs.h \
/external/qemu/distrib/sdl-1.2.15/test/
DREADME8 testbitmap Test displaying 1-bit bitmaps
/external/e2fsprogs/doc/
Dlibext2fs.texinfo224 @item The filesystem bitmaps, if read in via @code{ext2fs_read_bitmaps}.
255 table, and the inode and block bitmaps. In addition, @code{mke2fs} must
353 Allocate space for the inode table and the block and inode bitmaps. The
354 inode tables and block and inode bitmaps aren't actually initialized;
395 These flags indicate whether or not the inode or block bitmaps have been
915 * Free bitmaps::
917 * Comparing bitmaps::
949 @node Allocating Bitmaps, Free bitmaps, Reading and Writing Bitmaps, Bitmap Functions
964 @node Free bitmaps, Bitmap Operations, Allocating Bitmaps, Bitmap Functions
966 @subsection Freeing bitmaps
[all …]
/external/mesa3d/docs/
DREADME.OpenStep4 to generate bitmaps which may then be displayed by the application
DVERSIONS54 - fixed "flickering bitmaps" in double buffer mode
174 - fixed bug when blending lines, points, bitmaps outside of window
672 - glXUseXFont() bitmaps were vertically shifted by one pixel
/external/chromium/chrome/browser/ui/cocoa/
Dtable_row_nsimage_cache.mm72 // Empty bitmaps are intentionally not cached.
/external/checkpolicy/
DChangeLog2 * add new helper to translate class sets into bitmaps
/external/e2fsprogs/
DRELEASE-NOTES193 remove an invalid extent and the block bitmaps hadn't yet been loaded.
545 The bitmap read/write functions now treat uninitialized bitmaps as
1211 initializing inode and block bitmaps that are not yet initialized when
1226 vs. unsigned bug in the code which read bitmaps from the e2image has
1426 The e2fsck_write_bitmaps() will write the block and inode bitmaps
1556 bitmaps.
2665 Speed up mke2fs and e2fsck by writing inode and block bitmaps more
2666 efficiently by writing the inode and block bitmaps in one pass, thus
3757 bitmaps for sparse superblock filesystems and incorrectly marked
3927 error reading the block/inode bitmaps; instead it will still print out
[all …]
/external/e2fsprogs/po/
Did.po2995 msgid "reading inode and block bitmaps"
3000 msgid "while retrying to read bitmaps for %s"
3004 msgid "writing block and inode bitmaps"
3005 msgstr "menulis blok dan inode bitmaps"
3009 msgid "while rewriting block and inode bitmaps for %s"
3518 "%s: %s: error reading bitmaps: %s\n"
3521 "%s: %s: error membaca bitmaps: %s\n"
4513 msgid "while reading bitmaps"
5226 #~ msgid "while retrying to write block bitmaps for %s"
5229 #~ msgid "writing inode bitmaps"
De2fsprogs.pot2868 msgid "reading inode and block bitmaps"
2873 msgid "while retrying to read bitmaps for %s"
2877 msgid "writing block and inode bitmaps"
2882 msgid "while rewriting block and inode bitmaps for %s"
3353 "%s: %s: error reading bitmaps: %s\n"
4304 msgid "while reading bitmaps"
Dzh_CN.po2884 msgid "reading inode and block bitmaps"
2889 msgid "while retrying to read bitmaps for %s"
2893 msgid "writing block and inode bitmaps"
2898 msgid "while rewriting block and inode bitmaps for %s"
3373 "%s: %s: error reading bitmaps: %s\n"
4310 msgid "while reading bitmaps"

123