Searched refs:top (Results 201 - 225 of 916) sorted by relevance

1234567891011>>

/external/skia/tests/
H A DPathOpsConicLineIntersectionTest.cpp36 double top = line[0].fY; local
38 flipped = top > bottom;
40 SkTSwap<double>(top, bottom);
42 result = intersections.vertical(conic, top, bottom, line[0].fX, flipped);
H A DPathOpsQuadLineIntersectionTest.cpp36 double top = line[0].fY; local
38 flipped = top > bottom;
40 SkTSwap<double>(top, bottom);
42 result = intersections.vertical(quad, top, bottom, line[0].fX, flipped);
H A DPathOpsQuadLineIntersectionThreadedTest.cpp19 double top = line[0].fY; local
21 flipped = top > bottom;
23 SkTSwap<double>(top, bottom);
25 result = intersections.vertical(quad, top, bottom, line[0].fX, flipped);
/external/v8/src/heap/
H A Dstore-buffer.h82 void SetTop(Object*** top) { argument
83 DCHECK(top >= Start());
84 DCHECK(top <= Limit());
85 old_top_ = reinterpret_cast<Address*>(top);
/external/libhevc/common/arm/
H A Dihevc_intra_ref_substitution_a9q.c76 * UWORD8 pointer to the top-left
79 * UWORD8 pointer to the top
118 WORD32 bot_left, left, top, tp_right, tp_left; local
143 top = (nbr_flags & 0x00f00);
151 pu1_dst[(4 * nt)] = *pu1_top_left; // U top-left sample
152 pu1_dst[(4 * nt) + 1] = *(pu1_top_left + 1); // V top-left sample
175 if(0 != top)
178 // U-V interleaved Top-top right samples
185 // U-V interleaved Top-top right samples
194 top
415 WORD32 bot_left, left, top, tp_right, tp_left; local
[all...]
/external/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_rasterizer_scanline_aa.cpp343 cell_aa*** top; local
348 top = stack;
383 top[0] = base;
384 top[1] = j;
387 top[0] = i;
388 top[1] = limit;
391 top += 2;
403 if(top > stack) {
404 top -= 2;
405 base = top[
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfpdf_transformpage.cpp10 DLLEXPORT void STDCALL FPDFPage_SetMediaBox(FPDF_PAGE page, float left, float bottom, float right, float top) argument
21 pMediaBoxArray->Add(new CPDF_Number(FX_FLOAT(top)));
26 DLLEXPORT void STDCALL FPDFPage_SetCropBox(FPDF_PAGE page, float left, float bottom, float right, float top) argument
37 pCropBoxArray->Add(new CPDF_Number(FX_FLOAT(top)));
42 DLLEXPORT FX_BOOL STDCALL FPDFPage_GetMediaBox(FPDF_PAGE page, float* left, float* bottom, float* right, float* top) argument
54 *top = pArray->GetFloat(3);
60 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_GetCropBox(FPDF_PAGE page, float* left, float* bottom, float* right, float* top) argument
72 *top = pArray->GetFloat(3);
85 CFX_FloatRect rect(clipRect->left, clipRect->bottom, clipRect->right, clipRect->top);
201 DLLEXPORT FPDF_CLIPPATH STDCALL FPDF_CreateClipPath(float left, float bottom, float right, float top) argument
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTextView.java239 public void setCompoundDrawablesWithIntrinsicBounds(int left, int top, int right, int bottom) { argument
240 compoundDrawablesImpl = new CompoundDrawables(left, top, right, bottom);
244 public void setCompoundDrawablesWithIntrinsicBounds(Drawable left, Drawable top, argument
246 compoundDrawablesImpl = new CompoundDrawables(left, top, right, bottom);
250 public void setCompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom) { argument
251 compoundDrawablesImpl = new CompoundDrawables(left, top, right, bottom);
539 public CompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom) { argument
541 topDrawable = top;
546 public CompoundDrawables(int left, int top, int right, int bottom) { argument
548 topDrawable = top !
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DTreeWalker.java141 Node top = pos;
153 if (top.equals(pos))
162 if ((null == pos) || (top.equals(pos)))
188 * @param top Node in the tree where to end traversal
192 public void traverse(Node pos, Node top) throws org.xml.sax.SAXException argument
207 if ((null != top) && top.equals(pos))
216 if ((null == pos) || ((null != top) && top.equals(pos)))
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DTreeWalker.java173 Node top = pos;
185 if (top.equals(pos))
194 if ((null == pos) || (top.equals(pos)))
219 * @param top Node in the tree where to end traversal
223 public void traverse(Node pos, Node top) throws org.xml.sax.SAXException argument
238 if ((null != top) && top.equals(pos))
247 if ((null == pos) || ((null != top) && top.equals(pos)))
/external/ltrace/sysdeps/linux-gnu/ia64/
H A Dtrace.c102 unsigned long top = 0UL | bundle.bitmap.word1.top_slot1; local
115 insn = 0UL | bot | (top << 18UL);
/external/mesa3d/src/mesa/main/
H A Dmatrix.h37 GLdouble bottom, GLdouble top,
42 GLdouble bottom, GLdouble top,
/external/pdfium/core/include/fxge/
H A Dfx_ge_win32.h61 void LoadFromDevice(HDC hDC, int left, int top);
63 void SetToDevice(HDC hDC, int left, int top);
/external/pdfium/core/src/reflow/
H A Dreflowedtextpage.h55 virtual void GetRect(int rectIndex, FX_FLOAT& left, FX_FLOAT& top, FX_FLOAT& right, FX_FLOAT &bottom) const;
59 virtual int CountBoundedSegments(FX_FLOAT left, FX_FLOAT top, FX_FLOAT right, FX_FLOAT bottom, FX_BOOL bContains = FALSE);
/external/skia/forth/
H A DForth.h45 intptr_t top() const { return this->peek(0); } function in class:ForthEngine
52 float ftop() const { return i2f_bits(this->top()); }
/external/skia/include/core/
H A DSkTDStack.h61 const T& top() const { function in class:SkTDStack
66 T& top() { function in class:SkTDStack
H A DSkRegion.h117 * If left < right and top < bottom, set this region to that rectangle and
120 bool setRect(int32_t left, int32_t top, int32_t right, int32_t bottom);
194 bool quickContains(int32_t left, int32_t top, int32_t right, argument
198 return left < right && top < bottom &&
200 /* fBounds.contains(left, top, right, bottom); */
201 fBounds.fLeft <= left && fBounds.fTop <= top &&
265 bool op(int left, int top, int right, int bottom, Op op) { argument
267 rect.set(left, top, right, bottom);
/external/v8/src/
H A Dallocation-site-scopes.h25 Handle<AllocationSite> top() { return top_; } function in class:v8::internal::AllocationSiteContext
72 if (top().is_null()) {
/external/v8/test/mjsunit/
H A Darray-functions-prototype-misc.js280 var top = a.splice(LARGE, 5);
281 assertEquals(5, top.length);
282 assertEquals(LARGE, top[0]);
283 assertEquals("undefined", typeof(top[1]));
296 var top = a.splice(LARGE >> 1, 5);
297 assertEquals(5, top.length);
298 assertEquals(LARGE >> 1, top[0]);
299 assertEquals("undefined", typeof(top[1]));
/external/e2fsprogs/ext2ed/
H A Dwin.c125 int left,top,right,bottom,i; local
136 top=TITLE_WIN_LINES+SHOW_WIN_LINES+1;bottom=top+show_pad_info.display_lines-1;
145 prefresh (show_pad,show_pad_info.line,show_pad_info.col,top,left,show_pad_info.display_lines-1,show_pad_info.display_cols-1);
147 prefresh (show_pad,show_pad_info.line,show_pad_info.col,top,left,top+show_pad_info.display_lines-1,left+show_pad_info.display_cols-1);
/external/openfst/src/include/fst/extensions/far/
H A Dstlist.h170 size_t current = heap_.top().second;
174 << heap_.top().first << ", file: " << sources_[current];
217 size_t current = heap_.top().second;
231 current = heap_.top().second;
237 << heap_.top().first << ", file: " << sources_[current];
244 return heap_.top().first;
/external/skia/bench/DATA/skia_resources/
H A Dtest.lua2 local r = { left = 10, top = 10, right = 100, bottom = 80 }
67 r2.top = r.bottom + 50;
69 r2.bottom = r2.top + image:height() * 1;
/external/skia/dm/DATA/skia_resources/
H A Dtest.lua2 local r = { left = 10, top = 10, right = 100, bottom = 80 }
67 r2.top = r.bottom + 50;
69 r2.bottom = r2.top + image:height() * 1;
/external/skia/gm/DATA/skia_resources/
H A Dtest.lua2 local r = { left = 10, top = 10, right = 100, bottom = 80 }
67 r2.top = r.bottom + 50;
69 r2.bottom = r2.top + image:height() * 1;
/external/skia/resources/
H A Dtest.lua2 local r = { left = 10, top = 10, right = 100, bottom = 80 }
67 r2.top = r.bottom + 50;
69 r2.bottom = r2.top + image:height() * 1;

Completed in 529 milliseconds

1234567891011>>