Home
last modified time | relevance | path

Searched refs:top (Results 1451 - 1475 of 2439) sorted by relevance

1...<<51525354555657585960>>...98

/third_party/skia/tools/
H A Ddump_record.cpp103 command.rect.left(), command.rect.top(), command.rect.right(), command.rect.bottom(), in print()
/third_party/skia/tools/sk_app/win/
H A DANGLEWindowContext_win.cpp140 fHeight = rect.bottom - rect.top; in onInitializeContext()
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dfield_mask_utility.cc183 std::string current_prefix = prefix.empty() ? "" : prefix.top(); in DecodeCompactFieldMaskPaths()
/third_party/skia/gm/
H A Dlcdblendmodes.cpp38 { bounds.left(), bounds.top() }, in make_shader()
H A Danimated_image_orientation.cpp135 canvas->translate(cropRect.left(), cropRect.top());
H A Dmixedtextblobs.cpp132 SkRect upperLeftClip = SkRect::MakeXYWH(bounds.left(), bounds.top(),
H A Dorientation.cpp96 bounds = measure("top"); in make_images()
97 drawLabel("top", midX - bounds.centerX(), -bounds.top() + kPad); in make_images()
123 // yellow), and labels on the left, top, right and bottom. The only
H A Dsharedcorners.cpp145 (kBoxSize - bounds.height()) / 2 - bounds.top()); in drawRow()
/third_party/skia/modules/pathkit/tests/
H A Dpathops.spec.js20 vertical-align: top;
/third_party/node/deps/v8/src/compiler/
H A Dint64-lowering.cc54 NodeState& top = stack_.back(); in LowerGraph() local
55 if (top.input_index == top.node->InputCount()) { in LowerGraph()
56 // All inputs of top have already been lowered, now lower top. in LowerGraph()
58 state_[top.node->id()] = State::kVisited; in LowerGraph()
59 LowerNode(top.node); in LowerGraph()
62 Node* input = top.node->InputAt(top.input_index++); in LowerGraph()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DLegacyPassManager.cpp541 /// Initialize top level manager. Create first pass manager.
724 // top level manager. Set up analysis resolver to connect them. in schedulePass()
801 // Print passes managed by this top level manager.
1320 // FPM is the top level manager. in FunctionPassManager()
1411 // Execute all the passes managed by this top level manager.
1639 // FPP is the top level manager. in addLowerLevelRequiredPass()
1710 // PM is the top level manager in PassManager()
1735 PMDataManager *Top = this->top(); in pop()
1741 // Push PM on the stack and set its top level manager.
1747 assert(PM->getPassManagerType() > this->top() in push()
[all...]
/third_party/skia/src/gpu/
H A DGrResourceCache.cpp753 GrGpuResource* top = fPurgeableQueue.peek(); in abandonAll() local
754 SkASSERT(!top->wasDestroyed()); in abandonAll()
755 top->cacheAccess().abandon(); in abandonAll()
796 GrGpuResource* top = fPurgeableQueue.peek(); in releaseAll() local
797 SkASSERT(!top->wasDestroyed()); in releaseAll()
798 top->cacheAccess().release(); in releaseAll()
866 return grResourceTagCacheStack.top(); in getCurrentGrResourceTag()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime_test.cc914 absl::Time top = base + range; in TEST() local
915 EXPECT_GT(top, top - absl::Nanoseconds(1)); in TEST()
916 EXPECT_LT(top, top + absl::Nanoseconds(1)); in TEST()
918 EXPECT_EQ(full_range, top - bottom); in TEST()
919 EXPECT_EQ(-full_range, bottom - top); in TEST()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_pattern.cpp1109 titleMargin.top = CalcLength(params->GetTitleMarginTop()); in CreateSkeletonView()
1119 contentMargin.top = CalcLength(i == 0 ? params->GetTitleContentMargins() : in CreateSkeletonView()
1131 endingMargin.top = CalcLength(params->GetEndingLineMarginTop()); in CreateSkeletonView()
1353 [weak = WeakClaim(this), instanceID](int32_t &top, int32_t &left) { in InitFormManagerDelegate()
1359 uiTaskExecutor.PostSyncTask([weak, instanceID, &top, &left] { in InitFormManagerDelegate()
1363 form->GetRectRelativeToWindow(top, left); in InitFormManagerDelegate()
1386 void FormPattern::GetRectRelativeToWindow(int32_t &top, int32_t &left) in GetRectRelativeToWindow() argument
1391 top = rect.Top(); in GetRectRelativeToWindow()
1393 TAG_LOGD(AceLogTag::ACE_ACCESSIBILITY, "elementId: %{public}" PRId64 ", top: %{public}d, left: %{public}d", in GetRectRelativeToWindow()
1394 host->GetAccessibilityId(), top, lef in GetRectRelativeToWindow()
[all...]
/third_party/backends/backend/genesys/
H A Dgl841.cpp1484 // Moves the slider to the home (top) position slowly
1544 area below scanner's top on white strip.
1567 int top; in ad_fe_offset_calibration() local
1617 top=255; in ad_fe_offset_calibration()
1620 dev->frontend.set_offset(0, (top + bottom) / 2); in ad_fe_offset_calibration()
1621 dev->frontend.set_offset(1, (top + bottom) / 2); in ad_fe_offset_calibration()
1622 dev->frontend.set_offset(2, (top + bottom) / 2); in ad_fe_offset_calibration()
1653 /* if min value is above target, the current value becomes the new top in ad_fe_offset_calibration()
1657 top=(top in ad_fe_offset_calibration()
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp753 * value[2] : BorderWidth value for top,value[3] : BorderWidth value for bottom
756 * units[2]: BorderWidth unit for top, units[3] : BorderWidth unit for bottom
882 std::optional<CalcDimension> top; in ParseEdges() local
886 SetCalcDimension(top, options, NUM_13, NUM_0); in ParseEdges()
890 if (top.has_value()) { in ParseEdges()
892 edges.SetTop(top.value()); in ParseEdges()
1818 * values[offset + 6], option[offset + 7], option[offset + 8]: borderWidth top(hasValue, value, unit)
2363 void SetPadding(ArkUINodeHandle node, const struct ArkUISizeType* top, const struct ArkUISizeType* right, in SetPadding() argument
2372 if (top->string != nullptr) { in SetPadding()
2373 topDimen = CalcLength(top in SetPadding()
2731 SetMargin(ArkUINodeHandle node, const struct ArkUISizeType* top, const struct ArkUISizeType* right, const struct ArkUISizeType* bottom, const struct ArkUISizeType* left) SetMargin() argument
4655 SetOutlineWidthFloat(ArkUINodeHandle node, ArkUI_Float32 left, ArkUI_Float32 top, ArkUI_Float32 right, ArkUI_Float32 bottom) SetOutlineWidthFloat() argument
[all...]
H A Dnode_checkbox_modifier.cpp90 topDim = CalcLength(values[0], static_cast<DimensionUnit>(units[0])); // 0: top Dimension in SetCheckboxPadding()
95 padding.top = std::optional<CalcLength>(topDim); in SetCheckboxPadding()
130 padding.top = std::optional<CalcLength>(CalcLength(0.0, DimensionUnit::VP)); in ResetCheckboxPadding()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp253 // result is integer total ten digits, top five for agp virtualViewId, end five for ace nodeId, in ConvertToCardAccessibilityId()
1472 auto top = rect.Top() + commonProperty.windowTop; in UpdateVirtualNodeChildAccessibilityElementInfo() local
1475 Accessibility::Rect bounds { left, top, right, bottom }; in UpdateVirtualNodeChildAccessibilityElementInfo()
1513 auto top = parentRect.Top() + commonProperty.windowTop; in UpdateVirtualNodeAccessibilityElementInfo() local
1522 Accessibility::Rect bounds { left, top, right, bottom }; in UpdateVirtualNodeAccessibilityElementInfo()
1606 auto top = rect.Top() + commonProperty.windowTop; in UpdateAccessibilityElementInfo() local
1609 Accessibility::Rect bounds { left, top, right, bottom }; in UpdateAccessibilityElementInfo()
1618 auto top = rect.Top() + commonProperty.windowTop; in UpdateAccessibilityElementInfo() local
1621 Accessibility::Rect bounds { left, top, right, bottom }; in UpdateAccessibilityElementInfo()
1665 auto top in UpdateWebAccessibilityElementInfo() local
3353 auto top = padding->top.value_or(defaultValue).GetDimension().Value(); DumpPadding() local
3365 auto top = border->topDimen.value_or(defaultValue).Value(); DumpBorder() local
3386 auto top = rect.Top() + commonProperty.windowTop; DumpTreeNodeCommonInfoNg() local
5690 auto top = focusElement.GetRectInScreen().GetLeftTopYScreenPostion(); FindExtensionNodeInAbsoluteDirection() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp819 slice.top.ConvertToPxWithSize(srcSize.Height()), in PaintBackground()
821 srcSize.Height() - (slice.top + slice.bottom).ConvertToPxWithSize(srcSize.Height())); in PaintBackground()
888 auto top = slice.top.ConvertToPxWithSize(srcSize.Width()); in HasValidBgImageResizable() local
890 return srcSize.Width() > left + right && srcSize.Height() > top + bottom && right > 0 && bottom > 0; in HasValidBgImageResizable()
1096 pixStretchVector.SetValues(static_cast<float>(option.left.Value()), static_cast<float>(option.top.Value()), in OnPixelStretchEffectUpdate()
1102 static_cast<float>(option.top.ConvertToPx()), static_cast<float>(option.right.ConvertToPx()), in OnPixelStretchEffectUpdate()
1923 auto top = rect.Top(); in SkewRect() local
1926 auto leftAfterSkew = sx > 0 ? left + sx * top : left + sx * bottom; in SkewRect()
1927 auto rightAfterSkew = sx > 0 ? right + sx * bottom : right + sx * top; in SkewRect()
1941 auto top = rect.Top(); PerspectiveRect() local
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/
H A Djs_auto_fill_extension_util.cpp54 constexpr const char *RECT_POSITION_TOP = "top";
166 jsValue = AppExecFwk::WrapDoubleToJS(env, rect.top); in WrapRectData()
248 rect.top = position; in UnwrapRectData()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H A Datomic_service_pattern.cpp66 margin.top = CalcLength(safeArea.top_.Length()); in UpdateLayoutMargin()
351 margin.top = CalcLength(theme->GetIconVerticalMargin()); in UpdateIconLayout()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_stack.cpp103 // find from top to bottom in isLastListContains()
186 // find from top to bottom in FindIndex()
201 int32_t top = static_cast<int32_t>(navPathList_.size()) - 1; in Get() local
202 return navPathList_[top].second; in Get()
207 // from bottom to top in Get()
245 // from bottom to top in GetFromPreBackup()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.h45 float top = 0.0f; member
92 // position input is relative to main window left top point,
104 float top = 0.0f; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Doffscreen_canvas_pattern.cpp163 double left, double top, double width, double height) in GetImageData()
165 return offscreenPaintMethod_->GetImageData(left, top, width, height); in GetImageData()
162 GetImageData( double left, double top, double width, double height) GetImageData() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/
H A Dmenu_wrapper_pattern.h378 dumpInfo_.top = dumpInfo.top; in SetDumpInfo()

Completed in 48 milliseconds

1...<<51525354555657585960>>...98