Home
last modified time | relevance | path

Searched refs:left (Results 2351 - 2375 of 2748) sorted by relevance

1...<<919293949596979899100>>...110

/third_party/backends/backend/
H A Dcanon_lide70-common.c75 unsigned char value_08, value_09; /* left */
3051 int left; in CANON_set_scan_parameters() local
3076 left = SANE_UNFIX (chndl->val[opt_tl_x].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()
3100 if ((left < 0) || (right > CANON_MAX_WIDTH)) in CANON_set_scan_parameters()
3110 if (((right - left) < 10) || ((bottom - top) < 10)) in CANON_set_scan_parameters()
3127 chndl->x1 = left; in CANON_set_scan_parameters()
3128 chndl->x2 = left + widthi; in CANON_set_scan_parameters()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp4255 oss << std::left << std::setw(WINDOW_NAME_MAX_WIDTH) << windowName in DumpSessionInfo()
4256 << std::left << std::setw(DISPLAY_NAME_MAX_WIDTH) << displayId in DumpSessionInfo()
4257 << std::left << std::setw(PID_MAX_WIDTH) << session->GetCallingPid() in DumpSessionInfo()
4258 << std::left << std::setw(PARENT_ID_MAX_WIDTH) << session->GetPersistentId() in DumpSessionInfo()
4259 << std::left << std::setw(VALUE_MAX_WIDTH) << static_cast<uint32_t>(session->GetWindowType()) in DumpSessionInfo()
4260 << std::left << std::setw(VALUE_MAX_WIDTH) << static_cast<uint32_t>(session->GetWindowMode()) in DumpSessionInfo()
4261 << std::left << std::setw(VALUE_MAX_WIDTH) << flag in DumpSessionInfo()
4262 << std::left << std::setw(VALUE_MAX_WIDTH) << zOrder in DumpSessionInfo()
4263 << std::left << std::setw(ORIEN_MAX_WIDTH) << orientation in DumpSessionInfo()
4265 << std::left << st in DumpSessionInfo()
[all...]
/third_party/cups-filters/utils/
H A Dcups-browsed.c953 "media-left-margin", left_margin); in create_media_col()
1656 "media-left-margin-supported", in add_margin_attributes()
1922 "media-left-margin", in add_mediadatabase_attributes()
2071 bottom, left, right, top; in get_pagesize() local
2077 &bottom, &left, &right, &top,ppdname); in get_pagesize()
2454 strstr(keyword, "-left") || in get_finishingtemplate()
2688 bottom, left, right, top; in get_cluster_sizes() local
2709 left = 0; in get_cluster_sizes()
2714 &bottom, &left, &right, &top, ppdname); in get_cluster_sizes()
2964 bottom, left, righ in get_cluster_default_attributes() local
7669 int count, left, right, bottom, top; update_cups_queues() local
[all...]
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dability.h1138 * @param the left position of window rectangle.
1143 virtual void GetWindowRect(int32_t &left, int32_t &top, int32_t &width, int32_t &height) override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_view.cpp92 margin.left = CalcLength(sheetTheme->GetTitleTextMargin()); in CreateOperationColumnNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_layout_algorithm.cpp44 paddings.left = std::optional<CalcLength>(CalcLength(0.0, DimensionUnit::VP)); in Measure()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dimage_analyzer_manager.cpp307 paddingWidth = padding.left.value_or(0) + padding.right.value_or(0); in UpdateAnalyzerUIConfig()
/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp464 std::string strRec = std::to_string(positionInfo.left) in UpdateNodeRectStrInfo()
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testthree_ng.cpp628 padding.left = CalcLength(10); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_algorithm.cpp211 auto childFrameOffset = OffsetF(padding.left.value_or(0.0f), padding.top.value_or(0.0f)); in Layout()
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_label.cpp288 transMap.Translate(Vector2<float>(posX + node.left, posY + offset - node.top)); in DrawLetterWithRotate()
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtab_bar_modifier_test_ng.cpp513 padding.left = 20.0f; in HWTEST_F()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.cpp368 res.width = static_cast<uint32_t>(rcCli.right - rcCli.left); in GetSurfaceInformation()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_png_test.cpp491 decodeOpts.CropRect.left = 3; in HWTEST_F()
H A Dimage_source_webp_test.cpp584 decodeOpts.CropRect.left = 3; in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
H A Dimage_source_native.cpp315 decOps.desiredRegion.left = static_cast<int32_t>(ops->desiredRegion.x); in ParseDecodingOps()
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.h185 int32_t left = -1; // offset of the watermark to the left line if pixel member
/third_party/ffmpeg/libavcodec/
H A Dh264_metadata_bsf.c258 CROP(left, crop_unit_x); in h264_metadata_update_sps()
640 { "crop_left", "Set left border crop offset",
/third_party/glfw/src/
H A Dwin32_platform.h556 void _glfwGetWindowFrameSizeWin32(_GLFWwindow* window, int* left, int* top, int* right, int* bottom);
/third_party/gn/src/gn/
H A Dscope.cc275 Err(binary->left()->GetRange(), "Assignment had no effect.", help); in CheckForUnusedVars()
/third_party/alsa-lib/include/
H A Dcontrol.h646 int snd_ctl_elem_value_compare(snd_ctl_elem_value_t *left, const snd_ctl_elem_value_t *right);
/third_party/nghttp2/src/
H A Dshrpx_memcached_connection.cc604 sendsum_ += sendbufv_.back().left(); in fill_request_buffer()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-primitive.h443 * Creates a new string by concatenating the left and the right strings
446 static Local<String> Concat(Isolate* isolate, Local<String> left,
/third_party/node/deps/v8/include/
H A Dv8-primitive.h441 * Creates a new string by concatenating the left and the right strings
444 static Local<String> Concat(Isolate* isolate, Local<String> left,
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.h348 void VisitLogicalTest(Token::Value token, Expression* left, Expression* right,

Completed in 45 milliseconds

1...<<919293949596979899100>>...110