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

/external/chromium/net/disk_cache/
H A Dbitmap.h14 class Bitmap { class in namespace:disk_cache
16 Bitmap() : map_(NULL), num_bits_(0), array_size_(0), alloc_(false) {} function in class:disk_cache::Bitmap
20 Bitmap(int num_bits, bool clear_bits);
22 // Constructs a Bitmap with the actual storage provided by the caller. |map|
25 Bitmap(uint32* map, int num_bits, int num_words);
27 ~Bitmap();
131 DISALLOW_COPY_AND_ASSIGN(Bitmap);
H A Dbitmap.cc43 Bitmap::Bitmap(int num_bits, bool clear_bits) function in class:disk_cache::Bitmap
54 Bitmap::Bitmap(uint32* map, int num_bits, int num_words) function in class:disk_cache::Bitmap
63 Bitmap::~Bitmap() {
68 void Bitmap::Resize(int num_bits, bool clear_bits) {
92 void Bitmap::Set(int index, bool value) {
103 bool Bitmap::Get(int index) const {
111 void Bitmap
[all...]
/external/chromium_org/net/disk_cache/
H A Dbitmap.h14 class NET_EXPORT_PRIVATE Bitmap { class in namespace:disk_cache
16 Bitmap() : map_(NULL), num_bits_(0), array_size_(0), alloc_(false) {} function in class:disk_cache::Bitmap
20 Bitmap(int num_bits, bool clear_bits);
22 // Constructs a Bitmap with the actual storage provided by the caller. |map|
25 Bitmap(uint32* map, int num_bits, int num_words);
27 ~Bitmap();
131 DISALLOW_COPY_AND_ASSIGN(Bitmap);
H A Dbitmap.cc43 Bitmap::Bitmap(int num_bits, bool clear_bits) function in class:disk_cache::Bitmap
54 Bitmap::Bitmap(uint32* map, int num_bits, int num_words) function in class:disk_cache::Bitmap
63 Bitmap::~Bitmap() {
68 void Bitmap::Resize(int num_bits, bool clear_bits) {
92 void Bitmap::Set(int index, bool value) {
103 bool Bitmap::Get(int index) const {
111 void Bitmap
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbriva.c77 RivaBitmap *Bitmap = (RivaBitmap *)(mapped_io + BITMAP_OFFSET); local
96 RIVA_FIFO_FREE(Bitmap, 1);
97 Bitmap->Color1A = color;
99 RIVA_FIFO_FREE(Bitmap, 2);
100 Bitmap->UnclippedRectangle[0].TopLeft = (dstX << 16) | dstY;
101 Bitmap->UnclippedRectangle[0].WidthHeight = (dstW << 16) | dstH;
H A Driva_mmio.h401 RivaBitmap *Bitmap; member in struct:_riva_hw_inst
/external/chromium_org/skia/ext/
H A Dvector_canvas_unittest.cc49 class Bitmap { class in namespace:skia::__anon9965
51 Bitmap(const Context& context, int x, int y) { function in class:skia::__anon9965::Bitmap
70 ~Bitmap() {
79 DISALLOW_COPY_AND_ASSIGN(Bitmap);
393 bitmap_ = new Bitmap(*context_, size_, size_);
435 // Bitmap created inside context_.
436 Bitmap* bitmap_;
/external/chromium_org/cc/resources/
H A Dresource_provider.h53 Bitmap, enumerator in enum:cc::ResourceProvider::ResourceType
/external/chromium_org/third_party/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/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/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddd.h179 void (*Bitmap)( struct gl_context *ctx, member in struct:dd_function_table
/external/mesa3d/src/mesa/main/
H A Ddd.h179 void (*Bitmap)( struct gl_context *ctx, member in struct:dd_function_table
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/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/chromium_org/v8/src/
H A Dspaces.h164 // Bitmap is a sequence of cells each containing fixed number of bits.
165 class Bitmap { class in namespace:v8::internal
212 INLINE(static Bitmap* FromAddress(Address addr)) {
213 return reinterpret_cast<Bitmap*>(addr);
555 CODE_POINTER_ALIGN(kHeaderSize + Bitmap::kSize);
598 inline Bitmap* markbits() {
599 return Bitmap::FromAddress(address() + kHeaderSize);
/external/v8/src/
H A Dspaces.h166 // Bitmap is a sequence of cells each containing fixed number of bits.
167 class Bitmap { class in namespace:v8::internal
214 INLINE(static Bitmap* FromAddress(Address addr)) {
215 return reinterpret_cast<Bitmap*>(addr);
495 CODE_POINTER_ALIGN(MAP_POINTER_ALIGN(kHeaderSize + Bitmap::kSize));
538 inline Bitmap* markbits() {
539 return Bitmap::FromAddress(address() + kHeaderSize);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h132 KEYWORD1 void KEYWORD2 NAME(Bitmap)(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap) function
135 DISPATCH(Bitmap, (width, height, xorig, yorig, xmove, ymove, bitmap), (F, "glBitmap(%d, %d, %f, %f, %f, %f, %p);\n", width, height, xorig, yorig, xmove, ymove, (const void *) bitmap));
8196 TABLE_ENTRY(Bitmap),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h30 GLAPI void APIENTRY GLAPI_PREFIX(Bitmap)(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap);
1456 GLAPI void APIENTRY GLAPI_PREFIX(Bitmap)(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) function
10418 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Bitmap))"\n"

Completed in 934 milliseconds