OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:topleft
(Results
1 - 6
of
6
) sorted by null
/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());
/external/chromium/chrome/browser/ui/views/frame/
browser_view_layout.cc
102
gfx::Point
topleft
;
local
103
views::View::ConvertPointToWidget(contents_container_, &
topleft
);
104
bounding_box.set_origin(
topleft
);
/external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp
135
SkPoint
topleft
= {rc.fLeft, rc.fTop};
local
137
return isPointSkiaSafe(transform,
topleft
) && isPointSkiaSafe(transform, bottomright);
822
const IntSize&
topLeft
,
839
if (
topLeft
.width() + topRight.width() > rect.width()
841
||
topLeft
.height() + bottomLeft.height() > rect.height()
854
addCornerArc(&path, r,
topLeft
, 180);
[
all
...]
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp
1378
int a_16, b, c, factor_c,
topleft
;
local
[
all
...]
/frameworks/media/libvideoeditor/lvpp/
VideoEditorTools.cpp
531
M4VIFI_UInt32
topleft
[2];
local
622
topleft
[0] = currentFraming->topleft_x;
623
topleft
[1] = currentFraming->topleft_y;
631
* Framing is applyed if coordinates matches between framing/
topleft
and input plane */
632
if( y < (
topleft
[0] + currentFraming->FramingYuv[0].u_width) &&
633
y >=
topleft
[0] &&
634
x < (
topleft
[1] + currentFraming->FramingYuv[0].u_height) &&
635
x >=
topleft
[1])
678
*( p_out0+y+x*PlaneOut[0].u_stride)=(*(currentFraming->FramingYuv[0].pac_data+(y-
topleft
[0])+(x-
topleft
[1])*currentFraming->FramingYuv[0].u_stride))*alphaBlending
[
all
...]
/frameworks/media/libvideoeditor/vss/src/
M4xVSS_internal.c
632
/*The (a)
topleft
parameters can be moved to keep the same area size*/
637
/*Move the (a)
topleft
parameter to 0 but the ratio will be also further
643
/*The (a)
topleft
parameters can be moved to keep the same area size*/
648
/*Move the (a)
topleft
parameter to 0 but the ratio will be also further
695
/*The (b)
topleft
parameters can be moved to keep the same area size*/
700
/*Move the (b)
topleft
parameter to 0 but the ratio will be also further
706
/*The (b)
topleft
parameters can be moved to keep the same area size*/
711
/*Move the (b)
topleft
parameter to 0 but the ratio will be also further
3832
M4VIFI_UInt32
topleft
[2];
local
[
all
...]
Completed in 1798 milliseconds