Home
last modified time | relevance | path

Searched refs:top (Results 1101 - 1125 of 1359) sorted by relevance

1...<<41424344454647484950>>...55

/third_party/backends/backend/
H A Du12.c549 /* top-left x */ in init_options()
559 /* top-left y */ in init_options()
1554 int left, top; in sane_start() local
1623 top = (int)(SANE_UNFIX(s->val[OPT_TL_Y].w)*dpi_y/ in sane_start()
1652 image.crArea.y = top; /* offset from top edge to area you want to scan */ in sane_start()
H A Dmustek_pp_ccd300.c1696 priv->top = 47; in ccd300_setup()
1794 else if (!strcmp (optname, "top")) in ccd300_config()
1799 DBG (1, "ccd300_config: missing value for option ``top''\n"); in ccd300_config()
1808 "ccd300_config: value ``%s'' for option ``top'' is out of range (>= 0)\n", in ccd300_config()
1813 priv->top = value; in ccd300_config()
1936 move_motor (dev, priv->top + dev->topY - in ccd300_start()
H A Dcanon_lide70-common.c3052 int top; in CANON_set_scan_parameters() local
3077 top = (top_edge + SANE_UNFIX (chndl->val[opt_tl_y].w)) / MM_IN_INCH * 600; in CANON_set_scan_parameters()
3096 DBG (2, "left = %d, top = %d\n", left, top); in CANON_set_scan_parameters()
3105 if ((top < 0) || (bottom > CANON_MAX_HEIGHT)) in CANON_set_scan_parameters()
3110 if (((right - left) < 10) || ((bottom - top) < 10)) in CANON_set_scan_parameters()
3129 chndl->y1 = top; in CANON_set_scan_parameters()
3130 chndl->y2 = top + heighti; in CANON_set_scan_parameters()
/third_party/libuv/test/
H A Dtest-tty-escape-sequence-processing.c83 int top; member
102 si->top = si->csbi.srWindow.Top; in get_screen_info()
157 return info.srWindow.Top != si.top; in is_scrolling()
408 /* cursor up from Window top does nothing */ in TEST_IMPL()
581 /* cursor back from top of screen does nothing */ in TEST_IMPL()
683 /* cursor previous line from top of screen does nothing */ in TEST_IMPL()
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c1362 _debug_printf("\t\t.top = %i\n", (*cmd).top); in dump_SVGASignedRect()
1382 _debug_printf("\t\t.srcRect.top = %i\n", (*cmd).srcRect.top); in dump_SVGA3dCmdBlitSurfaceToScreen()
1387 _debug_printf("\t\t.destRect.top = %i\n", (*cmd).destRect.top); in dump_SVGA3dCmdBlitSurfaceToScreen()
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslated-state.cc1342 // For top level values, print the value number. in Init()
1369 values_to_process = nested_counts.top(); in Init()
1409 int index = worklist.top(); in InitializeObjectAt()
1506 int index = worklist.top(); in EnsureObjectAllocatedAt()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DBuffer11.cpp1205 srcBox.top = 0; in copyFromStorage()
1248 srcBox.top = 0; in resize()
1792 srcBox.top = params.area.y; in packPixels()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTextureRepeatModeTests.cpp487 GLsizei top; member
776 if (i >= check_area.left || h >= check_area.top) in verifyClampToEdge()
789 if (i < check_area.right || h >= check_area.top) in verifyClampToEdge()
/third_party/skia/tests/
H A DReadWritePixelsGpuTest.cpp94 // outside top left in make_long_rect_array()
96 // touching top left corner in make_long_rect_array()
98 // overlapping top left corner in make_long_rect_array()
100 // overlapping top left and top right corners in make_long_rect_array()
102 // touching entire top edge in make_long_rect_array()
104 // overlapping top right corner in make_long_rect_array()
106 // contained in x, overlapping top edge in make_long_rect_array()
108 // outside top right corner in make_long_rect_array()
110 // touching top righ in make_long_rect_array()
[all...]
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsintrp.c345 CF2_Int top, i, j; in cf2_doFlex() local
352 top = isHFlex ? 9 : 10; in cf2_doFlex()
354 for ( i = 0; i < top; i++ ) in cf2_doFlex()
608 /* initialize subroutine stack by placing top level charstring as */ in cf2_interpT2CharString()
638 op1 = cf2_cmdENDCHAR; /* end of buffer for top level charstring */ in cf2_interpT2CharString()
1050 /* Note: cannot return from top charstring */ in cf2_interpT2CharString()
1465 /* Now load `achar' on top of */ in cf2_interpT2CharString()
2484 /* without returning, detect these and exit to the top level */ in cf2_interpT2CharString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFGraph.cpp322 for (auto I = P.Obj.top(), E = P.Obj.bottom(); I != E; ) { in operator <<()
671 // Initialize to the top, i.e. top-most non-delimiter (or 0, if empty). in Iterator()
680 for (auto I = top(), E = bottom(); I != E; I.down()) in size()
685 // Remove the top entry from the stack. Remove all intervening delimiters
686 // so that after this, the stack is either empty, or the top of the stack
700 // Remove all nodes from the top of the stack, until the delimited for
1576 for (auto I = DS.top(), E = DS.bottom(); I != E; I.down()) { in linkRefUp()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_read_image.cpp830 int32 top = Bounds ().t; in MapRow() local
832 uint32 fieldRow = row - top; in MapRow()
842 return fieldRow * fFactor + field + top; in MapRow()
/third_party/python/Python/
H A Dpystate.c737 res->top = 0; in allocate_chunk()
2189 tstate->datastack_chunk->top = tstate->datastack_top - in push_chunk()
2227 tstate->datastack_top = &previous->data[previous->top]; in _PyThreadState_PopFrame()
/third_party/skia/gm/
H A Dwacky_yuv_formats.cpp293 SkPoint top = SkPoint::Make(o.fX + outerRadius * curV.fX, in create_splat() local
298 p.lineTo(top); in create_splat()
299 add_arc(&p, top, curV, nextTop, nextV, circles, true); in create_splat()
/third_party/skia/fuzz/
H A DFuzzCanvas.cpp1260 SkScalar left, top;
1262 fuzz->next(&left, &top, &usePaint);
1266 canvas->drawImage(img.get(), left, top, SkSamplingOptions(),
/third_party/ffmpeg/libavcodec/
H A Dmpeg4videodec.c169 /* top prediction */ in ff_mpeg4_pred_ac()
188 /* top copy */ in ff_mpeg4_pred_ac()
1159 scan_table = s->intra_h_scantable.permutated; /* top */ in mpeg4_decode_block()
2010 dpcm_residual, left, top, topleft, min_left_top, max_left_top, p, p2, output; in mpeg4_decode_dpcm_macroblock() local
2037 top = 1 << (s->avctx->bits_per_raw_sample - 1); in mpeg4_decode_dpcm_macroblock()
2041 topleft = top; in mpeg4_decode_dpcm_macroblock()
2064 top = macroblock[idx-w]; in mpeg4_decode_dpcm_macroblock()
2066 p = left + top - topleft; in mpeg4_decode_dpcm_macroblock()
2067 min_left_top = FFMIN(left, top); in mpeg4_decode_dpcm_macroblock()
2071 max_left_top = FFMAX(left, top); in mpeg4_decode_dpcm_macroblock()
[all...]
H A Dh264_metadata_bsf.c260 CROP(top, crop_unit_y); in h264_metadata_update_sps()
646 { "crop_top", "Set top border crop offset",
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc2650 bool top = false; in Simulator() local
2654 top = true; in Simulator()
2660 top = true; in Simulator()
2666 top = true; in Simulator()
2672 top = true; in Simulator()
2678 top = true; in Simulator()
2684 top = true; in Simulator()
2690 top = true; in Simulator()
2696 top = true; in Simulator()
2702 top in Simulator()
2868 bool top = false; Simulator() local
[all...]
/third_party/cups-filters/utils/
H A Dcups-browsed.c957 "media-top-margin", top_margin); in create_media_col()
1657 "media-top-margin-supported", in add_margin_attributes()
1912 "media-top-margin", in add_mediadatabase_attributes()
2071 bottom, left, right, top; in get_pagesize() local
2077 &bottom, &left, &right, &top,ppdname); in get_pagesize()
2456 strstr(keyword, "-top"))) in get_finishingtemplate()
2688 bottom, left, right, top; in get_cluster_sizes() local
2711 top = 0; in get_cluster_sizes()
2714 &bottom, &left, &right, &top, ppdname); in get_cluster_sizes()
2964 bottom, left, right, top; in get_cluster_default_attributes() local
7669 int count, left, right, bottom, top; update_cups_queues() local
[all...]
/third_party/gn/src/base/files/
H A Dfile_util_posix.cc200 FilePath dir = FilePath(directories.top()); in DeleteFile()
635 // path at the top of this function. in VerifyPathControlledByUser()
/third_party/glfw/src/
H A Dwin32_platform.h556 void _glfwGetWindowFrameSizeWin32(_GLFWwindow* window, int* left, int* top, int* right, int* bottom);
/third_party/glslang/SPIRV/
H A Ddisassemble.cpp248 if (nestedControl.size() && id == nestedControl.top()) in outputResultId()
/third_party/backends/backend/genesys/
H A Dimage_pipeline.h490 const std::vector<std::uint16_t>& top, std::size_t x_start);
/third_party/json/include/nlohmann/detail/
H A Djson_pointer.hpp252 json_pointer top() const in top() function
/third_party/json/tests/src/
H A Dunit-json_pointer.cpp35 CHECK_THROWS_WITH_AS(p.top(),

Completed in 102 milliseconds

1...<<41424344454647484950>>...55