Searched refs:getByteCount (Results 1 – 16 of 16) sorted by relevance
73 public int getByteCount() { in getByteCount() method in ReusableBitmap74 return bmp.getByteCount(); in getByteCount()111 sb.append(bmp.getByteCount() >> 10); in toString()141 public int getByteCount() { in getByteCount() method in ReusableBitmap.NullReusableBitmap
73 return value.getByteCount(); in sizeOf()
79 int[] pixels = new int[bitmap.getByteCount()]; in testFaceSquareFilter()158 int[] outputPixels = new int[outputBitmap.getByteCount()]; in testFaceSquareFilter()162 for ( int i = 0; i < outputBitmap.getByteCount(); i++) { in testFaceSquareFilter()167 if (equalCount + (0.05f*outputBitmap.getByteCount()) < outputBitmap.getByteCount()) { in testFaceSquareFilter()169 assertEquals(equalCount, outputBitmap.getByteCount()); in testFaceSquareFilter()
177 int byteCount = rgbaBitmap.getByteCount(); in setBitmap()193 int byteCount = result.getByteCount(); in getBitmap()
236 if (!setNativeBitmap(rgbaBitmap, rgbaBitmap.getByteCount())) { in setBitmap()
69 return value.getByteCount(); in getLruCache()
49 assertEquals("byteCount", 80000, bm1.getByteCount()); in testBasic()50 assertEquals("byteCount", 40000, bm2.getByteCount()); in testBasic()51 assertEquals("byteCount", 80000, bm3.getByteCount()); in testBasic()
278 int bitmapSize = bitmap.getByteCount(); in throwIfCannotDraw()
603 long pixelSize = getByteCount(); in copyPixelsToBuffer()646 long bitmapBytes = getByteCount(); in copyPixelsFromBuffer()1610 public final int getByteCount() { in getByteCount() method in Bitmap
261 originalbits.getByteCount(), in testParcel()
431 return content.getBitmap().getByteCount(); in getSizeInBytes()
502 ? taskDescription.getInMemoryIcon().getByteCount() + " bytes" in dump()
755 if (finalCrop.getByteCount() > MAX_BITMAP_SIZE) { in generateCrop()
5478 HSPLandroid/graphics/Bitmap;->getByteCount()I
10443 method public final int getByteCount();
13595 method public int getByteCount();