Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextChecking.h86 , 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/
DHarfBuzzShaper.h90 FloatPoint* offsets() { return &m_offsets[0]; } in offsets()
108 Vector<FloatPoint, 256> m_offsets; variable
DHarfBuzzShaper.cpp231 , 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/
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.h93 const PlainTextRange m_offsets; variable
DInputMethodController.cpp48 , m_offsets(inputMethodController->getSelectionOffsets()) in SelectionOffsetsScope()
54 m_inputMethodController->setSelectionOffsets(m_offsets); in ~SelectionOffsetsScope()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
DUniscribeHelper.cpp450 &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()
DUniscribeHelper.h308 Vector<GOFFSET, cUniscribeHelperStackChars> m_offsets; member
/external/chromium_org/third_party/WebKit/Source/web/tests/
DUniscribeHelperTest.cpp129 EXPECT_EQ(0, uniscribe.m_shapes[0].m_offsets.size()); in TEST_F()