/external/chromium_org/third_party/WebKit/Source/platform/text/ |
TextChecking.h | 86 , m_offsets(offsets) 95 const Vector<unsigned>& offsets() const { return m_offsets; } 103 Vector<unsigned> m_offsets; member in class:WebCore::TextCheckingRequestData
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
HarfBuzzShaper.h | 90 FloatPoint* offsets() { return &m_offsets[0]; } 108 Vector<FloatPoint, 256> m_offsets; member in class:WebCore::FINAL::HarfBuzzRun
|
HarfBuzzShaper.cpp | 231 , m_offsets(rhs.m_offsets) 246 m_offsets.resize(m_numGlyphs); 255 m_offsets = run.m_offsets; 263 m_offsets[index] = FloatPoint(offsetX, offsetY); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
InputMethodController.h | 93 const PlainTextRange m_offsets; member in class:WebCore::InputMethodController::SelectionOffsetsScope
|
InputMethodController.cpp | 48 , m_offsets(inputMethodController->getSelectionOffsets()) 54 m_inputMethodController->setSelectionOffsets(m_offsets);
|
/external/opencv/otherlibs/highgui/ |
grfmt_tiff.h | 131 int* m_offsets; member in class:GrFmtTiffReader
|
grfmt_tiff.cpp | 247 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/chromium_org/third_party/WebKit/Source/platform/fonts/win/ |
UniscribeHelper.h | 308 Vector<GOFFSET, cUniscribeHelperStackChars> m_offsets; member in struct:WebCore::UniscribeHelper::Shaping
|
UniscribeHelper.cpp | 450 &shaping.m_offsets[fromGlyph], [all...] |
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
UniscribeHelperTest.cpp | 129 EXPECT_EQ(0, uniscribe.m_shapes[0].m_offsets.size());
|