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

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

Completed in 5322 milliseconds