Home
last modified time | relevance | path

Searched refs:m_offsets (Results 1 – 10 of 10) sorted by relevance

/external/lldb/source/Core/
DSourceManager.cpp341 m_offsets() in File()
429 if (line < m_offsets.size()) in GetLineOffset()
430 return m_offsets[line - 1]; // yes we want "line - 1" in the index in GetLineOffset()
442 return line < m_offsets.size(); in LineIsValid()
458 m_offsets.clear(); in DisplaySourceLines()
497 m_offsets.clear(); in FindLinesMatchingRegex()
553 if (!m_offsets.empty() && m_offsets[0] == UINT32_MAX) in CalculateLineOffsets()
556 if (m_offsets.empty()) in CalculateLineOffsets()
569 m_offsets.push_back(UINT32_MAX); in CalculateLineOffsets()
585 m_offsets.push_back(s + 1 - start); in CalculateLineOffsets()
[all …]
/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextChecking.h87 , m_offsets(offsets) in TextCheckingRequestData()
96 const Vector<unsigned>& offsets() const { return m_offsets; } in offsets()
104 Vector<unsigned> m_offsets; variable
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DHarfBuzzShaper.h93 FloatPoint* offsets() { return &m_offsets[0]; } in offsets()
119 Vector<FloatPoint, 256> m_offsets; variable
DHarfBuzzShaper.cpp259 , m_offsets(rhs.m_offsets) in HarfBuzzRun()
274 m_offsets.resize(m_numGlyphs); in applyShapeResult()
281 m_offsets[index] = FloatPoint(offsetX, offsetY); in setGlyphAndPositions()
/external/opencv/otherlibs/highgui/
Dgrfmt_tiff.cpp247 m_offsets = 0; in GrFmtTiffReader()
259 delete[] m_offsets; in ~GrFmtTiffReader()
455 if( ReadTable( value, count, fieldType, m_offsets, m_maxoffsets ) < 0 ) in ReadHeader()
590 m_strm.SetPos( m_offsets[s] ); in ReadData()
Dgrfmt_tiff.h131 int* m_offsets; variable
/external/chromium_org/third_party/WebKit/Source/core/editing/
DInputMethodController.h94 const PlainTextRange m_offsets; variable
DInputMethodController.cpp48 , m_offsets(inputMethodController->getSelectionOffsets()) in SelectionOffsetsScope()
54 m_inputMethodController->setSelectionOffsets(m_offsets); in ~SelectionOffsetsScope()
/external/lldb/include/lldb/Core/
DSourceManager.h84 LineOffsets m_offsets; variable
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp434 m_offsets[0] = a; in MultiplePixelOffsets()
435 m_offsets[1] = b; in MultiplePixelOffsets()
436 m_offsets[2] = c; in MultiplePixelOffsets()
437 m_offsets[3] = d; in MultiplePixelOffsets()
443 dst[i] = m_offsets[i]; in operator ()()
447 IVec2 m_offsets[4]; member in deqp::gles31::Functional::__anonb8b84d7b0111::MultiplePixelOffsets