HomeSort by relevance Sort by last modified time
    Searched defs:bitmap (Results 576 - 600 of 800) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/raid/
md_k.h 160 struct bitmap *bitmap; member in struct:mddev_s
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/raid/
md_k.h 160 struct bitmap *bitmap; member in struct:mddev_s
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/raid/
md_k.h 160 struct bitmap *bitmap; member in struct:mddev_s
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/linux/raid/
md_k.h 160 struct bitmap *bitmap; member in struct:mddev_s
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/raid/
md_k.h 160 struct bitmap *bitmap; member in struct:mddev_s
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/raid/
md_k.h 160 struct bitmap *bitmap; member in struct:mddev_s
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/raid/
md_k.h 160 struct bitmap *bitmap; member in struct:mddev_s
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/raid/
md_k.h 160 struct bitmap *bitmap; member in struct:mddev_s
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/raid/
md_k.h 160 struct bitmap *bitmap; member in struct:mddev_s
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/raid/
md_k.h 160 struct bitmap *bitmap; member in struct:mddev_s
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/raid/
md_k.h 160 struct bitmap *bitmap; member in struct:mddev_s
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/raid/
md_k.h 160 struct bitmap *bitmap; member in struct:mddev_s
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/raid/
md_k.h 160 struct bitmap *bitmap; member in struct:mddev_s
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 27 import android.graphics.Bitmap;
265 * takes the form of a letter or bitmap drawn on top of a colored tile.
293 * The amount to scale the letter or bitmap to, as a ratio of its default size (from a
399 // display name so that a default bitmap will be used instead of a
552 * Stores the given bitmap directly in the LRU bitmap cache.
554 * @param bitmap The bitmap.
555 * @param photoBytes The bytes that were parsed to create the bitmap.
557 public abstract void cacheBitmap(Uri photoUri, Bitmap bitmap, byte[] photoBytes)
621 Bitmap bitmap; field in class:ContactPhotoManagerImpl.BitmapHolder
1032 Bitmap bitmap = BitmapUtil.decodeBitmapFromBytes(bytes, sampleSize); local
1228 mBitmapCache.put(request.getKey(), bitmap); local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 35 import android.graphics.Bitmap;
1874 final Bitmap bitmap = BitmapFactory.decodeByteArray( local
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 134 // TODO: I don't think we should need heap bitmap lock to Get the mark bitmap.
283 // Recursively mark all the non-image bits set in the mark bitmap.
311 accounting::ContinuousSpaceBitmap* bitmap = space->GetMarkBitmap(); local
313 if (bitmap != nullptr &&
315 current_space_bitmap_ = bitmap;
322 CHECK(current_space_bitmap_ != nullptr) << "Could not find a default mark bitmap\n"
554 // See if the root is on any space bitmap.
765 accounting::ContinuousSpaceBitmap* bitmap,
769 bitmap_(bitmap),
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ImageViewTest.java 33 import android.graphics.Bitmap;
229 Bitmap.Config viewConfig = imageViewBitmap.getBitmap().getConfig();
230 Bitmap testimageBitmap = WidgetTestUtils.getUnscaledAndDitheredBitmap(
261 final Bitmap bitmap = local
263 mImageView.setImageBitmap(bitmap);
268 WidgetTestUtils.assertEquals(bitmap, imageViewBitmap.getBitmap());
RemoteViewsTest.java 31 import android.graphics.Bitmap;
217 Bitmap imageViewBitmap = ((BitmapDrawable) image.getDrawable()).getBitmap();
218 Bitmap expectedBitmap = WidgetTestUtils.getUnscaledAndDitheredBitmap(
390 Bitmap bitmap = local
392 mRemoteViews.setImageViewBitmap(R.id.remoteView_image, bitmap);
395 WidgetTestUtils.assertEquals(bitmap, ((BitmapDrawable) image.getDrawable()).getBitmap());
397 mRemoteViews.setImageViewBitmap(R.id.remoteView_absolute, bitmap);
410 Bitmap bitmap local
    [all...]
  /external/boringssl/src/ssl/
internal.h 748 DTLS1_BITMAP bitmap; member in struct:dtls1_state_st
    [all...]
  /external/freetype/include/
freetype.h 331 /* This structure models the metrics of a bitmap strike (i.e., a set */
332 /* of glyphs for a given point size and resolution) in a bitmap font. */
360 /* bitmap strike itself. They are computed from the global font */
451 /* module in charge of converting a glyph image to a bitmap, when */
1741 FT_Bitmap bitmap; member in struct:FT_GlyphSlotRec_
    [all...]
  /external/freetype/src/base/
ftobjs.c 295 FT_FREE( slot->bitmap.buffer );
300 /* assume that the bitmap buffer was stolen or not */
302 slot->bitmap.buffer = NULL;
313 slot->bitmap.buffer = buffer;
328 FT_FREE( slot->bitmap.buffer );
332 (void)FT_ALLOC( slot->bitmap.buffer, size );
340 /* free bitmap if needed */
347 slot->bitmap.width = 0;
348 slot->bitmap.rows = 0;
349 slot->bitmap.pitch = 0
4122 FT_Bitmap bitmap; local
    [all...]
  /external/libvncserver/x11vnc/
cursor.c 1011 char *bitmap, *rich, *alpha; local
1094 /* for bitmap data */
1095 bitmap = (char *) malloc(len+1);
1096 bitmap[len] = '\0';
1163 bitmap[i] = ' ';
1165 bitmap[i] = 'x';
1241 /* create the cursor with the bitmap: */
1242 c = rfbMakeXCursor(w, h, bitmap, bitmap);
1243 free(bitmap);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 812 CFX_DIBitmap* bitmap = bitmap_device.GetBitmap(); local
813 bitmap->Clear(0);
850 bitmap->MultiplyAlpha(pSMaskSource);
855 bitmap->MultiplyAlpha(pTextMask);
860 bitmap->MultiplyAlpha((FX_INT32)(group_alpha * 255));
866 CompositeDIBitmap(bitmap, rect.left, rect.top, 0, 255, blend_type, Transparency);
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 257 CFX_DIBitmap bitmap; local
258 if (!bitmap.Create(pixel_width, pixel_height, FXDIB_1bppMask)) {
262 bitmap.Clear(0);
269 bitmap.TransferBitmap(glyph.m_OriginX + glyph.m_pGlyph->m_Left - pixel_left,
274 return SetBitMask(&bitmap, bmp_rect.left, bmp_rect.top, fill_color);
276 CFX_DIBitmap bitmap; local
278 if (!bitmap.Create(pixel_width, pixel_height, FXDIB_8bppMask)) {
283 if (!CreateCompatibleBitmap(&bitmap, pixel_width, pixel_height)) {
288 if (!bitmap.HasAlpha() && !bitmap.IsAlphaMask())
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 425 BITMAP bitmap; local
426 GetObject(hBitmap, sizeof bitmap, &bitmap);
427 m_nBitsPerPixel = bitmap.bmBitsPixel;
428 m_Width = bitmap.bmWidth;
429 m_Height = abs(bitmap.bmHeight);
573 // In PDF, when image mask is 1, use device bitmap; when mask is 0, use brush bitmap.
965 CFX_DIBitmap bitmap; local
1005 CFX_DIBitmap bitmap; local
    [all...]

Completed in 2583 milliseconds

<<21222324252627282930>>