Searched defs:top (Results 26 - 50 of 743) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dinfobar_container_view.cc39 int top = GetVerticalOverlap(NULL); local
43 top -= child->arrow_height();
45 child->SetBounds(0, top, width(), child_height);
46 top += child_height;
/external/chromium_org/chrome/browser/ui/webui/chromeos/first_run/
H A Dfirst_run_actor.cc24 FirstRunActor::StepPosition& FirstRunActor::StepPosition::SetTop(int top) { argument
25 top_ = top;
48 result->SetInteger("top", top_);
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableLengthBox.h41 static PassRefPtrWillBeRawPtr<AnimatableLengthBox> create(PassRefPtrWillBeRawPtr<AnimatableValue> left, PassRefPtrWillBeRawPtr<AnimatableValue> right, PassRefPtrWillBeRawPtr<AnimatableValue> top, PassRefPtrWillBeRawPtr<AnimatableValue> bottom) argument
43 return adoptRefWillBeNoop(new AnimatableLengthBox(left, right, top, bottom));
47 const AnimatableValue* top() const { return m_top.get(); } function in class:blink::FINAL
56 AnimatableLengthBox(PassRefPtrWillBeRawPtr<AnimatableValue> left, PassRefPtrWillBeRawPtr<AnimatableValue> right, PassRefPtrWillBeRawPtr<AnimatableValue> top, PassRefPtrWillBeRawPtr<AnimatableValue> bottom) argument
59 , m_top(top)
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMRectReadOnly.h22 double top() const { return std::min(m_y, m_y + m_height); } function in class:blink::DOMRectReadOnly
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBasicShapes.cpp229 float top = floatValueForLength(m_top, boundingBox.height()); local
233 top + boundingBox.y(),
235 std::max<float>(boundingBox.height() - top - floatValueForLength(m_bottom, boundingBox.height()), 0)
H A DBorderImageLengthBox.h60 BorderImageLengthBox(const BorderImageLength& top, const BorderImageLength& right, argument
64 , m_top(top)
71 const BorderImageLength& top() const { return m_top; } function in class:blink::BorderImageLengthBox
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLengthBox.h72 const Length& top() const { return m_top; } function in class:blink::LengthBox
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DLayoutBoxExtent.h44 LayoutBoxExtent(LayoutUnit top, LayoutUnit right, LayoutUnit bottom, LayoutUnit left) argument
45 : m_top(top), m_right(right), m_bottom(bottom), m_left(left) { }
47 inline LayoutUnit top() const { return m_top; } function in class:blink::LayoutBoxExtent
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticBezierClip.cpp33 double top = 0; local
35 if (top > bottom) {
36 SkTSwap(top, bottom);
44 if (approximately_lesser_or_equal(distance2y[0].y, top)) {
52 if (approximately_lesser_or_equal(distance2y[2].y, top)) {
66 x_at(distance2y[idx], distance2y[next], top, bottom, flags, minT, maxT);
/external/chromium_org/third_party/skia/gm/
H A Dpatch.cpp29 SkPoint top[SkPatchUtils::kNumPtsCubic]; local
30 SkPatchUtils::getTopCubic(cubics, top);
38 SkPoint corners[4] = { bottom[0], bottom[3], top[0], top[3] };
41 canvas->drawPoints(SkCanvas::kLines_PointMode, 4, top, paint);
45 canvas->drawPoints(SkCanvas::kLines_PointMode, 2, top + 1, paint);
58 canvas->drawPoints(SkCanvas::kPoints_PointMode, 2, top + 1, paint);
97 //top points
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsBounds.h25 void add(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { argument
27 if (top < fTop) fTop = top;
/external/chromium_org/third_party/skia/tests/
H A DCanvasStateHelpers.cpp16 void complex_layers_draw(SkCanvas* canvas, float left, float top, argument
22 SkRect rect = SkRect::MakeLTRB(left, top, right, bottom);
29 float left, float top, float right, float bottom, int32_t spacer) {
34 complex_layers_draw(canvas, left, top, right, bottom, spacer);
39 void complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, argument
42 SkRect clipRect = SkRect::MakeLTRB(SkIntToScalar(left), SkIntToScalar(top),
53 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp,
67 complex_clips_draw(canvas, left, top, right, bottom, clipOp, localRegion);
28 complex_layers_draw_from_canvas_state(SkCanvasState* state, float left, float top, float right, float bottom, int32_t spacer) argument
52 complex_clips_draw_from_canvas_state(SkCanvasState* state, int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, int32_t regionRects, int32_t* rectCoords) argument
H A DTDStackNesterTest.cpp25 * Test SkTDStackNester<int>::pop(). Pops the top element off the stack, and
34 const int top = nester->top(); local
37 REPORTER_ASSERT(reporter, top == value);
/external/chromium_org/third_party/webrtc/modules/video_render/linux/
H A Dvideo_x11_render.cc66 const float top,
89 renderChannel->Init(_window, left, top, right, bottom);
130 float& top,
143 renderChannel->GetStreamProperties(zOrder, left, top, right, bottom);
62 CreateX11RenderChannel( int32_t streamId, int32_t zOrder, const float left, const float top, const float right, const float bottom) argument
126 GetIncomingStreamProperties( int32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) argument
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dscanner.h9 unsigned char *bot, *tok, *ptr, *cur, *pos, *lim, *top, *eof; member in struct:Scanner
/external/chromium_org/ui/gfx/
H A Dshadow_value.cc51 int top = 0; local
62 top = std::max(top, blur - shadow.y());
67 return Insets(-top, -left, -bottom, -right);
/external/eigen/Eigen/src/SparseCholesky/
H A DSimplicialCholesky_impl.h126 Index top = size; // stack for pattern is empty local
142 pattern[--top] = pattern[--len];
150 for(; top < size; ++top)
152 Index i = pattern[top]; /* pattern[top:n-1] is pattern of L(:,k) */
/external/fio/
H A Dcconv.c48 struct thread_options_pack *top)
52 string_to_cpu(&o->description, top->description);
53 string_to_cpu(&o->name, top->name);
54 string_to_cpu(&o->directory, top->directory);
55 string_to_cpu(&o->filename, top->filename);
56 string_to_cpu(&o->filename_format, top->filename_format);
57 string_to_cpu(&o->opendir, top->opendir);
58 string_to_cpu(&o->ioengine, top->ioengine);
59 string_to_cpu(&o->mmapfile, top->mmapfile);
60 string_to_cpu(&o->read_iolog_file, top
47 convert_thread_options_to_cpu(struct thread_options *o, struct thread_options_pack *top) argument
252 convert_thread_options_to_net(struct thread_options_pack *top, struct thread_options *o) argument
[all...]
/external/iproute2/netem/
H A Dstats.c24 double mu=0.0, sigma=0.0, sumsquare=0.0, sum=0.0, top=0.0, rho=0.0; local
47 top += ((double)x[i]-mu)*((double)x[i-1]-mu);
51 rho = top/sigma2;
57 /*printf("correlation rho = %10.6f\n", top/((double)(n-1)*sigma*sigma));*/
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dtop.c4 * Refactored from builtin-top.c, see that files for further copyright notes.
15 #include "top.h"
24 size_t perf_top__header_snprintf(struct perf_top *top, char *bf, size_t size) argument
29 struct perf_record_opts *opts = &top->record_opts;
33 if (top->samples) {
34 samples_per_sec = top->samples / top->delay_secs;
35 ksamples_per_sec = top->kernel_samples / top->delay_secs;
36 esamples_percent = (100.0 * top
112 perf_top__reset_sample_counters(struct perf_top *top) argument
[all...]
/external/skia/experimental/Intersection/
H A DQuadraticBezierClip.cpp33 double top = 0; local
35 if (top > bottom) {
36 SkTSwap(top, bottom);
44 if (approximately_lesser_or_equal(distance2y[0].y, top)) {
52 if (approximately_lesser_or_equal(distance2y[2].y, top)) {
66 x_at(distance2y[idx], distance2y[next], top, bottom, flags, minT, maxT);
/external/skia/src/pathops/
H A DSkPathOpsBounds.h25 void add(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { argument
27 if (top < fTop) fTop = top;
/external/skia/tests/
H A DTDStackNesterTest.cpp25 * Test SkTDStackNester<int>::pop(). Pops the top element off the stack, and
34 const int top = nester->top(); local
37 REPORTER_ASSERT(reporter, top == value);
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DPlanarYUVLuminanceSource.java39 private final int top; field in class:PlanarYUVLuminanceSource
41 public PlanarYUVLuminanceSource(byte[] yuvData, int dataWidth, int dataHeight, int left, int top, argument
45 if (left + width > dataWidth || top + height > dataHeight) {
53 this.top = top;
68 int offset = (y + top) * dataWidth + left;
86 int inputOffset = top * dataWidth + left;
114 int inputOffset = top * dataWidth + left;
132 for (int y = 0, rowStart = top * dataWidth + left; y < height; y++, rowStart += dataWidth) {
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DXUnresolvedVariable.java145 * @param top A valid value that specifies where in the variable
148 public void setVarStackPos(int top) argument
150 m_varStackPos = top;

Completed in 8922 milliseconds

1234567891011>>