/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 1847 float top = 0; in Unmarshalling() local 1850 bool success = parcel.ReadFloat(left) && parcel.ReadFloat(top) && in Unmarshalling() 1862 Drawing::Rect rect(left, top, right, bottom); in Unmarshalling()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_encoder.cpp | 1469 !GetMetadataValueInt32(fragmentMetadata, FRAGMENT_METADATA_KEY_Y, outData.top) ||
in CheckFragmentMetadata() 1475 if (!ImageUtils::IsInRange(outData.left, 0, mainW) || !ImageUtils::IsInRange(outData.top, 0, mainH) ||
in CheckFragmentMetadata() 1478 !ImageUtils::IsInRange(outData.top + outData.height, 0, mainH)) {
in CheckFragmentMetadata()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_store_impl.cpp | 1877 BaseTransaction transaction = connectionPool_->GetTransactionStack().top(); in RollBack() 1880 connectionPool_->GetTransactionStack().top().SetChildFailure(true); in RollBack() 1972 BaseTransaction transaction = connectionPool_->GetTransactionStack().top(); in Commit()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/ |
H A D | js_canvas.cpp | 600 "Incorrect parameter0 type. The type of left, top, right and bottom must be number."); in OnDrawArc() 638 "Incorrect parameter0 type. The type of left, top, right and bottom must be number."); in OnDrawRect() 645 double top = 0.0; in OnDrawRect() local 646 GET_DOUBLE_PARAM(ARGC_ONE, top); in OnDrawRect() 651 drawingRect = Drawing::Rect(left, top, right, bottom); in OnDrawRect() 864 "Incorrect parameter0 type. The type of left, top, right and bottom must be number."); in OnDrawOval() 1731 "Incorrect parameter0 type. The type of left, top, right and bottom must be number."); in OnSaveLayer() 1832 "Incorrect parameter0 type. The type of left, top, right and bottom must be number."); in OnClipRect() 2082 "Incorrect rect dst parameter type. The type of left, top, right and bottom must be number."); in OnDrawImageRect() 2176 "Incorrect rect src parameter type. The type of left, top, righ in OnDrawImageRectWithSrc() [all...] |
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | btree.c | 1461 make_btree_freeing_key(r[i].b, keylist.top); in btree_gc_coalesce() 1531 make_btree_freeing_key(replace, keys.top); in btree_gc_rewrite_node() 2310 make_btree_freeing_key(b, parent_keys.top); in btree_split()
|
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/ |
H A D | sja1105_static_config.c | 458 sja1105_packing(buf, &entry->top[i], in sja1105et_mac_config_entry_packing() 492 sja1105_packing(buf, &entry->top[i], in sja1105pqrs_mac_config_entry_packing() 526 sja1105_packing(buf, &entry->top[i], in sja1110_mac_config_entry_packing()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov8865.c | 1820 /* BLC top zero line */ in ov8865_mode_black_level_configure() 1832 /* BLC top black line */ in ov8865_mode_black_level_configure() 2826 r->top = (OV8865_NATIVE_HEIGHT - mode->output_size_y) / 2; in __ov8865_get_pad_crop() 2846 sel->r.top = 0; in ov8865_get_selection() 2853 sel->r.top = OV8865_ACTIVE_START_TOP; in ov8865_get_selection()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | btree.c | 1482 make_btree_freeing_key(r[i].b, keylist.top); in btree_gc_coalesce() 1552 make_btree_freeing_key(replace, keys.top); in btree_gc_rewrite_node() 2331 make_btree_freeing_key(b, parent_keys.top); in btree_split()
|
/third_party/ffmpeg/libavcodec/ |
H A D | vaapi_encode.c | 195 // Place rounding error at top and bottom of frame. in vaapi_encode_make_row_slice() 553 roi->top, roi->left, roi->bottom, roi->right, v); in vaapi_encode_issue() 558 .y = roi->top, in vaapi_encode_issue() 560 .height = roi->bottom - roi->top, in vaapi_encode_issue() 949 // on the top layer. in vaapi_encode_pick_next() 967 // needs to be in the top layer. in vaapi_encode_pick_next() 971 // this one in the top layer. in vaapi_encode_pick_next() 977 // At the end of the stream the last picture must be in the top layer. in vaapi_encode_pick_next()
|
H A D | aacdec_template.c | 2612 int bottom, top, order, start, end, size, inc; local 2623 top = bottom; 2624 bottom = FFMAX(0, top - tns->length[w][filt]); 2633 end = ics->swb_offset[FFMIN( top, mmm)];
|
/third_party/glfw/src/ |
H A D | x11_window.c | 2246 int* left, int* top, in _glfwGetWindowFrameSizeX11() 2294 if (top) in _glfwGetWindowFrameSizeX11() 2295 *top = extents[2]; in _glfwGetWindowFrameSizeX11() 2245 _glfwGetWindowFrameSizeX11(_GLFWwindow* window, int* left, int* top, int* right, int* bottom) _glfwGetWindowFrameSizeX11() argument
|
/third_party/skia/src/ports/ |
H A D | SkFontHost_win.cpp | 538 xform.eDy = (float)-glyph.top(); in draw() 954 metrics->fTop = SkIntToScalar(-otm.otmrcFontBox.top); in generateFontMetrics() 1704 SkIRect::MakeLTRB(otm.otmrcFontBox.left, otm.otmrcFontBox.top, in onGetAdvancedMetrics()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | custom_paint_paint_method.cpp | 862 double top = param.y - param.radius; in Arc() local 875 RSPoint point1(left, top); in Arc() 925 // Init the oval Rect(left, top, right, bottom). in Ellipse() 927 double top = param.y - param.radiusY; in Ellipse() local 930 RSPoint point1(left, top); in Ellipse()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/ |
H A D | bubble_test_ng.cpp | 178 PaddingProperty CreatePadding(float left, float top, float right, float bottom) in CreatePadding() argument 183 padding.top = CalcLength(top); in CreatePadding() 1431 noPadding.top = CalcLength(ZERO); in HWTEST_F() 1932 * @tc.expected: step7. BuildTopLinePath returns the top edge drawing path of the bubble. in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.cpp | 767 void PipelineContext::SetClipHole(double left, double top, double width, double height) in SetClipHole() argument 774 transparentHole_.SetTop(top); in SetClipHole() 3222 if (context->pendingImplicitLayout_.top()) { in AddKeyFrame() 3251 if (context->pendingImplicitLayout_.top()) { in AddKeyFrame()
|
/third_party/icu/icu4c/source/common/ |
H A D | uresbund.cpp | 112 const int32_t* top = lookupTable + lookupTableLength; in performFallbackLookup() local 114 while (bottom < top) { in performFallbackLookup() 116 const int32_t* middle = bottom + (((top - bottom) / 4) * 2); in performFallbackLookup() 122 top = middle; in performFallbackLookup()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | uresbund.cpp | 113 const int32_t* top = lookupTable + lookupTableLength; in performFallbackLookup() local 115 while (bottom < top) { in performFallbackLookup() 117 const int32_t* middle = bottom + (((top - bottom) / 4) * 2); in performFallbackLookup() 123 top = middle; in performFallbackLookup()
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | vpaes-armv8.pl | 230 // top of round 336 // top of round 464 // top of round 600 // top of round
|
/third_party/openssl/crypto/aes/asm/ |
H A D | vpaes-armv8.pl | 235 // top of round 342 // top of round 474 // top of round 612 // top of round
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineScheduler.cpp | 79 cl::desc("Force top-down list scheduling")); 277 /// Decrement this iterator until reaching the top or a non-debug instr. 281 assert(I != Beg && "reached the top of the region, cannot decrement"); in priorNonDebug() 538 // will be processed (MBB) top-down if initialized with true. in scheduleRegions() 837 // A SUnit is ready to top schedule if it has no predecessors. in findRootsAndBiasEdges() 856 // Release top roots in forward order. in initQueues() 993 // Setup the register pressure trackers for the top scheduled and bottom 1278 // Initialize top/bottom trackers after computing region pressure. in buildDAGWithRegPressure() 1403 // Update top scheduled pressure. in scheduleMI() 1777 // Open the top o in constrainLocalCopy() [all...] |
/third_party/skia/modules/skparagraph/src/ |
H A D | TextLine.cpp | 357 minTop = std::fmin(minTop, attr.rect.top()); 1895 auto top = this->baseline(); 1896 clip.fTop = top + strutMetrics.ascent(); 1897 clip.fBottom = top + strutMetrics.descent();
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/ |
H A D | inputmethodlist.js | 514 Column.margin({ top: this.columnPadding });
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_pattern.cpp | 782 DumpLog::GetInstance().AddDesc("avoid top: " + std::to_string(dumpInfo_.top) in DumpInfo()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/ |
H A D | checkboxgroup_pattern.cpp | 55 margin.top = CalcLength(checkBoxTheme->GetHotZoneVerticalPadding().Value()); in OnModifyDone()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_container.h | 499 void SetWindowPos(int32_t left, int32_t top);
|