Searched refs:top (Results 126 - 150 of 916) sorted by relevance

1234567891011>>

/external/skia/src/pathops/
H A DSkIntersections.h61 int conicVertical(const SkPoint a[3], SkScalar weight, SkScalar top, SkScalar bottom, argument
66 return vertical(conic, top, bottom, x, flipped);
86 int cubicVertical(const SkPoint a[4], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { argument
90 return vertical(cubic, top, bottom, x, flipped);
127 int lineVertical(const SkPoint a[2], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { argument
131 return vertical(line, top, bottom, x, flipped);
163 int quadVertical(const SkPoint a[3], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { argument
167 return vertical(quad, top, bottom, x, flipped);
263 int vertical(const SkDLine&, double top, double bottom, double x, bool flipped);
264 int vertical(const SkDQuad&, double top, doubl
[all...]
H A DSkPathOpsLine.cpp141 double SkDLine::ExactPointV(const SkDPoint& xy, double top, double bottom, double x) { argument
143 if (xy.fY == top) {
153 double SkDLine::NearPointV(const SkDPoint& xy, double top, double bottom, double x) { argument
157 if (!AlmostBetweenUlps(top, xy.fY, bottom)) {
160 double t = (xy.fY - top) / (bottom - top);
163 double realPtY = (1 - t) * top + t * bottom;
167 double tiniest = SkTMin(SkTMin(x, top), bottom);
168 double largest = SkTMax(SkTMax(x, top), bottom);
/external/skia/tests/
H A DPathOpsLineIntersectionTest.cpp135 double top = SkTMin(line1[0].fY, line1[1].fY); local
138 ts.vertical(line2, top, bottom, line1[0].fX, line1[0].fY != top);
142 double top = SkTMin(line2[0].fY, line2[1].fY); local
145 ts.vertical(line1, top, bottom, line2[0].fX, line2[0].fY != top);
182 double top = SkTMin(line1[0].fY, line1[1].fY); local
185 ts.vertical(line2, top, bottom, line1[0].fX, line1[0].fY != top);
191 double top local
[all...]
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/clang/test/Sema/
H A Dpragma-ms_struct.c11 #pragma ms_struct on top of spaghetti // expected-warning {{extra tokens at end of '#pragma ms_struct' - ignored}}
/external/icu/icu4c/
H A Dicu4c.css55 margin-top: .5em;
57 padding-top: .5em;
68 margin-top: 12pt;
88 margin-top: 1em;
106 margin-top: 12pt;
124 margin-top: 12pt;
135 margin-top: 0.5em;
143 margin-top: 0.25em;
153 margin-top: 0px;
155 padding-top
[all...]
/external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/
H A Dassign_copy.pass.cpp35 assert(q.top() == 0);
H A Dassign_move.pass.cpp40 assert(q.top() == MoveOnly(4));
H A Dctor_copy.pass.cpp34 assert(q.top() == 0);
H A Dctor_move.pass.cpp39 assert(q.top() == MoveOnly(4));
/external/libcxx/test/std/containers/container.adaptors/stack/stack.cons/
H A Dctor_container.pass.cpp34 assert(q.top() == d[d.size() - i - 1]);
/external/libvncserver/x11vnc/
H A Dmacosx_opengl.c150 int top = 0, bot = h - 1, rowlen = w * macosx_opengl_bpp/8; local
160 while (top < bot) {
161 ptop = dest + top * rowlen;
166 top++;
/external/pdfium/public/
H A Dfpdf_text.h83 // top - Pointer to a double number receiving top position of the character box.
90 double* right, double* bottom, double* top);
145 // top - Pointer to a double value receiving the rectangle top boundary.
151 DLLEXPORT void STDCALL FPDFText_GetRect(FPDF_TEXTPAGE text_page, int rect_index, double* left, double* top,
159 // top - Top boundary.
173 DLLEXPORT int STDCALL FPDFText_GetBoundedText(FPDF_TEXTPAGE text_page,double left, double top,
297 // top - Pointer to a double value receiving the rectangle top boundar
[all...]
/external/skia/src/core/
H A DSkScan_Antihair.cpp399 int top, bottom;
401 top = SkFixedFloorToInt(fstart - SK_FixedHalf);
405 top = SkFixedFloorToInt(fstart + (istop - istart - 1) * slope - SK_FixedHalf);
408 top -= 1;
411 if (top >= clip->fBottom || bottom <= clip->fTop) {
414 if (clip->fTop <= top && clip->fBottom >= bottom) {
419 if (y0 > y1) { // we want to go top-to-bottom
573 SkFDot6 top = SkMin32(y0, y1);
579 SkFDot6Floor(top) - 1,
622 static void do_scanline(FDot8 L, int top, FDot
[all...]
/external/skia/src/svg/parser/
H A DSkSVGRect.cpp31 SVG_ADD_ATTRIBUTE_ALIAS(top, y);
/external/skia/forth/
H A DForthTests.cpp149 FORTH_ASSERT(reporter, 134 == fe->top());
153 FORTH_ASSERT(reporter, -1 == fe->top());
161 FORTH_ASSERT(reporter, 35-99 == fe->top());
169 FORTH_ASSERT(reporter, -300 == fe->top());
173 FORTH_ASSERT(reporter, 0 == fe->top());
181 FORTH_ASSERT(reporter, 4 == fe->top());
186 FORTH_ASSERT(reporter, -3 == fe->top());
191 FORTH_ASSERT(reporter, 1 == fe->top());
199 FORTH_ASSERT(reporter, 1 == fe->top());
203 FORTH_ASSERT(reporter, 1 == fe->top());
[all...]
/external/opencv/cv/src/
H A Dcvutils.cpp113 int top, int left, int cn, const uchar* )
118 if( srcstep == dststep && dst + dststep*top + left*cn == src &&
132 return ifunc( src, srcstep, srcroi, dstroi, top, left );
147 return func( src, srcstep, srcroi, dst, dststep, dstroi, top, left );
172 if( i >= top && i < top + srcroi.height - 1 )
191 if( i >= top && i < top + srcroi.height - 1 )
203 int top, int left, int cn )
256 idst += top*dstste
111 icvCopyReplicateBorder_8u( const uchar* src, int srcstep, CvSize srcroi, uchar* dst, int dststep, CvSize dstroi, int top, int left, int cn, const uchar* ) argument
201 icvCopyReflect101Border_8u( const uchar* src, int srcstep, CvSize srcroi, uchar* dst, int dststep, CvSize dstroi, int top, int left, int cn ) argument
334 icvCopyConstBorder_8u( const uchar* src, int srcstep, CvSize srcroi, uchar* dst, int dststep, CvSize dstroi, int top, int left, int cn, const uchar* value ) argument
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfpdf_flatten.cpp19 rect.bottom - rect.top > 0.000001f)
23 rect.top == 0.0f &&
32 rect.top - rcPage.top > 10.000001f ||
58 rc.top = pPageObject->m_Top;
150 pArray[i] = CPDF_Rect(array.GetAt(i)).top;
194 rcRet.top = GetMinMaxValue(*pRectArray, MAX, TOP);
297 fStreamHeight = rcStream.top - rcStream.bottom;
301 fStreamWidth = rcStream.top - rcStream.bottom;
307 FX_FLOAT x2 = matrix.a * rcStream.left + matrix.c * rcStream.top
[all...]
/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;
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMTreeWalker.java110 int top = pos; // Remember the root of this subtree
120 if (top == pos)
129 if ((DTM.NULL == pos) || (top == pos))
131 // %REVIEW% This condition isn't tested in traverse(pos,top)
153 * @param top Node in the tree where to end traversal.
154 * If top==DTM.NULL, run through end of document.
158 public void traverse(int pos, int top) throws org.xml.sax.SAXException argument
161 // if(top==DTM.NULL) top=0
173 if ((DTM.NULL != top)
[all...]
/external/chromium-trace/trace-viewer/tracing/tracing/ui/tracks/
H A Dprocess_track_base.css13 border-top: 1px solid white;
/external/clang/www/
H A Dmenu.css21 padding-top:1em;
/external/compiler-rt/www/
H A Dmenu.css21 padding-top:1em;
/external/conscrypt/src/main/native/
H A Dsub.mk2 # This file is included by the top-level libcore Android.mk.
/external/libcxx/www/
H A Dmenu.css21 padding-top:1em;

Completed in 655 milliseconds

1234567891011>>