OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_bottomleft
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
RoundedIntRect.cpp
39
return m_topLeft.isZero() && m_topRight.isZero() &&
m_bottomLeft
.isZero() && m_bottomRight.isZero();
54
m_bottomLeft
.scale(factor);
55
if (!
m_bottomLeft
.width() || !
m_bottomLeft
.height())
56
m_bottomLeft
= IntSize();
71
m_bottomLeft
.setWidth(max(0,
m_bottomLeft
.width() + leftWidth));
72
m_bottomLeft
.setHeight(max(0,
m_bottomLeft
.height() + bottomWidth));
82
m_bottomLeft
= edges.bottomLeft()
[
all
...]
RoundedIntRect.h
43
,
m_bottomLeft
(bottomLeft)
50
void setBottomLeft(const IntSize& size) {
m_bottomLeft
= size; }
54
const IntSize& bottomLeft() const { return
m_bottomLeft
; }
71
IntSize
m_bottomLeft
;
/external/webkit/Source/WebCore/rendering/style/
BorderData.h
40
,
m_bottomLeft
(Length(0, Fixed), Length(0, Fixed))
56
if (!
m_bottomLeft
.width().isZero())
94
&& m_topLeft == o.m_topLeft && m_topRight == o.m_topRight &&
m_bottomLeft
== o.
m_bottomLeft
&& m_bottomRight == o.m_bottomRight;
111
const LengthSize& bottomLeft() const { return
m_bottomLeft
; }
124
LengthSize
m_bottomLeft
;
RenderStyle.h
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h
493
,
m_bottomLeft
(bottomLeft)
499
m_bottomLeft
, m_bottomRight,
508
IntSize
m_bottomLeft
;
Completed in 459 milliseconds