/third_party/backends/backend/ |
H A D | canon_lide70-common.c | 75 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 D | scene_session_manager.cpp | 4255 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 D | cups-browsed.c | 953 "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 D | ability.h | 1138 * @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 D | sheet_view.cpp | 92 margin.left = CalcLength(sheetTheme->GetTitleTextMargin()); in CreateOperationColumnNode()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_layout_algorithm.cpp | 44 paddings.left = std::optional<CalcLength>(CalcLength(0.0, DimensionUnit::VP)); in Measure()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | image_analyzer_manager.cpp | 307 paddingWidth = padding.left.value_or(0) + padding.right.value_or(0); in UpdateAnalyzerUIConfig()
|
/foundation/arkui/ace_engine/adapter/preview/inspector/ |
H A D | js_inspector_manager.cpp | 464 std::string strRec = std::to_string(positionInfo.left) in UpdateNodeRectStrInfo()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_pattern_testthree_ng.cpp | 628 padding.left = CalcLength(10); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/ |
H A D | water_flow_layout_algorithm.cpp | 211 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 D | draw_label.cpp | 288 transMap.Translate(Vector2<float>(posX + node.left, posY + offset - node.top)); in DrawLetterWithRotate()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tab_bar_modifier_test_ng.cpp | 513 padding.left = 20.0f; in HWTEST_F()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | wgl_state.cpp | 368 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 D | image_source_png_test.cpp | 491 decodeOpts.CropRect.left = 3; in HWTEST_F()
|
H A D | image_source_webp_test.cpp | 584 decodeOpts.CropRect.left = 3; in HWTEST_F()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/ |
H A D | image_source_native.cpp | 315 decOps.desiredRegion.left = static_cast<int32_t>(ops->desiredRegion.x); in ParseDecodingOps()
|
/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_napi.h | 185 int32_t left = -1; // offset of the watermark to the left line if pixel member
|
/third_party/ffmpeg/libavcodec/ |
H A D | h264_metadata_bsf.c | 258 CROP(left, crop_unit_x); in h264_metadata_update_sps() 640 { "crop_left", "Set left border crop offset",
|
/third_party/glfw/src/ |
H A D | win32_platform.h | 556 void _glfwGetWindowFrameSizeWin32(_GLFWwindow* window, int* left, int* top, int* right, int* bottom);
|
/third_party/gn/src/gn/ |
H A D | scope.cc | 275 Err(binary->left()->GetRange(), "Assignment had no effect.", help); in CheckForUnusedVars()
|
/third_party/alsa-lib/include/ |
H A D | control.h | 646 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 D | shrpx_memcached_connection.cc | 604 sendsum_ += sendbufv_.back().left(); in fill_request_buffer()
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-primitive.h | 443 * 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 D | v8-primitive.h | 441 * 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 D | bytecode-generator.h | 348 void VisitLogicalTest(Token::Value token, Expression* left, Expression* right,
|