Searched defs:Bitmap (Results 1 - 18 of 18) sorted by last modified time

/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/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/v3/runtime/
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/ ...
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 ...
/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/regex-re2/re2/
H A Dprog.h19 class Bitmap { class in namespace:re2
21 Bitmap() { Reset(); } function in class:re2::Bitmap
45 DISALLOW_EVIL_CONSTRUCTORS(Bitmap);
207 const Bitmap<256>& byterange() { return byterange_; }
363 Bitmap<256> byterange_; // byterange.Get(x) true if x ends a
/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/mesa3d/src/mesa/drivers/common/
H A Dmeta.c341 struct bitmap_state Bitmap; /**< For _mesa_meta_Bitmap() */ member in struct:gl_meta_state
1156 * Used by the meta-Clear, Draw/CopyPixels and Bitmap functions where the Z
1227 struct temp_texture *tex = &ctx->Meta->Bitmap.Tex;
2625 struct bitmap_state *bitmap = &ctx->Meta->Bitmap;
/external/mesa3d/src/mesa/main/
H A Ddd.h179 void (*Bitmap)( struct gl_context *ctx, member in struct:dd_function_table
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
H A DPublicsStream.h61 ArrayRef<uint8_t> Bitmap; member in class:llvm::pdb::PublicsStream
/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/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
H A D_bitmap.py6 Bitmap is a basic wrapper for image pixels. It includes some basic processing
86 class Bitmap(object): class in inherits:object
155 return Bitmap(4 if meta['alpha'] else 3, width, height, pixels, meta)
160 return Bitmap.FromPng(f.read())
210 # written into an in-memory buffer and read back into a Bitmap
218 diff = Bitmap.FromPng(output.getvalue())
H A Dbitmaptools.cc70 struct Bitmap { struct
71 Bitmap() : pixels(NULL) {} function in struct:Bitmap
73 ~Bitmap() {
85 fprintf(stderr, "Could not parse Bitmap initializer.\n");
169 bool Histogram(const Bitmap& bmp) {
198 bool BoundingBox(const Bitmap& bmp) {
233 Bitmap bmp;

Completed in 572 milliseconds