OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:topleft
(Results
1 - 25
of
101
) sorted by null
1
2
3
4
5
/external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_view.mm
31
NSPoint
topLeft
= NSMakePoint(NSMinX(rect), NSMaxY(rect));
47
[path moveToPoint:
topLeft
];
49
controlPoint1:NSMakePoint(midLeft1.x,
topLeft
.y)
50
controlPoint2:NSMakePoint(midLeft1.x,
topLeft
.y)];
62
controlPoint1:NSMakePoint(midRight2.x,
topLeft
.y)
63
controlPoint2:NSMakePoint(midRight2.x,
topLeft
.y)];
/external/clang/test/FixIt/
typo.c
24
topleft
.x = 3.14, // expected-error{{field designator '
topleft
' does not refer to any field in type 'struct Rectangle'; did you mean 'top_left'?}}
/external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLSquareRoot.cpp
114
FloatPoint
topLeft
(tx + frontWidth * gRadicalTopLeftPointXPos , ty + gRadicalTopLeftPointYPos * maxHeight);
115
FloatPoint leftEnd(tx ,
topLeft
.y() + gRadicalLeftEndYShift * style()->fontSize());
133
root.addLineTo(
topLeft
);
146
mask.addLineTo(
topLeft
);
147
mask.addLineTo(FloatPoint(2 *
topLeft
.x() - leftEnd.x(), 2 *
topLeft
.y() - leftEnd.y()));
157
line.addLineTo(
topLeft
);
RenderMathMLRoot.cpp
148
FloatPoint
topLeft
(start - gRadicalTopLeftPointXPos * frontWidth , ty + gRadicalTopLeftPointYPos * maxHeight);
149
FloatPoint leftEnd(start - frontWidth ,
topLeft
.y() + gRadicalLeftEndYShift * style()->fontSize());
167
root.addLineTo(
topLeft
);
180
mask.addLineTo(
topLeft
);
181
mask.addLineTo(FloatPoint(2 *
topLeft
.x() - leftEnd.x(), 2 *
topLeft
.y() - leftEnd.y()));
191
line.addLineTo(
topLeft
);
/external/skia/src/ports/
SkFontHost_ascender.cpp
121
aca_Vector
topLeft
;
127
aca_Rasterize(glyph->getGlyphID(), fHandle, &rec, &
topLeft
);
144
glyph->fTop = -
topLeft
.y;
145
glyph->fLeft =
topLeft
.x;
153
aca_Vector
topLeft
;
155
aca_Rasterize(glyph.getGlyphID(), fHandle, &rec, &
topLeft
);
/external/webkit/Source/WebCore/platform/graphics/
RoundedIntRect.h
40
Radii(const IntSize&
topLeft
, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight)
41
: m_topLeft(
topLeft
)
52
const IntSize&
topLeft
() const { return m_topLeft; }
77
RoundedIntRect(const IntRect&, const IntSize&
topLeft
, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight);
105
return a.
topLeft
() == b.
topLeft
() && a.topRight() == b.topRight() && a.bottomLeft() == b.bottomLeft() && a.bottomRight() == b.bottomRight();
TiledBackingStore.cpp
76
Tile::Coordinate
topLeft
= tileCoordinateForPoint(dirtyRect.location());
79
for (unsigned yCoordinate =
topLeft
.y(); yCoordinate <= bottomRight.y(); ++yCoordinate) {
80
for (unsigned xCoordinate =
topLeft
.x(); xCoordinate <= bottomRight.x(); ++xCoordinate) {
135
Tile::Coordinate
topLeft
= tileCoordinateForPoint(dirtyRect.location());
138
for (unsigned yCoordinate =
topLeft
.y(); yCoordinate <= bottomRight.y(); ++yCoordinate) {
139
for (unsigned xCoordinate =
topLeft
.x(); xCoordinate <= bottomRight.x(); ++xCoordinate) {
232
Tile::Coordinate
topLeft
= tileCoordinateForPoint(coverRect.location());
234
for (unsigned yCoordinate =
topLeft
.y(); yCoordinate <= bottomRight.y(); ++yCoordinate) {
235
for (unsigned xCoordinate =
topLeft
.x(); xCoordinate <= bottomRight.x(); ++xCoordinate) {
RoundedIntRect.cpp
85
m_topLeft = edges.
topLeft
();
127
RoundedIntRect::RoundedIntRect(const IntRect& rect, const IntSize&
topLeft
, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight)
129
, m_radii(
topLeft
, topRight, bottomLeft, bottomRight)
145
return m_radii.
topLeft
().width() + m_radii.topRight().width() <= m_rect.width()
147
&& m_radii.
topLeft
().height() + m_radii.topRight().height() <= m_rect.height()
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
riva_mmio.h
110
U032
TopLeft
;
124
U032
TopLeft
;
149
U032
TopLeft
;
168
U032
TopLeft
;
174
U032
TopLeft
;
180
U032
TopLeft
;
186
U032
TopLeft
;
196
U032
TopLeft
;
207
U032
TopLeft
;
/external/webkit/Source/WebCore/manual-tests/
scrollIntoView-horizontal.html
20
<input id="
topleft
" type="button" value="STEP 1: click to horizontally scroll STEP 2 into view" onclick="document.getElementById('topright').scrollIntoView(false);">
28
<input id="bottomright" type="button" value="STEP 4: click to scroll STEP 1 to TOP of view (then you're done)" style="position: absolute; top: 1200px; left: 1200px;" onclick="document.getElementById('
topleft
').scrollIntoView();">
/external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaProxy.cpp
238
TiledDrawingAreaTile::Coordinate
topLeft
= tileCoordinateForPoint(dirtyRect.location());
245
for (unsigned yCoordinate =
topLeft
.y(); yCoordinate <= bottomRight.y(); ++yCoordinate) {
246
for (unsigned xCoordinate =
topLeft
.x(); xCoordinate <= bottomRight.x(); ++xCoordinate) {
336
TiledDrawingAreaTile::Coordinate
topLeft
= tileCoordinateForPoint(dirtyRect.location());
339
for (unsigned yCoordinate =
topLeft
.y(); yCoordinate <= bottomRight.y(); ++yCoordinate) {
340
for (unsigned xCoordinate =
topLeft
.x(); xCoordinate <= bottomRight.x(); ++xCoordinate) {
436
TiledDrawingAreaTile::Coordinate
topLeft
= tileCoordinateForPoint(visibleRect.location());
438
for (unsigned yCoordinate =
topLeft
.y(); yCoordinate <= bottomRight.y(); ++yCoordinate) {
439
for (unsigned xCoordinate =
topLeft
.x(); xCoordinate <= bottomRight.x(); ++xCoordinate) {
/external/webkit/Source/WebCore/platform/graphics/filters/
FELighting.cpp
68
inline void FELighting::LightingData::
topLeft
(int offset, IntPoint& normalVector)
122
int
topLeft
= static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
129
normalVector.setX(-
topLeft
+ topRight - (left << 1) + (right << 1) - bottomLeft + bottomRight);
130
normalVector.setY(-
topLeft
- (top << 1) - topRight + bottomLeft + (bottom << 1) + bottomRight);
138
int
topLeft
= static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
143
normalVector.setX(-
topLeft
+ top - (left << 1) + (center << 1) - bottomLeft + bottom);
144
normalVector.setY(-
topLeft
- (top << 1) + bottomLeft + (bottom << 1));
164
int
topLeft
= static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
167
normalVector.setX(-
topLeft
+ topRight - (left << 1) + (right << 1));
168
normalVector.setY(-
topLeft
- (top << 1) - topRight + left + (center << 1) + right)
[
all
...]
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/
buildbot.css
68
-moz-border-radius-
topleft
: 10px;
76
-moz-border-radius-
topleft
: 0px;
82
-moz-border-radius-
topleft
: 5px;
95
-moz-border-radius-
topleft
: 5px;
129
-moz-border-radius-
topleft
: 5px;
256
-moz-border-radius-
topleft
: 4px;
default.css
97
-moz-border-radius-
topleft
: 10px;
105
-moz-border-radius-
topleft
: 0px;
111
-moz-border-radius-
topleft
: 5px;
123
-moz-border-radius-
topleft
: 5px;
157
-moz-border-radius-
topleft
: 5px;
284
-moz-border-radius-
topleft
: 4px;
/external/webkit/Source/WebCore/platform/graphics/qt/
FloatRectQt.cpp
36
: m_location(r.
topLeft
())
IntRectQt.cpp
36
: m_location(r.
topLeft
())
TransparencyLayer.h
54
offset = rect.
topLeft
();
/external/webkit/Source/WebCore/platform/qt/
ScrollbarThemeQt.cpp
159
const QPoint
topLeft
= opt->rect.
topLeft
();
160
p.painter->translate(
topLeft
);
167
opt->rect.moveTo(
topLeft
);
QtMobileWebStyle.cpp
141
QLinearGradient linearGradient(rect.
topLeft
(), rect.bottomLeft());
190
linearGradient.setFinalStop(rect.
topLeft
());
225
linearGradient.setStart(rect.
topLeft
());
230
linearGradient.setStart(rect.
topLeft
());
231
linearGradient.setFinalStop(QPoint(rect.
topLeft
().x(),
232
rect.
topLeft
().y() + /* offset limit for gradient */ 20));
349
linearGradient.setFinalStop(rect.
topLeft
());
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java
79
ControlPoint
topLeft
= LayoutPoint.create(mCanvas, mask.x, mask.y).toControl();
82
int x1 =
topLeft
.x;
83
int y1 =
topLeft
.y;
MarqueeGesture.java
80
LayoutPoint
topLeft
= ControlPoint.create(mCanvas, x, y).toLayout();
82
mCanvas.getSelectionManager().selectWithin(
topLeft
, bottomRight, mInitialSelection);
/external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_context_menu.cc
46
views::MenuItemView::TOPRIGHT : views::MenuItemView::
TOPLEFT
;
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_group_map.c
73
u32 *
topLeft
,
212
topLeft
top_left[] values
228
u32 *
topLeft
,
243
ASSERT(
topLeft
);
255
ASSERT(
topLeft
[group] <= bottomRight[group] &&
257
yTopLeft =
topLeft
[group] / picWidth;
258
xTopLeft =
topLeft
[group] % picWidth;
559
pps->
topLeft
, pps->bottomRight, picWidth, picHeight);
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestGraphics.java
81
public void drawString(String string, Point
topLeft
) {
82
mDrawn.add("drawString(" + string + "," +
topLeft
+ ")");
/external/chromium/chrome/browser/ui/views/
collected_cookies_win.cc
481
POINT
topleft
= {bounds.x(), bounds.y()};
local
482
MapWindowPoints(HWND_DESKTOP, tab_contents_->GetNativeView(), &
topleft
, 1);
484
bounds.SetRect(
topleft
.x,
topleft
.y, size.width(), size.height());
Completed in 1251 milliseconds
1
2
3
4
5