Searched defs:m_offset (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DSplitTextNodeCommand.h56 unsigned m_offset; member in class:WebCore::SplitTextNodeCommand
H A DSplitTextNodeContainingElementCommand.h46 int m_offset; member in class:WebCore::SplitTextNodeContainingElementCommand
H A DDeleteFromTextNodeCommand.h53 unsigned m_offset; member in class:WebCore::DeleteFromTextNodeCommand
H A DInsertIntoTextNodeCommand.h53 unsigned m_offset; member in class:WebCore::InsertIntoTextNodeCommand
H A DRenderedPosition.h78 bool atLeftmostOffsetInBox() const { return m_inlineBox && m_offset == m_inlineBox->caretLeftmostOffset(); }
79 bool atRightmostOffsetInBox() const { return m_inlineBox && m_offset == m_inlineBox->caretRightmostOffset(); }
85 int m_offset; member in class:WebCore::RenderedPosition
97 , m_offset(0)
106 , m_offset(offset)
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
H A DSkiaSharedBufferStream.h70 , m_offset(0)
75 size_t m_offset; member in class:WebCore::SkiaSharedBufferStream
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DOutlineValue.h36 : m_offset(0)
42 return m_width == o.m_width && m_style == o.m_style && m_color == o.m_color && m_colorIsValid == o.m_colorIsValid && m_offset == o.m_offset && m_isAuto == o.m_isAuto;
50 int offset() const { return m_offset; }
54 int m_offset; member in class:WebCore::OutlineValue
H A DStyleReflection.h44 return m_direction == o.m_direction && m_offset == o.m_offset && m_mask == o.m_mask;
49 Length offset() const { return m_offset; }
53 void setOffset(const Length& l) { m_offset = l; }
59 , m_offset(0, Fixed)
65 Length m_offset; member in class:WebCore::StyleReflection
/external/opencv/otherlibs/highgui/
H A Dgrfmt_pxm.h66 int m_offset; member in class:GrFmtPxMReader
H A Dgrfmt_bmp.h73 int m_offset; member in class:GrFmtBmpReader
H A Dgrfmt_sunras.h79 int m_offset; member in class:GrFmtSunRasterReader
H A Dgrfmt_jpeg.h121 int m_offset; // offset of first scan member in class:GrFmtJpegReader
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSReflectValue.h46 CSSPrimitiveValue* offset() const { return m_offset.get(); }
60 , m_offset(offset)
66 RefPtr<CSSPrimitiveValue> m_offset; member in class:WebCore::CSSReflectValue
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DClock.h54 double m_offset; member in class:WebCore::Clock
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DShadowBlur.h59 FloatSize m_offset; member in class:WebCore::ShadowBlur
H A DTextRunIterator.h40 , m_offset(0)
46 , m_offset(offset)
52 , m_offset(other.m_offset)
56 unsigned offset() const { return m_offset; }
57 void increment() { m_offset++; }
58 bool atEnd() const { return !m_textRun || m_offset >= m_textRun->length(); }
59 UChar current() const { return (*m_textRun)[m_offset]; }
64 return m_offset == other.m_offset
71 int m_offset; member in class:WebCore::TextRunIterator
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringView.h41 : m_offset(0)
48 , m_offset(0)
55 , m_offset(offset)
64 m_offset += offset;
78 return m_impl->characters8() + m_offset;
86 return m_impl->characters16() + m_offset;
91 unsigned m_offset; member in class:WTF::StringView
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DKeyframeAnimationEffect.h58 void setOffset(double offset) { m_offset = offset; }
59 double offset() const { return m_offset; }
67 double m_offset; member in class:WebCore::Keyframe
92 double offset() const { return m_offset; }
98 double m_offset; member in class:WebCore::KeyframeAnimationEffect::PropertySpecificKeyframe
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DVDMXParser.cpp47 , m_offset(0) { }
51 if (m_offset + numBytes > m_length)
53 m_offset += numBytes;
59 if (m_offset + sizeof(uint8_t) > m_length)
61 *value = m_buffer[m_offset];
62 m_offset += sizeof(uint8_t);
68 if (m_offset + sizeof(uint16_t) > m_length)
70 memcpy(value, m_buffer + m_offset, sizeof(uint16_t));
72 m_offset += sizeof(uint16_t);
83 return m_offset;
94 size_t m_offset; member in class:Buffer
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/text/
H A DTextBreakIterator.h225 unsigned m_offset; member in class:WebCore::NonSharedCharacterBreakIterator
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderGeometryMap.h48 , m_offset(o.m_offset)
65 LayoutSize m_offset; member in struct:WebCore::RenderGeometryMapStep
H A DRenderFlowThread.h234 : m_offset(offset)
239 const LayoutUnit& lowValue() const { return m_offset; }
240 const LayoutUnit& highValue() const { return m_offset; }
246 LayoutUnit m_offset; member in class:WebCore::RenderFlowThread::RegionSearchAdapter
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPosition.h64 : m_offset(0)
73 int value() const { return m_offset; }
76 explicit LegacyEditingOffset(int offset) : m_offset(offset) { }
80 int m_offset; member in class:WebCore::Position::LegacyEditingOffset
94 void clear() { m_anchorNode.clear(); m_offset = 0; m_anchorType = PositionIsOffsetInAnchor; m_isLegacyEditingPosition = false; }
108 return m_offset;
115 return m_offset;
217 // m_offset can be the offset inside m_anchorNode, or if editingIgnoresContent(m_anchorNode)
218 // returns true, then other places in editing will treat m_offset == 0 as "before the anchor"
219 // and m_offset >
220 int m_offset; member in class:WebCore::Position
[all...]
/external/libppp/src/
H A Dmbuf.h33 u_short m_offset; /* offset from header end to start position */ member in struct:mbuf
49 ((bp) ? (u_char *)((bp)+1) + (bp)->m_offset : (u_char *)bp)
52 ((bp) ? (const u_char *)((bp)+1) + (bp)->m_offset : (const u_char *)bp)
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
H A DFilterOperation.h257 double offset() const { return m_offset; }
267 return m_amplitude == other->m_amplitude && m_exponent == other->m_exponent && m_offset == other->m_offset;
274 , m_offset(offset)
280 double m_offset; member in class:WebCore::GammaFilterOperation

Completed in 782 milliseconds

12