HomeSort by relevance Sort by last modified time
    Searched full:bitmapdata (Results 1 - 25 of 31) sorted by null

1 2

  /external/opencv/otherlibs/highgui/
grfmt_imageio.cpp 287 uchar* bitmapData = NULL;
296 bitmapData = (uchar*)malloc( bpp * height * width );
297 if( !bitmapData )
303 context = CGBitmapContextCreate( bitmapData,
314 free( bitmapData );
318 // Copy pixel information from data into bitmapData
331 bitmapData[bitmapIndex + 2] = line[0];
333 bitmapData[bitmapIndex + 1] = line[1];
335 bitmapData[bitmapIndex + 0] = line[2];
345 memcpy (bitmapData + y * width, data + y * step, width)
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
sbixBitmapSet.py 65 self.bitmapData = ""
80 self.bitmapData += myBitmap.rawdata
90 dataLength = len(self.bitmapOffsets) + len(self.bitmapData)
99 self.data += self.bitmapOffsets + self.bitmapData + "\0" * padding
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
BitmapUtils.java 91 byte[] bitmapData = bos.toByteArray();
92 return new ByteArrayInputStream(bitmapData);
  /packages/apps/Contacts/src/com/android/contacts/
ShortcutIntentBuilder.java 260 private Drawable getPhotoDrawable(byte[] bitmapData, String displayName, String lookupKey) {
261 if (bitmapData != null) {
262 Bitmap bitmap = BitmapFactory.decodeByteArray(bitmapData, 0, bitmapData.length, null);
277 String lookupKey, byte[] bitmapData) {
293 final Drawable drawable = getPhotoDrawable(bitmapData, displayName, lookupKey);
314 byte[] bitmapData, String phoneNumber, int phoneType, String phoneLabel,
316 final Drawable drawable = getPhotoDrawable(bitmapData, displayName, lookupKey);
  /frameworks/base/libs/hwui/
SkiaShader.h 59 } bitmapData;
SkiaShader.cpp 288 description, &outData->bitmapData),
333 &outData->bitmapData)) {
355 applyBitmap(caches, data.bitmapData);
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageWorker.java 206 final Object bitmapData = bitmapWorkerTask.mData;
207 Log.d(TAG, "cancelWork - cancelled work for " + bitmapData);
223 final Object bitmapData = bitmapWorkerTask.mData;
224 if (bitmapData == null || !bitmapData.equals(data)) {
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageWorker.java 206 final Object bitmapData = bitmapWorkerTask.mData;
207 Log.d(TAG, "cancelWork - cancelled work for " + bitmapData);
223 final Object bitmapData = bitmapWorkerTask.mData;
224 if (bitmapData == null || !bitmapData.equals(data)) {
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageWorker.java 206 final Object bitmapData = bitmapWorkerTask.mData;
207 Log.d(TAG, "cancelWork - cancelled work for " + bitmapData);
223 final Object bitmapData = bitmapWorkerTask.mData;
224 if (bitmapData == null || !bitmapData.equals(data)) {
  /development/samples/training/ContactsList/src/com/example/android/contactslist/util/
ImageLoader.java 142 final Object bitmapData = bitmapWorkerTask.data;
143 Log.d(TAG, "cancelWork - cancelled work for " + bitmapData);
158 final Object bitmapData = bitmapWorkerTask.data;
159 if (bitmapData == null || !bitmapData.equals(data)) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiInternalFormRepresentation.h 219 UINT8 BitmapData[1]; // the number of bytes per bitmap can be calculated by ((Cell.Width+7)/8)*Cell.Height
226 UINT8 BitmapData[1]; // the number of bytes per bitmap can be calculated by ((Cell.Width+7)/8)*Cell.Height
231 UINT8 BitmapData[1]; // the number of bytes per bitmap can be calculated by ((Global.Cell.Width+7)/8)*Global.Cell.Height
237 UINT8 BitmapData[1]; // the number of bytes per bitmap can be calculated by ((Global.Cell.Width+7)/8)*Global.Cell.Height
244 UINT8 BitmapData [1];
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
bdist_wininst.py 261 bitmapdata = open(bitmap, "rb").read()
262 bitmaplen = len(bitmapdata)
269 file.write(bitmapdata)
  /external/python/cpython2/Lib/distutils/command/
bdist_wininst.py 265 bitmapdata = open(bitmap, "rb").read()
266 bitmaplen = len(bitmapdata)
273 file.write(bitmapdata)
  /external/python/cpython3/Lib/distutils/command/
bdist_wininst.py 250 bitmapdata = open(bitmap, "rb").read()
251 bitmaplen = len(bitmapdata)
258 file.write(bitmapdata)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
bdist_wininst.py 265 bitmapdata = open(bitmap, "rb").read()
266 bitmaplen = len(bitmapdata)
273 file.write(bitmapdata)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
bdist_wininst.py 265 bitmapdata = open(bitmap, "rb").read()
266 bitmaplen = len(bitmapdata)
273 file.write(bitmapdata)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_wininst.py 265 bitmapdata = open(bitmap, "rb").read()
266 bitmaplen = len(bitmapdata)
273 file.write(bitmapdata)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_wininst.py 265 bitmapdata = open(bitmap, "rb").read()
266 bitmaplen = len(bitmapdata)
273 file.write(bitmapdata)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiHii.h 189 UINT8 BitmapData[1]; // the number of bytes per bitmap can be calculated by ((Cell.Width+7)/8)*Cell.Height
196 UINT8 BitmapData[1]; // the number of bytes per bitmap can be calculated by ((Cell.Width+7)/8)*Cell.Height
201 UINT8 BitmapData[1]; // the number of bytes per bitmap can be calculated by ((Global.Cell.Width+7)/8)*Global.Cell.Height
207 UINT8 BitmapData[1]; // the number of bytes per bitmap can be calculated by ((Global.Cell.Width+7)/8)*Global.Cell.Height
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiInternalFormRepresentation.h 218 UINT8 BitmapData[1];
225 UINT8 BitmapData[1];
230 UINT8 BitmapData[1];
236 UINT8 BitmapData[1];
    [all...]
  /external/libvncserver/libvncserver/
cursor.c 44 uint8_t *bitmapData;
134 bitmapData = (uint8_t *)pCursor->source;
138 bitmapByte = bitmapData[i * bitmapRowBytes + j];
157 bitmapData = (uint8_t *)pCursor->mask;
161 bitmapByte = bitmapData[i * bitmapRowBytes + j];
  /frameworks/base/core/java/android/app/
WallpaperManager.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h 228 BitmapData *lockedBitmapData);
231 Status UnlockBits(BitmapData *lcokedBitmapData);
gdiplusimaging.h 89 typedef struct BitmapData {
96 } BitmapData;
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiInternalFormRepresentation.h 265 UINT8 BitmapData[1];
272 UINT8 BitmapData[1];
277 UINT8 BitmapData[1];
283 UINT8 BitmapData[1];
290 UINT8 BitmapData [1];
    [all...]

Completed in 1173 milliseconds

1 2