Searched refs:bitmaps (Results 1 - 12 of 12) sorted by relevance

/external/skia/tests/
H A DCanvasStateTest.cpp99 SkBitmap bitmaps[2]; local
101 bitmaps[j].allocPixels(SkImageInfo::Make(WIDTH, HEIGHT,
105 SkCanvas canvas(bitmaps[j]);
143 // now we memcmp the two bitmaps
144 REPORTER_ASSERT(reporter, bitmaps[0].getSize() == bitmaps[1].getSize());
145 REPORTER_ASSERT(reporter, !memcmp(bitmaps[0].getPixels(),
146 bitmaps[1].getPixels(),
147 bitmaps[0].getSize()));
206 SkBitmap bitmaps[ local
[all...]
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DsbixBitmapSet.py28 self.bitmaps = {}
42 # calculate number of bitmaps
46 # ^ -1 because there's one more offset than bitmaps
50 for i in range(self.numBitmaps + 1): # + 1 because there's one more offset than bitmaps
55 # iterate through offset list and slice raw data into bitmaps
59 self.bitmaps[myBitmap.glyphName] = myBitmap
72 if glyphName in self.bitmaps:
74 myBitmap = self.bitmaps[glyphName]
110 if glyphOrder[i] in self.bitmaps:
111 self.bitmaps[glyphOrde
[all...]
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DsbixBitmapSet.py28 self.bitmaps = {}
42 # calculate number of bitmaps
46 # ^ -1 because there's one more offset than bitmaps
50 for i in range(self.numBitmaps + 1): # + 1 because there's one more offset than bitmaps
55 # iterate through offset list and slice raw data into bitmaps
59 self.bitmaps[myBitmap.glyphName] = myBitmap
72 if glyphName in self.bitmaps:
74 myBitmap = self.bitmaps[glyphName]
110 if glyphOrder[i] in self.bitmaps:
111 self.bitmaps[glyphOrde
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
H A DLruBitmapPool.java187 private final Set<Bitmap> bitmaps = Collections.synchronizedSet(new HashSet<Bitmap>()); field in class:LruBitmapPool.ThrowingBitmapTracker
191 if (bitmaps.contains(bitmap)) {
195 bitmaps.add(bitmap);
200 if (!bitmaps.contains(bitmap)) {
203 bitmaps.remove(bitmap);
/external/e2fsprogs/lib/ext2fs/
H A DAndroid.mk11 bitmaps.c \
/external/vboot_reference/
H A DMakefile1277 cd tests/bitmaps && BMPBLK=${BUILD_RUN}/utility/bmpblk_utility \
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 342 milliseconds