Searched defs:bitmaps (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
H A DRecordingCanvasTests.cpp669 auto& bitmaps = dl->getBitmapResources(); local
670 EXPECT_EQ(1u, bitmaps.size());
683 auto& bitmaps = dl->getBitmapResources(); local
684 EXPECT_EQ(1u, bitmaps.size());
708 auto& bitmaps = dl->getBitmapResources(); local
709 EXPECT_EQ(1u, bitmaps.size());
/frameworks/base/services/core/java/com/android/server/
H A DAssetAtlasService.java59 * This service is responsible for packing preloaded bitmaps into a single
117 // Describes how bitmaps are placed in the atlas. Each bitmap is
135 Collection<Bitmap> bitmaps = new HashSet<Bitmap>(300);
138 // We only care about drawables that hold bitmaps
145 totalPixelCount += drawables.valueAt(i).addAtlasableBitmaps(bitmaps);
152 ArrayList<Bitmap> sortedBitmaps = new ArrayList<Bitmap>(bitmaps);
153 // Our algorithms perform better when the bitmaps are first sorted
202 Renderer(ArrayList<Bitmap> bitmaps, int pixelCount) { argument
203 mBitmaps = bitmaps;
237 * Renders a list of bitmaps int
355 computeBestConfiguration( ArrayList<Bitmap> bitmaps, int pixelCount) argument
440 chooseConfiguration(ArrayList<Bitmap> bitmaps, int pixelCount, String versionName) argument
645 ComputeWorker(int start, int end, int step, List<Bitmap> bitmaps, int pixelCount, List<WorkerResult> results, CountDownLatch signal) argument
[all...]

Completed in 894 milliseconds