Searched refs:m_offsets (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | TextChecking.h | 86 , m_offsets(offsets) in TextCheckingRequestData() 95 const Vector<unsigned>& offsets() const { return m_offsets; } in offsets() 103 Vector<unsigned> m_offsets; variable
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
D | HarfBuzzShaper.h | 90 FloatPoint* offsets() { return &m_offsets[0]; } in offsets() 108 Vector<FloatPoint, 256> m_offsets; variable
|
D | HarfBuzzShaper.cpp | 231 , m_offsets(rhs.m_offsets) in HarfBuzzRun() 246 m_offsets.resize(m_numGlyphs); in applyShapeResult() 255 m_offsets = run.m_offsets; in copyShapeResultAndGlyphPositions() 263 m_offsets[index] = FloatPoint(offsetX, offsetY); in setGlyphAndPositions()
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_tiff.cpp | 247 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()
|
D | grfmt_tiff.h | 131 int* m_offsets; variable
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | InputMethodController.h | 93 const PlainTextRange m_offsets; variable
|
D | InputMethodController.cpp | 48 , m_offsets(inputMethodController->getSelectionOffsets()) in SelectionOffsetsScope() 54 m_inputMethodController->setSelectionOffsets(m_offsets); in ~SelectionOffsetsScope()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/ |
D | UniscribeHelper.cpp | 450 &shaping.m_offsets[fromGlyph], in draw() 904 shaping.m_offsets.resize(generatedGlyphs); in shape() 971 &shaping.m_advance[0], &shaping.m_offsets[0], in fillShapes() 1046 shaping.m_offsets[glyphIndex].du = 0; in adjustSpaceAdvances() 1047 shaping.m_offsets[glyphIndex].dv = 0; in adjustSpaceAdvances()
|
D | UniscribeHelper.h | 308 Vector<GOFFSET, cUniscribeHelperStackChars> m_offsets; member
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | UniscribeHelperTest.cpp | 129 EXPECT_EQ(0, uniscribe.m_shapes[0].m_offsets.size()); in TEST_F()
|