HomeSort by relevance Sort by last modified time
    Searched refs:m_offset (Results 26 - 50 of 60) sorted by null

12 3

  /external/opencv/otherlibs/highgui/
grfmt_sunras.h 79 int m_offset; member in class:GrFmtSunRasterReader
grfmt_sunras.cpp 78 m_offset = -1;
142 m_offset = m_strm.GetPos();
144 assert( m_offset == 32 + m_maplength );
155 m_offset = m_strm.GetPos();
157 assert( m_offset == 32 + m_maplength );
165 m_offset = -1;
187 if( m_offset < 0 || !m_strm.IsOpened())
201 m_strm.SetPos( m_offset );
grfmt_pxm.cpp 126 m_offset = -1;
179 m_offset = m_strm.GetPos();
188 m_offset = -1;
210 if( m_offset < 0 || !m_strm.IsOpened())
232 m_strm.SetPos( m_offset );
grfmt_jpeg.h 121 int m_offset; // offset of first scan member in class:GrFmtJpegReader
grfmt_bmp.cpp 76 m_offset = -1;
102 m_offset = m_strm.GetDWord();
179 m_offset = -1;
201 if( m_offset < 0 || !m_strm.IsOpened())
221 m_strm.SetPos( m_offset );
  /external/webkit/Source/WebCore/platform/graphics/
ContextShadow.cpp 55 , m_offset(offset)
70 } else if (!m_offset.width() && !m_offset.height()) {
83 m_offset = FloatSize();
218 transformedPolygon.move(m_offset);
222 layerFloatRect.move(m_offset);
ShadowBlur.h 91 FloatSize m_offset; member in class:WebCore::ShadowBlur
GraphicsContext.cpp 45 , m_offset(0)
51 , m_offset(offset)
57 , m_offset(other.m_offset)
61 unsigned offset() const { return m_offset; }
62 void increment() { m_offset++; }
63 bool atEnd() const { return !m_textRun || m_offset >= m_textRun->length(); }
64 UChar current() const { return (*m_textRun)[m_offset]; }
69 return m_offset == other.m_offset && m_textRun == other.m_textRun
76 int m_offset; member in class:WebCore::TextRunIterator
    [all...]
ShadowBlur.cpp 171 , m_offset(offset)
185 } else if (!m_offset.width() && !m_offset.height()) {
353 transformedPolygon.move(m_offset);
357 layerRect.move(m_offset);
647 boundingRect.move(m_offset);
650 destHoleRect.move(m_offset);
709 shadowBounds.move(m_offset.width(), m_offset.height());
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
SH4Assembler.h 358 : m_offset(-1)
364 : m_offset(offset)
368 int m_offset; member in class:JSC::SH4Assembler::JmpSrc
375 : m_offset(-1)
381 bool isSet() const { return (m_offset != -1); }
386 : m_offset(offset)
389 ASSERT(m_offset == offset);
392 int m_offset : 31;
    [all...]
ARMAssembler.h 220 : m_offset(-1)
226 : m_offset(offset)
230 int m_offset; member in class:JSC::ARMAssembler::JmpSrc
237 : m_offset(-1)
243 bool isSet() const { return (m_offset != -1); }
247 : m_offset(offset)
250 ASSERT(m_offset == offset);
253 signed int m_offset : 31;
780 patchPointerInternal(reinterpret_cast<intptr_t>(code) + from.m_offset, to);
801 ARMWord* insn = reinterpret_cast<ARMWord*>(getAbsoluteJumpAddress(m_buffer.data(), from.m_offset));
    [all...]
X86Assembler.h 228 : m_offset(-1)
232 bool isSet() const { return (m_offset != -1); }
236 : m_offset(offset)
240 int m_offset; member in class:JSC::X86Assembler::JmpSrc
248 : m_offset(-1)
254 bool isSet() const { return (m_offset != -1); }
258 : m_offset(offset)
261 ASSERT(m_offset == offset);
264 int m_offset : 31;
    [all...]
ARMv7Assembler.h 482 : m_offset(-1)
488 : m_offset(offset)
496 : m_offset(offset)
503 int m_offset;
515 : m_offset(-1)
521 bool isSet() const { return (m_offset != -1); }
525 : m_offset(offset)
528 ASSERT(m_offset == offset);
531 signed int m_offset : 31;
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
Structure.h 108 unsigned propertyStorageSize() const { return m_anonymousSlotCount + (m_propertyTable ? m_propertyTable->propertyStorageSize() : static_cast<unsigned>(m_offset + 1)); }
127 bool isEmpty() const { return m_propertyTable ? m_propertyTable->isEmpty() : m_offset == noOffset; }
198 // Since the number of transitions is always the same as m_offset, we keep the size of Structure down by not storing both.
199 return m_offset == noOffset ? 0 : m_offset + 1;
229 // m_offset does not account for anonymous slots
230 signed char m_offset; member in class:JSC::Structure
Structure.cpp 183 , m_offset(noOffset)
205 , m_offset(noOffset)
226 , m_offset(noOffset)
259 m_propertyTable = structure->m_propertyTable->copy(globalData, 0, m_offset + 1);
267 createPropertyMap(m_offset + 1);
271 PropertyMapEntry entry(globalData, this, structure->m_nameInPrevious.get(), m_anonymousSlotCount + structure->m_offset, structure->m_attributesInPrevious, structure->m_specificValueInPrevious.get());
307 ASSERT(existingTransition->m_offset != noOffset);
308 offset = existingTransition->m_offset + existingTransition->m_anonymousSlotCount;
373 transition->m_offset = offset - structure->m_anonymousSlotCount;
398 // Don't set m_offset, as one can not transition to this
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontWinCE.cpp 83 int m_offset; member in class:WebCore::TextRunComponent
92 , m_offset(o)
102 , m_offset(o)
227 pt.setX(point.x() + w - comp.m_offset - comp.m_width);
229 pt.setX(point.x() + comp.m_offset);
266 int xe = w - comp.m_offset;
278 int xs = comp.m_offset;
303 int xs = comp.m_offset;
  /frameworks/media/libvideoeditor/vss/src/
M4PCMR_CoreReader.c 87 context->m_offset = 0;
373 if((c->m_offset + size_read) >= c->m_decoderConfig.DataLength)
375 size_read = c->m_decoderConfig.DataLength - c->m_offset;
386 /* Calculates the new m_offset, used to determine whether we're at end of reading or not */
387 c->m_offset = c->m_offset + size_read;
391 (M4OSA_Time)(((M4OSA_Double)c->m_offset/(M4OSA_Double)c->m_decoderConfig.AvgBytesPerSec)\
408 if(c->m_offset >= c->m_decoderConfig.DataLength)
466 * - Determines from provided time m_offset to seek in file
467 * - If m_offset is correct, seek in fil
    [all...]
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp 307 m_offset = m_node == m_startContainer ? m_startOffset : 0;
361 m_offset = 0;
404 m_offset = 0;
457 int runStart = m_offset;
466 emitText(m_node, m_firstLetterText, m_offset, m_offset + firstLetter.length());
510 if (!m_handledFirstLetter && renderer->isTextFragment() && !m_offset)
524 unsigned start = m_offset;
561 m_offset = runStart + 1;
567 m_offset = subrunEnd
    [all...]
  /external/webkit/Source/WebCore/plugins/
PluginStream.h 115 int32_t m_offset; member in class:WebCore::PluginStream
  /external/webkit/Source/WebCore/svg/
SVGStopElement.cpp 40 , m_offset(0)
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePluginStream.h 89 int32_t m_offset; member in class:WebKit::NetscapePluginStream
NetscapePluginStream.cpp 44 , m_offset(0)
222 int32_t numBytesWritten = m_plugin->NPP_Write(&m_npStream, m_offset, dataLength, data);
234 m_offset += numBytesWritten;
  /frameworks/media/libvideoeditor/vss/common/inc/
M4PCMR_CoreReader.h 107 M4OSA_UInt32 m_offset; /**< Offset of the PCM read (i.e m_offset of the member in struct:__anon15917
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginStream.mm 128 , m_offset(0)
147 , m_offset(0)
237 m_offset = 0;
527 deliveryBytes = m_pluginFuncs->write(m_plugin, &m_stream, m_offset, [subdata length], (void *)[subdata bytes]);
534 m_offset += deliveryBytes;
536 LOG(Plugins, "NPP_Write responseURL=%@ bytes=%d total-delivered=%d/%d", m_responseURL.get(), deliveryBytes, m_offset, m_stream.end);
WebNetscapePluginStream.h 109 int32_t m_offset; member in class:WebNetscapePluginStream

Completed in 2244 milliseconds

12 3