Searched refs:data_type (Results 1 - 17 of 17) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_font_cache_manager.h41 glyph_data_type data_type; member in struct:agg::glyph_cache
89 glyph_data_type data_type,
113 glyph->data_type = data_type;
204 glyph_data_type data_type,
214 data_type,
296 m_engine.data_type(),
314 switch(gl->data_type)
86 cache_glyph(unsigned glyph_code, unsigned glyph_index, unsigned data_size, glyph_data_type data_type, const rect_i& bounds, double advance_x, double advance_y) argument
201 cache_glyph(unsigned glyph_code, unsigned glyph_index, unsigned data_size, glyph_data_type data_type, const rect_i& bounds, double advance_x, double advance_y) argument
/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.h30 uint32 data_type; member in struct:bplustree_header
117 int32 Type() const { return fHeader->data_type; }
202 if (fHeader->data_type != BPLUSTREE_STRING_TYPE)
209 if (fHeader->data_type != BPLUSTREE_INT32_TYPE)
216 if (fHeader->data_type != BPLUSTREE_UINT32_TYPE)
223 if (fHeader->data_type != BPLUSTREE_INT64_TYPE)
230 if (fHeader->data_type != BPLUSTREE_UINT64_TYPE)
237 if (fHeader->data_type != BPLUSTREE_FLOAT_TYPE)
244 if (fHeader->data_type != BPLUSTREE_DOUBLE_TYPE)
H A Ddump.cpp201 printf(" data_type = %" B_PRIu32 "\n", header->data_type);
253 if (header->data_type == BPLUSTREE_STRING_TYPE)
255 else if (header->data_type == BPLUSTREE_INT32_TYPE) {
258 } else if (header->data_type == BPLUSTREE_UINT32_TYPE) {
261 } else if (header->data_type == BPLUSTREE_INT64_TYPE) {
H A DBPlusTree.cpp145 fHeader->data_type = keyType;
187 if (header.data_type > BPLUSTREE_DOUBLE_TYPE
188 || (dataStream->Mode() & S_INDEX_DIR) && toMode[header.data_type] != mode
452 if (fHeader->data_type == BPLUSTREE_STRING_TYPE) // terminate string type
496 switch (fHeader->data_type)
/haiku/src/servers/app/font/
H A DFontCacheEntry.h53 data_type(dataType),
73 glyph_data_type data_type; member in struct:GlyphCache
H A DFontCacheEntry.cpp360 switch(glyph->data_type) {
/haiku/src/libs/agg/font_freetype/
H A Dagg_font_freetype.h98 glyph_data_type data_type() const { return m_data_type; } function in class:agg::font_engine_freetype_base
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DDebug.cpp154 kprintf(" data_type = %u\n", (unsigned)header->DataType());
236 if (header->data_type == BPLUSTREE_STRING_TYPE)
238 else if (header->data_type == BPLUSTREE_INT32_TYPE) {
241 } else if (header->data_type == BPLUSTREE_UINT32_TYPE) {
244 } else if (header->data_type == BPLUSTREE_INT64_TYPE) {
H A DBPlusTree.h37 uint32 data_type; member in struct:BFS::bplustree_header
44 uint32 DataType() const { return BFS_ENDIAN_TO_HOST_INT32(data_type); }
H A DBPlusTree.cpp671 header->data_type = HOST_ENDIAN_TO_BFS_INT32(ModeToKeyType(stream->Mode()));
/haiku/src/servers/app/drawing/Painter/
H A DAGGTextRenderer.cpp260 if (glyph->data_type != glyph_data_outline) {
285 switch (glyph->data_type) {
392 // (only if glyph->data_type == agg::glyph_data_outline)
431 // (only if glyph->data_type == agg::glyph_data_outline)
/haiku/headers/cpp/
H A Dstl_hash_map.h59 typedef _Tp data_type; typedef in class:hash_map
242 typedef _Tp data_type; typedef in class:hash_multimap
H A Dstl_map.h54 typedef _Tp data_type; typedef in class:map
H A Dstl_multimap.h54 typedef _Tp data_type; typedef in class:multimap
/haiku/src/tools/
H A Dgenerate_boot_screen.cpp89 fStream.data_type = 0;
/haiku/src/servers/app/
H A DServerFont.cpp943 if (glyph->data_type != glyph_data_outline) {
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxreg.h2479 * @data_type: the memory segment type to record
2486 uint32_t data_type; member in struct:iwx_fw_dbg_mem_seg_tlv

Completed in 406 milliseconds