Home
last modified time | relevance | path

Searched refs:m_location (Results 1 – 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DLayoutRect.h47 : m_location(location), m_size(size) { } in LayoutRect()
49 : m_location(LayoutPoint(x, y)), m_size(LayoutSize(width, height)) { } in LayoutRect()
51 : m_location(location), m_size(size) { } in LayoutRect()
52 LayoutRect(const IntRect& rect) : m_location(rect.location()), m_size(rect.size()) { } in LayoutRect()
56 LayoutPoint location() const { return m_location; } in location()
59 IntPoint pixelSnappedLocation() const { return roundedIntPoint(m_location); } in pixelSnappedLocation()
60 …eturn IntSize(snapSizeToPixel(m_size.width(), m_location.x()), snapSizeToPixel(m_size.height(), m_… in pixelSnappedSize()
62 void setLocation(const LayoutPoint& location) { m_location = location; } in setLocation()
65 ALWAYS_INLINE LayoutUnit x() const { return m_location.x(); } in x()
66 ALWAYS_INLINE LayoutUnit y() const { return m_location.y(); } in y()
[all …]
DIntRect.h55 : m_location(location), m_size(size) { } in IntRect()
57 : m_location(IntPoint(x, y)), m_size(IntSize(width, height)) { } in IntRect()
62 IntPoint location() const { return m_location; } in location()
65 void setLocation(const IntPoint& location) { m_location = location; } in setLocation()
68 int x() const { return m_location.x(); } in x()
69 int y() const { return m_location.y(); } in y()
75 void setX(int x) { m_location.setX(x); } in setX()
76 void setY(int y) { m_location.setY(y); } in setY()
86 void move(const IntSize& size) { m_location += size; } in move()
87 void moveBy(const IntPoint& offset) { m_location.move(offset.x(), offset.y()); } in moveBy()
[all …]
DFloatRect.h56 : m_location(location), m_size(size) { } in FloatRect()
58 : m_location(FloatPoint(x, y)), m_size(FloatSize(width, height)) { } in FloatRect()
65 FloatPoint location() const { return m_location; } in location()
68 void setLocation(const FloatPoint& location) { m_location = location; } in setLocation()
71 float x() const { return m_location.x(); } in x()
72 float y() const { return m_location.y(); } in y()
78 void setX(float x) { m_location.setX(x); } in setX()
79 void setY(float y) { m_location.setY(y); } in setY()
89 void move(const FloatSize& delta) { m_location += delta; } in move()
90 void moveBy(const FloatPoint& delta) { m_location.move(delta.x(), delta.y()); } in moveBy()
[all …]
DIntRect.cpp38 : m_location(clampToInteger(r.x()), clampToInteger(r.y())) in IntRect()
44 : m_location(r.x(), r.y()) in IntRect()
78 m_location.setX(left); in intersect()
79 m_location.setY(top); in intersect()
99 m_location.setX(left); in unite()
100 m_location.setY(top); in unite()
120 m_location.setX(left); in uniteIfNonZero()
121 m_location.setY(top); in uniteIfNonZero()
128 m_location.setX((int)(x() * s)); in scale()
129 m_location.setY((int)(y() * s)); in scale()
DLayoutRect.cpp42 : m_location(LayoutPoint(r.location())) in LayoutRect()
72 m_location = newLocation; in intersect()
89 m_location = newLocation; in unite()
106 m_location = newLocation; in uniteIfNonZero()
112 m_location.scale(s, s); in scale()
118 m_location.scale(xAxisScale, yAxisScale); in scale()
DFloatRect.cpp41 FloatRect::FloatRect(const IntRect& r) : m_location(r.location()), m_size(r.size()) in FloatRect()
45 FloatRect::FloatRect(const LayoutRect& r) : m_location(r.location()), m_size(r.size()) in FloatRect()
49 FloatRect::FloatRect(const SkRect& r) : m_location(r.fLeft, r.fTop), m_size(r.width(), r.height()) in FloatRect()
152 m_location.setX(x() * sx); in scale()
153 m_location.setY(y() * sy); in scale()
/external/chromium_org/third_party/WebKit/Source/platform/scheduler/
DTracedTask.cpp17 "src_file", m_location.fileName(), in run()
18 "src_func", m_location.functionName()); in run()
25 , m_location(location) in TracedTask()
36 "src_file", m_location.fileName(), in TracedTask()
37 "src_func", m_location.functionName()); in TracedTask()
DScheduler.cpp29 , m_location(location) in MainThreadIdleTaskAdapter()
37 "src_file", m_location.fileName(), in run()
38 "src_func", m_location.functionName()); in run()
45 TraceLocation m_location; member in blink::__anon16f39ae20111::MainThreadIdleTaskAdapter
DTracedTask.h37 TraceLocation m_location; variable
/external/lldb/source/Symbol/
DUnwindPlan.cpp34 return m_location.offset == rhs.m_location.offset; in operator ==()
37 return m_location.reg_num == rhs.m_location.reg_num; in operator ==()
41 if (m_location.expr.length == rhs.m_location.expr.length) in operator ==()
42 … return !memcmp (m_location.expr.opcodes, rhs.m_location.expr.opcodes, m_location.expr.length); in operator ==()
55 m_location.expr.opcodes = opcodes; in SetAtDWARFExpression()
56 m_location.expr.length = len; in SetAtDWARFExpression()
65 m_location.expr.opcodes = opcodes; in SetIsDWARFExpression()
66 m_location.expr.length = len; in SetIsDWARFExpression()
97 s.Printf ("CFA%+d", m_location.offset); in Dump()
103 const int32_t offset = row->GetCFAOffset() + m_location.offset; in Dump()
[all …]
DVariable.cpp55 m_location(location), in Variable()
136 if (m_location.IsValid()) in Dump()
140 if (m_location.IsLocationList()) in Dump()
154 m_location.GetDescription(s, lldb::eDescriptionLevelBrief, loclist_base_addr, abi); in Dump()
213 if (!m_location.IsLocationList()) in LocationIsValidForFrame()
232 return m_location.LocationListContainsAddress (loclist_base_load_addr, in LocationIsValidForFrame()
251 if (!m_location.IsLocationList()) in LocationIsValidForAddress()
265 return m_location.LocationListContainsAddress (loclist_base_file_addr, in LocationIsValidForAddress()
504 return m_location.DumpLocationForAddress (s, in DumpLocationForAddress()
511 return m_location.DumpLocationForAddress (s, in DumpLocationForAddress()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DShadowData.h40 : m_location(location) in ShadowData()
53 float x() const { return m_location.x(); } in x()
54 float y() const { return m_location.y(); } in y()
55 FloatPoint location() const { return m_location; } in location()
62 FloatPoint m_location;
DShadowData.cpp31 return m_location == o.m_location in operator ==()
/external/lldb/include/lldb/Symbol/
DUnwindPlan.h64 m_location() in RegisterLocation()
141 m_location.offset = offset; in SetAtCFAPlusOffset()
148 m_location.offset = offset; in SetIsCFAPlusOffset()
155 m_location.reg_num = reg_num; in SetInRegister()
162 return m_location.reg_num; in GetRegisterNumber()
176 return m_location.offset; in GetOffset()
185 *opcodes = m_location.expr.opcodes; in GetDWARFExpr()
186 len = m_location.expr.length; in GetDWARFExpr()
205 return m_location.expr.opcodes; in GetDWARFExpressionBytes()
213 return m_location.expr.length; in GetDWARFExpressionLength()
[all …]
DVariable.h107 return m_location; in LocationExpression()
113 return m_location; in LocationExpression()
173 …DWARFExpression m_location; // The location of this variable that can be fed to DWARFExpre… variable
/external/chromium_org/third_party/WebKit/Source/core/events/
DKeyboardEvent.cpp99 : m_location(DOM_KEY_LOCATION_STANDARD) in KeyboardEvent()
109 , m_location(keyLocationCode(key)) in KeyboardEvent()
117 , m_location(initializer.location) in KeyboardEvent()
127 , m_location(location) in KeyboardEvent()
146 m_location = location; in initKeyboardEvent()
DKeyboardEvent.h88 unsigned location() const { return m_location; } in location()
114 unsigned m_location; variable
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFilterOperation.h277 int x() const { return m_location.x(); } in x()
278 int y() const { return m_location.y(); } in y()
279 IntPoint location() const { return m_location; } in location()
294 …return m_location == other->m_location && m_stdDeviation == other->m_stdDeviation && m_color == ot…
299 , m_location(location) in DropShadowFilterOperation()
305 IntPoint m_location; // FIXME: should location be in Lengths? variable
DFilterOperation.cpp133 blink::blend(IntPoint(), m_location, progress), in blend()
140 blink::blend(fromOp->location(), m_location, progress), in blend()
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLUniformLocation.cpp40 , m_location(location) in WebGLUniformLocation()
60 return m_location; in location()
DWebGLUniformLocation.h53 GLint m_location; variable
/external/chromium_org/third_party/WebKit/Source/core/workers/
DWorkerGlobalScope.cpp154 if (!m_location) in location()
155 m_location = WorkerLocation::create(m_url); in location()
156 return m_location.get(); in location()
331 visitor->trace(m_location); in trace()
/external/chromium_org/third_party/WebKit/Source/platform/
DTimer.h59 const TraceLocation& location() const { return m_location; } in location()
105 TraceLocation m_location; variable
/external/chromium_org/third_party/WebKit/Source/platform/geometry/cg/
DFloatRectCG.cpp34 FloatRect::FloatRect(const CGRect& r) : m_location(r.origin), m_size(r.size) in FloatRect()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
DFlyoutControlComposite.java992 private final int m_location;
1001 m_location = location;
1011 return getDockLocation() == m_location;
1016 setDockLocation(m_location);

12