Searched refs:mBitmaps (Results 1 – 5 of 5) sorted by relevance
28 mBitmaps.reset(); in clear()59 mBitmaps.reset(); in initFromRanges()66 mBitmaps.reset(new element[nPages << (kLogValuesPerPage - kLogBitsPerEl)]); in initFromRanges()67 memset(mBitmaps.get(), 0, nPages << (kLogValuesPerPage - 3)); in initFromRanges()92 mBitmaps[index] |= (kElAllOnes >> (start & kElMask)) & in initFromRanges()95 mBitmaps[index] |= kElAllOnes >> (start & kElMask); in initFromRanges()97 mBitmaps[index + j] = kElAllOnes; in initFromRanges()99 mBitmaps[index + nElements - 1] |= kElAllOnes << ((-end) & kElMask); in initFromRanges()118 const element* bitmap = &mBitmaps[mIndices[fromPage]]; in nextSetBit()136 bitmap = &mBitmaps[index]; in nextSetBit()
36 HashSet<Bitmap> mBitmaps = new HashSet<Bitmap>(); field in FrameSequenceTest.CheckingProvider41 mBitmaps.add(bitmap); in acquireBitmap()47 if (!mBitmaps.contains(bitmap)) throw new IllegalStateException(); in releaseBitmap()48 mBitmaps.remove(bitmap); in releaseBitmap()53 return mBitmaps.isEmpty(); in isEmpty()
198 private final ArrayList<Bitmap> mBitmaps; field in AssetAtlasService.Renderer202 mBitmaps = bitmaps; in Renderer()219 Configuration config = chooseConfiguration(mBitmaps, mPixelCount, mVersionName); in run()267 final int count = mBitmaps.size(); in renderAtlas()270 final Bitmap bitmap = mBitmaps.get(i); in renderAtlas()627 private final List<Bitmap> mBitmaps; field in AssetAtlasService.ComputeWorker649 mBitmaps = bitmaps; in ComputeWorker()678 if (count == mBitmaps.size()) { in run()695 final int count = mBitmaps.size(); in packBitmaps()697 final Bitmap bitmap = mBitmaps.get(i); in packBitmaps()
50 uint32_t *bitmap = &mBitmaps[mIndices[ch >> kLogValuesPerPage]]; in get()83 UniquePtr<element[]> mBitmaps; variable
944 ArrayList<Bitmap> mBitmaps; field in RemoteViews.BitmapCache947 mBitmaps = new ArrayList<Bitmap>(); in BitmapCache()952 mBitmaps = new ArrayList<Bitmap>(); in BitmapCache()955 mBitmaps.add(b); in BitmapCache()963 if (mBitmaps.contains(b)) { in getBitmapId()964 return mBitmaps.indexOf(b); in getBitmapId()966 mBitmaps.add(b); in getBitmapId()967 return (mBitmaps.size() - 1); in getBitmapId()973 if (id == -1 || id >= mBitmaps.size()) { in getBitmapForId()976 return mBitmaps.get(id); in getBitmapForId()[all …]