Searched refs:m_info (Results 1 – 8 of 8) sorted by relevance
/external/webkit/WebCore/platform/image-decoders/jpeg/ |
D | JPEGImageDecoder.cpp | 103 memset(&m_info, 0, sizeof(jpeg_decompress_struct)); in JPEGImageReader() 106 m_info.err = jpeg_std_error(&m_err.pub); in JPEGImageReader() 110 jpeg_create_decompress(&m_info); in JPEGImageReader() 113 if (!m_info.src) { in JPEGImageReader() 121 m_info.src = (jpeg_source_mgr*)src; in JPEGImageReader() 138 decoder_source_mgr* src = (decoder_source_mgr*)m_info.src; in close() 141 m_info.src = 0; in close() 143 jpeg_destroy_decompress(&m_info); in close() 147 decoder_source_mgr* src = (decoder_source_mgr*)m_info.src; in skipBytes() 162 unsigned readOffset = m_bufferLength - m_info.src->bytes_in_buffer; in decode() [all …]
|
/external/webkit/WebCore/html/ |
D | HTMLCollection.cpp | 43 …, m_info(m_base->isDocumentNode() ? static_cast<Document*>(m_base.get())->collectionInfo(type) : 0) in HTMLCollection() 52 , m_info(info) in HTMLCollection() 65 delete m_info; in ~HTMLCollection() 72 if (!m_info) { in resetCollectionInfo() 73 m_info = new CollectionCache; in resetCollectionInfo() 75 m_info->version = docversion; in resetCollectionInfo() 79 if (m_info->version != docversion) { in resetCollectionInfo() 80 m_info->reset(); in resetCollectionInfo() 81 m_info->version = docversion; in resetCollectionInfo() 218 if (!m_info->hasLength) { in length() [all …]
|
D | HTMLCollection.h | 69 CollectionCache* info() const { return m_info; } in info() 84 mutable CollectionCache* m_info; variable
|
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
D | GenericAttribute_info.java | 31 public byte [] m_info; field in GenericAttribute_info 38 m_info = (info != null ? info : EMPTY_BYTE_ARRAY); in GenericAttribute_info() 44 return 6 + m_info.length; in length() 69 _clone.m_info = (m_info.length == 0 ? EMPTY_BYTE_ARRAY : (byte []) m_info.clone ()); in clone() 80 out.write (m_info, 0, m_info.length); in writeInClassFormat() 94 m_info = new byte [(int) m_attribute_length]; in GenericAttribute_info() 95 bytes.readFully (m_info); in GenericAttribute_info()
|
/external/webkit/WebCore/platform/image-decoders/png/ |
D | PNGImageDecoder.cpp | 83 m_info = png_create_info_struct(m_png); in PNGImageReader() 93 if (m_png && m_info) in close() 94 png_destroy_read_struct(&m_png, &m_info, 0); // Will zero the pointers. in close() 120 …png_process_data(m_png, m_info, reinterpret_cast<png_bytep>(const_cast<char*>(segment)), segmentLe… in decode() 130 png_infop infoPtr() const { return m_info; } in infoPtr() 145 png_infop m_info; member in WebCore::PNGImageReader
|
/external/webkit/WebKit/wx/ |
D | WebView.h | 366 wxWebViewDOMElementInfo GetInfo() const { return m_info; } in GetInfo() 367 void SetInfo(wxWebViewDOMElementInfo info) { m_info = info; } in SetInfo() 373 wxWebViewDOMElementInfo m_info;
|
/external/elfutils/libelf/ |
D | elf.h | 1019 Elf32_Word m_info; /* Size and index. */ member 1028 Elf64_Xword m_info; /* Size and index. */ member
|
D | abstract.h | 260 TYPE_NAME (ElfW2(Bits, Ext##Xword), m_info) \
|