Home
last modified time | relevance | path

Searched refs:top (Results 2601 - 2625 of 3039) sorted by relevance

1...<<101102103104105106107108109110>>...122

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp1847 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 Dext_encoder.cpp1469 !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 Drdb_store_impl.cpp1877 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 Djs_canvas.cpp600 "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 Dbtree.c1461 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 Dsja1105_static_config.c458 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 Dov8865.c1820 /* 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 Dbtree.c1482 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 Dvaapi_encode.c195 // 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 Daacdec_template.c2612 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 Dx11_window.c2246 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 DSkFontHost_win.cpp538 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 Dcustom_paint_paint_method.cpp862 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 Dbubble_test_ng.cpp178 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 Dpipeline_context.cpp767 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 Duresbund.cpp112 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 Duresbund.cpp113 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 Dvpaes-armv8.pl230 // top of round
336 // top of round
464 // top of round
600 // top of round
/third_party/openssl/crypto/aes/asm/
H A Dvpaes-armv8.pl235 // 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 DMachineScheduler.cpp79 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 DTextLine.cpp357 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 Dinputmethodlist.js514 Column.margin({ top: this.columnPadding });
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_pattern.cpp782 DumpLog::GetInstance().AddDesc("avoid top: " + std::to_string(dumpInfo_.top) in DumpInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_pattern.cpp55 margin.top = CalcLength(checkBoxTheme->GetHotZoneVerticalPadding().Value()); in OnModifyDone()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.h499 void SetWindowPos(int32_t left, int32_t top);

Completed in 80 milliseconds

1...<<101102103104105106107108109110>>...122