Searched refs:top (Results 276 - 300 of 916) sorted by relevance

<<11121314151617181920>>

/external/freetype/src/raster/
H A Dftraster.c111 /* start of render pool top */
113 /* The top of the profile stack is kept in the `top' variable. */
115 /* As you can see, a profile record is pushed on top of the render */
125 /* built from the top of the render pool as a downwards stack: */
362 /* Bit 4: is top profile? */
460 /* The most used variables are positioned at the top of the structure. */
479 PLong top; /* Current cursor in buffer */ member in struct:black_TWorker_
533 Int band_top; /* band stack top */
647 ras.cProfile = (PProfile)ras.top;
853 Int bottom, top; local
1007 PLong top; local
1193 PLong top; local
2648 Short min_Y, max_Y, top, bottom, dropouts; local
[all...]
/external/freetype/src/pshinter/
H A Dpshglob.c158 FT_Bool top; local
161 /* read blue zone entry, and select target top/bottom zone */
162 top = 0;
179 top = 1;
216 if ( top )
258 /* (one for the top zones, the other for the bottom zones) */
271 /* sanitize top table */
317 /* expand top and bottom tables with blue fuzz */
319 FT_Int dim, top, bot, delta; local
333 /* expand the top an
[all...]
/external/pdfium/third_party/freetype/src/pshinter/
H A Dpshglob.c158 FT_Bool top; local
161 /* read blue zone entry, and select target top/bottom zone */
162 top = 0;
179 top = 1;
216 if ( top )
258 /* (one for the top zones, the other for the bottom zones) */
271 /* sanitize top table */
317 /* expand top and bottom tables with blue fuzz */
319 FT_Int dim, top, bot, delta; local
333 /* expand the top an
[all...]
/external/pdfium/third_party/freetype/src/raster/
H A Dftraster.c107 /* start of render pool top */
109 /* The top of the profile stack is kept in the `top' variable. */
111 /* As you can see, a profile record is pushed on top of the render */
121 /* built from the top of the render pool as a downwards stack: */
363 /* Bit 4: is top profile? */
461 /* The most used variables are positioned at the top of the structure. */
480 PLong top; /* Current cursor in buffer */ member in struct:black_TWorker_
539 Int band_top; /* band stack top */
741 ras.cProfile = (PProfile)ras.top;
947 Int bottom, top; local
1101 PLong top; local
1287 PLong top; local
2954 Short min_Y, max_Y, top, bottom, dropouts; local
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp377 rect.top = char_rect.top * fontsize;
385 char_rect.top -= vy;
389 rect.top = curpos + char_rect.top * fontsize;
419 if (min_y > char_rect.top) {
420 min_y = (FX_FLOAT)char_rect.top;
422 if (max_y < char_rect.top) {
423 max_y = (FX_FLOAT)char_rect.top;
452 char_rect.top
754 FX_FLOAT left, right, top, bottom; local
[all...]
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
H A DValPixConverter.java93 float pixY = ValPixConverter.valToPix(y.doubleValue(), minY.doubleValue(), maxY.doubleValue(), plotArea.height(), true) + plotArea.top;
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DLineAndPointRenderer.java61 canvas.drawLine(rect.left, rect.bottom, rect.right, rect.top, formatter.getLinePaint());
168 path.lineTo(lastPoint.x, plotArea.top);
169 path.lineTo(firstPoint.x, plotArea.top);
179 originPix += plotArea.top;
196 // draw any visible regions on top of the base region:
217 // finally we draw the outline path on top of everything else:
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
H A Drhino-python.extensions98 from bottom to top. At the beginning of each logical line, the
99 line's indentation level is compared to the top of the
211 var top = this.indentStack[this.sp];
213 return top;
/external/chromium-trace/trace-viewer/third_party/Paste/docs/web/
H A Ddefault-site.css154 top: 0px;
211 margin-top: 0;
224 margin-top: 0;
269 margin-top: 0.5em;
289 vertical-align: top;
293 margin-top: 0em;
320 border-top: 2px outset #666;
376 border-top: 2px outset #999;
/external/doclava/res/assets/templates/
H A Ddocpage.cs8 <div class="g-unit" id="doc-content"><a name="top"></a>
26 <a href="#top" style="float:right">&uarr; Go to top</a>
H A Dhead_tag.cs33 #body-content{position:relative; top:0;}
/external/drm_hwcomposer/
H A Ddrmdisplaycompositor.cpp168 layer->displayFrame.top) ||
174 layer->displayFrame.bottom - layer->displayFrame.top) ||
178 layer->sourceCropf.top) ||
184 (int)(layer->sourceCropf.bottom - layer->sourceCropf.top) << 16);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DLineGraph.java90 int top= PADDING;
102 g.drawString(smax, PADDING/2+labelWidth-emax.x, top, true);
105 g.drawLine(left, top, left, bottom);
126 int yposition= (int) (bottom - (((thisItem.value-min) * (bottom-top)) / graduations));
/external/freetype/include/
H A Dftglyph.h26 /* or text layout engine on top of FreeType. However, they are pretty */
146 /* top :: The top-side bearing, i.e., the vertical distance from */
147 /* the current pen position to the top border of the glyph */
164 FT_Int top; member in struct:FT_BitmapGlyphRec_
/external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
H A Dctor_comp_cont_alloc.pass.cpp61 assert(q.top() == 4);
H A Dctor_comp_rcont_alloc.pass.cpp60 assert(q.top() == 4);
H A Dctor_copy_alloc.pass.cpp57 assert(q.top() == int(4));
/external/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/
H A Dctor_container_alloc.pass.cpp54 assert(q.top() == d[d.size() - i - 1]);
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_vertex_buffers.h80 } top, bottom; member in struct:vl_motionvector
/external/pdfium/core/src/reflow/
H A Dautoreflow.cpp15 if(PreRect.top > rect.bottom) {
17 } else if(rect.top > PreRect.bottom) {
28 if((PreRect.top < rect.top && PreRect.bottom > rect.bottom) ||
29 (PreRect.top > rect.top && PreRect.bottom < rect.bottom)) {
260 SpaceBefore = plastCell->m_BBox.bottom - pCell->m_BBox.top;
440 if(!((rcPreObj.bottom > rcCurObj.top) || (rcPreObj.top < rcCurObj.bottom))) {
471 if(rcPreObj.left == rcCurObj.left && rcPreObj.top
[all...]
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Icon.cpp43 << rcPlate.right - rcPlate.left << " " << rcPlate.top - rcPlate.bottom << " re W n\n";
76 fHeight = rect.top - rect.bottom;
198 fPlateHeight = rcPlate.top - rcPlate.bottom;
267 fPlateHeight = rcPlate.top - rcPlate.bottom;
/external/pdfium/third_party/freetype/include/
H A Dftglyph.h26 /* or text layout engine on top of FreeType. However, they are pretty */
146 /* top :: The top-side bearing, i.e., the vertical distance from */
147 /* the current pen position to the top border of the glyph */
164 FT_Int top; member in struct:FT_BitmapGlyphRec_
/external/skia/gm/
H A Dimageblurtiled.cpp40 for (SkScalar y = bounds.top(); y < bounds.bottom(); y += tile_size) {
/external/skia/include/c/
H A Dsk_types.h72 float top; member in struct:__anon13785
/external/skia/include/utils/
H A DSkTextBox.h51 void setBox(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom);

Completed in 4410 milliseconds

<<11121314151617181920>>