Searched refs:getByteCount (Results 1 – 12 of 12) sorted by relevance
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()
30 return value.getByteCount(); in sizeOf()
50 inline int getByteCount() const { return mByteCount; } in getByteCount() function
43 assertEquals("byteCount", 80000, bm1.getByteCount()); in testBasic()44 assertEquals("byteCount", 40000, bm2.getByteCount()); in testBasic()45 assertEquals("byteCount", 40000, bm3.getByteCount()); in testBasic()
179 int byteCount = rgbaBitmap.getByteCount(); in setBitmap()195 int byteCount = result.getByteCount(); in getBitmap()
234 if (!setNativeBitmap(rgbaBitmap, rgbaBitmap.getByteCount())) { in setBitmap()
488 long pixelSize = getByteCount(); in copyPixelsToBuffer()528 long bitmapBytes = getByteCount(); in copyPixelsFromBuffer()1163 public final int getByteCount() { in getByteCount() method in Bitmap1186 return getByteCount(); in getAllocationByteCount()
34 NO DOC BLOCK: android.graphics.Bitmap Method getByteCount()
113 return bitmap.getByteCount() / 1024;
537 <li>{@link android.graphics.Bitmap#getByteCount()} gets a Bitmap's size in
392 … of the decoded bitmap (available from {@link android.graphics.Bitmap#getByteCount()}) is less tha…
8915 method public final int getByteCount();