Searched defs:bmp (Results 1 – 6 of 6) sorted by relevance
118 final Bitmap bmp = QrCodeGenerator.encodeQrCode(googleUrl, 320); in testDecode_PictureCaptured_QrCodeCorrectValue() local137 final Bitmap bmp = QrCodeGenerator.encodeQrCode(unicodeTest, 320); in testDecode_unicodePictureCaptured_QrCodeCorrectValue() local
155 final Bitmap bmp = QrCodeGenerator.encodeQrCode(mQrCode, qrcodeSize); in setQrCode() local
230 Bitmap bmp = preset.apply(bitmap, mEnvironment); in renderHighres() local372 Bitmap bmp = preset.apply(bitmap, mEnvironment); in render() local
474 Bitmap bmp = GeometryMathUtils.applyGeometryRepresentations( in applyGeometry() local
211 private void setBitmap(final ReusableBitmap bmp) { in setBitmap()