Searched defs:Bitmap (Results 1 - 18 of 18) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/hgl/
H A Dbitmap_wrapper.h35 typedef void Bitmap; typedef
42 Bitmap* create_bitmap(int32 width, int32 height, color_space colorSpace);
43 void delete_bitmap(Bitmap* bitmap);
45 void copy_bitmap_bits(const Bitmap* bitmap, void* data, int32 length);
46 void import_bitmap_bits(const Bitmap* bitmap, void* data, int32 length,
49 void get_bitmap_size(const Bitmap* bitmap, int32* width, int32* height);
50 color_space get_bitmap_color_space(const Bitmap* bitmap);
51 int32 get_bitmap_bytes_per_row(const Bitmap* bitmap);
52 int32 get_bitmap_bits_length(const Bitmap* bitmap);
54 void dump_bitmap(const Bitmap* bitma
[all...]
/external/tensorflow/tensorflow/core/lib/core/
H A Dbitmap.h25 class Bitmap { class in namespace:tensorflow::core
28 Bitmap();
31 explicit Bitmap(size_t n);
33 ~Bitmap();
35 Bitmap(const Bitmap&) = delete;
36 Bitmap& operator=(const Bitmap&) = delete;
80 inline Bitmap::Bitmap() function in class:tensorflow::core::Bitmap
82 inline Bitmap::Bitmap(size_t n) : Bitmap() { Reset(n); } function in class:tensorflow::core::Bitmap
[all...]
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DsbixBitmap.py18 class Bitmap(object): class in inherits:object
37 #print "Bitmap %i header too short: Expected %x, got %x." % (self.gid, sbixBitmapHeaderFormatSize, len(self.rawdata))
38 raise ttLib.TTLibError("Bitmap header too short.")
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DsbixBitmap.py18 class Bitmap(object): class in inherits:object
37 #print "Bitmap %i header too short: Expected %x, got %x." % (self.gid, sbixBitmapHeaderFormatSize, len(self.rawdata))
38 raise ttLib.TTLibError("Bitmap header too short.")
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
H A DPublicsStream.h61 ArrayRef<uint8_t> Bitmap; member in class:llvm::pdb::PublicsStream
/external/python/cpython2/Lib/lib-tk/
H A DCanvas.py93 class Bitmap(CanvasItem): class in inherits:CanvasItem
/external/v8/src/heap/
H A Dmarking.h49 // Bitmap is a sequence of cells each containing fixed number of bits.
50 class Bitmap { class in namespace:v8::internal
95 INLINE(static Bitmap* FromAddress(Address addr)) {
96 return reinterpret_cast<Bitmap*>(addr);
111 unsigned int start_cell_index = start_index >> Bitmap::kBitsPerCellLog2;
112 MarkBit::CellType start_index_mask = 1u << Bitmap::IndexInCell(start_index);
114 unsigned int end_cell_index = end_index >> Bitmap::kBitsPerCellLog2;
115 MarkBit::CellType end_index_mask = 1u << Bitmap::IndexInCell(end_index);
134 unsigned int start_cell_index = start_index >> Bitmap::kBitsPerCellLog2;
135 MarkBit::CellType start_index_mask = 1u << Bitmap
[all...]
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.h428 struct bitmap_state Bitmap; /**< For _mesa_meta_Bitmap() */ member in struct:gl_meta_state
/external/mesa3d/src/mesa/main/
H A Ddd.h154 void (*Bitmap)( struct gl_context *ctx, member in struct:dd_function_table
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h58 void (GLAPIENTRY * Bitmap)(GLsizei, GLsizei, GLfloat, GLfloat, GLfloat, GLfloat, const GLubyte *); member in struct:__GLdispatchTableRec
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
H A DUefiInternalFormRepresentation.h489 EFI_HII_IIBT_IMAGE_1BIT_BASE Bitmap; member in struct:_EFI_HII_IIBT_IMAGE_1BIT_BLOCK
495 EFI_HII_IIBT_IMAGE_1BIT_BASE Bitmap; member in struct:_EFI_HII_IIBT_IMAGE_1BIT_TRANS_BLOCK
507 EFI_HII_RGB_PIXEL Bitmap[1]; member in struct:_EFI_HII_IIBT_IMAGE_24BIT_BASE
512 EFI_HII_IIBT_IMAGE_24BIT_BASE Bitmap; member in struct:_EFI_HII_IIBT_IMAGE_24BIT_BLOCK
517 EFI_HII_IIBT_IMAGE_24BIT_BASE Bitmap; member in struct:_EFI_HII_IIBT_IMAGE_24BIT_TRANS_BLOCK
529 EFI_HII_IIBT_IMAGE_4BIT_BASE Bitmap; member in struct:_EFI_HII_IIBT_IMAGE_4BIT_BLOCK
535 EFI_HII_IIBT_IMAGE_4BIT_BASE Bitmap; member in struct:_EFI_HII_IIBT_IMAGE_4BIT_TRANS_BLOCK
547 EFI_HII_IIBT_IMAGE_8BIT_BASE Bitmap; member in struct:_EFI_HII_IIBT_IMAGE_8BIT_PALETTE_BLOCK
553 EFI_HII_IIBT_IMAGE_8BIT_BASE Bitmap; member in struct:_EFI_HII_IIBT_IMAGE_8BIT_TRANS_BLOCK
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 373 milliseconds