HomeSort by relevance Sort by last modified time
    Searched full:bitmap_info (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/modules/desktop_capture/win/
cursor_unittest.cc 56 BITMAP bitmap_info; local
57 EXPECT_TRUE(GetObject(scoped_color, sizeof(bitmap_info), &bitmap_info));
59 int width = bitmap_info.bmWidth;
60 int height = bitmap_info.bmHeight;
cursor.cc 129 BITMAP bitmap_info; local
130 if (!GetObject(scoped_mask, sizeof(bitmap_info), &bitmap_info)) {
136 int width = bitmap_info.bmWidth;
137 int height = bitmap_info.bmHeight;
  /external/webrtc/talk/media/devices/
carbonvideorenderer.cc 81 CGBitmapInfo bitmap_info = kCGBitmapByteOrderDefault; local
84 color_space_ref, bitmap_info, provider,
  /external/jemalloc/src/
android_je_iterate.c 142 if (bitmap_get(run->bitmap, &bin_info->bitmap_info, regind)) {
arena.c 309 assert(!bitmap_full(run->bitmap, &bin_info->bitmap_info));
311 regind = (unsigned)bitmap_sfu(run->bitmap, &bin_info->bitmap_info);
340 assert(bitmap_get(run->bitmap, &bin_info->bitmap_info, regind));
342 bitmap_unset(run->bitmap, &bin_info->bitmap_info, regind);
    [all...]
  /external/skia/src/ports/
SkImageDecoder_CG.cpp 112 #define BITMAP_INFO (kCGBitmapByteOrder32Big | kCGImageAlphaPremultipliedLast)
  /external/jemalloc/include/jemalloc/internal/
arena.h 259 bitmap_info_t bitmap_info; member in struct:arena_bin_info_s
    [all...]

Completed in 1242 milliseconds