Home
last modified time | relevance | path

Searched refs:top_ (Results 26 - 50 of 150) sorted by relevance

123456

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_image_filter.cpp62 SkRect skiaRect = {cropRect.left_, cropRect.top_, cropRect.right_, cropRect.bottom_}; in InitWithBlur()
74 SkRect skiaRect = {cropRect.left_, cropRect.top_, cropRect.right_, cropRect.bottom_}; in InitWithColor()
89 SkRect skiaRect = {cropRect.left_, cropRect.top_, cropRect.right_, cropRect.bottom_}; in InitWithOffset()
99 SkRect skiaRect = {cropRect.left_, cropRect.top_, cropRect.right_, cropRect.bottom_}; in InitWithColorBlur()
123 SkRect skiaRect = {cropRect.left_, cropRect.top_, cropRect.right_, cropRect.bottom_}; in InitWithArithmetic()
198 SkRect skiaRect = {cropRect.left_, cropRect.top_, cropRect.right_, cropRect.bottom_}; in InitWithBlend()
209 SkRect skiaRect = {cropRect.left_, cropRect.top_, cropRect.right_, cropRect.bottom_}; in InitWithShader()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_dirty_region_manager.cpp143 int top = std::max(std::max(currentFrameDirtyRegion_.top_, 0), surfaceRect_.top_); in ClipDirtyRectWithinSurface()
195 glRect.top_ = surfaceRect_.height_ - glRect.top_ - glRect.height_; in GetDirtyRegionFlipWithinSurface()
206 glRect.top_ = surfaceRect_.height_ - rect.top_ - rect.height_; in GetRectFlipWithinSurface()
224 int32_t top = (rect.top_ / alignedBits) * alignedBits; in GetPixelAlignedRect()
/third_party/node/deps/v8/src/parsing/
H A Dfunc-name-inferrer.h56 : fni_(fni), top_(fni->names_stack_.size()) { in State()
61 fni_->names_stack_.resize(top_); in ~State()
69 size_t top_; member in v8::internal::FuncNameInferrer::State
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_layout_algorithm.cpp82 top_.ShrinkHeight((componentHeight_ / HALF) - (componentWidth_ / HALF)); in MeasureButton()
110 top_.Init(true, in InitPadding()
205 double remain = top_.ShrinkHeight(diff / HALF); in ShrinkHeight()
207 remain = top_.ShrinkHeight(remain); in ShrinkHeight()
251 double remain = top_.EnlargeHeight(diff / HALF); in EnlargeHeight()
253 remain = top_.EnlargeHeight(remain); in EnlargeHeight()
300 componentHeight_ = top_.height_ + text_.height_ + in MeasureIntegralSize()
305 componentHeight_ = top_.height_ + contextHeight + bottom_.height_; in MeasureIntegralSize()
344 OffsetF offsetIcon = OffsetF(left_.width_, top_.height_); in Layout()
345 OffsetF offsetText = OffsetF(left_.width_, top_ in Layout()
[all...]
/third_party/node/deps/v8/src/deoptimizer/
H A Dframe-description.h63 top_(kZapUint32),
155 intptr_t GetTop() const { return top_; }
156 void SetTop(intptr_t top) { top_ = top; }
208 intptr_t top_;
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dquant_levels_dec_utils.c61 uint16_t* top_; member
85 const uint16_t* const top = p->top_; in VFilter()
98 p->top_ = p->cur_; in VFilter()
232 p->top_ = p->end_ - width; in InitParams()
233 memset(p->top_, 0, width * sizeof(*p->top_)); in InitParams()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_occlusion_region.cpp29 os << "{" << r.left_ << "," << r.top_ << "," << r.right_ << "," << r.bottom_ << "}"; in operator <<()
176 r.curRects.emplace_back(Rect { r.preRects[i].left_, r.preRects[i].top_, r.preRects[i].right_, r.curY }); in UpdateRects()
204 bound_.top_ = std::min(r.top_, bound_.top_); in MakeBound()
241 events.emplace_back(Event { r.top_, Event::Type::OPEN, r.left_, r.right_ }); in RegionOpLocal()
247 events.emplace_back(Event { r.top_, Event::Type::VOID_OPEN, r.left_, r.right_ }); in RegionOpLocal()
291 RectType relationship = outer.NextScanline(current.top_, current.bottom_); in RegionOpAccelate()
/third_party/node/deps/v8/src/objects/
H A Dallocation-site-scopes-inl.h16 top_ = site; in InitializeTraversal()
19 current_ = Handle<AllocationSite>::New(*top_, isolate()); in InitializeTraversal()
H A Dallocation-site-scopes.h22 Handle<AllocationSite> top() { return top_; } in top()
36 Handle<AllocationSite> top_; member in v8::internal::AllocationSiteContext
/foundation/arkui/ace_engine/frameworks/core/components/positioned/
H A Dpositioned_component.h90 return top_;
95 top_ = top;
183 Dimension top_; member in OHOS::Ace::PositionedComponent
H A Drender_positioned.h41 return top_;
94 Dimension top_; member in OHOS::Ace::RenderPositioned
/foundation/arkui/ace_engine/test/unittest/core/layout/safe_area/
H A Dexpand_safe_area_test_ng.cpp157 insets.top_ = { 0.0f, SAFE_AREA_LENGTH_TOP }; in InitSafeArea()
210 EXPECT_FALSE(safeAreaInsets.top_.Length() == 0); in HWTEST_F()
211 EXPECT_TRUE(safeAreaInsets.top_.start == 0); in HWTEST_F()
212 EXPECT_TRUE(safeAreaInsets.top_.end == SAFE_AREA_LENGTH_TOP); in HWTEST_F()
/foundation/window/window_manager/utils/src/
H A Dwm_occlusion_region.cpp27 os << "{" << r.left_ << "," << r.top_ << "," << r.right_ << "," << r.bottom_ << "}"; in operator <<()
178 r.curRects.emplace_back(Rect { r.preRects[i].left_, r.preRects[i].top_, r.preRects[i].right_, r.curY }); in UpdateRects()
206 bound_.top_ = std::min(r.top_, bound_.top_); in MakeBound()
223 events.emplace_back(Event { rect.top_, Event::Type::OPEN, rect.left_, rect.right_ }); in RegionOpLocal()
229 events.emplace_back(Event { rect.top_, Event::Type::VOID_OPEN, rect.left_, rect.right_ }); in RegionOpLocal()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp115 Occlusion::Rect dirtyRect { surfaceDirtyRect.left_, surfaceDirtyRect.top_, surfaceDirtyRect.GetRight(), in MergeVisibleDirtyRegion()
191 Occlusion::Rect dirtyRect { surfaceDirtyRect.left_, surfaceDirtyRect.top_, in MergeVisibleDirtyRegionInVirtual()
253 retRects.emplace_back(RectI(rect.left_, rect.top_, in ScreenIntersectDirtyRects()
254 rect.right_ - rect.left_, rect.bottom_ - rect.top_)); in ScreenIntersectDirtyRects()
257 rect.right_ - rect.left_, rect.bottom_ - rect.top_)); in ScreenIntersectDirtyRects()
261 rect.right_ - rect.left_, rect.bottom_ - rect.top_)); in ScreenIntersectDirtyRects()
284 retRects.emplace_back(RectI(rect.left_, screenInfo.GetRotatedHeight() - rect.top_ - rect.height_, in FilpRects()
754 int32_t top = (dirtyRect.top_ / alignedBits) * alignedBits; in AlignedDirtyRegion()
1183 auto dstRect = Drawing::Rect(rect.left_, rect.top_, in DrawRectForDfx()
1184 rect.left_ + rect.width_, rect.top_ in DrawRectForDfx()
[all...]
H A Drs_uni_hwc_prevalidate_util.cpp108 info.srcRect = {src.left_, src.top_, src.width_, src.height_}; in CreateSurfaceNodeLayerInfo()
110 info.dstRect = {dst.left_, dst.top_, dst.width_, dst.height_}; in CreateSurfaceNodeLayerInfo()
193 info.srcRect = {src.left_, src.top_, src.width_, src.height_}; in CreateUIFirstLayerInfo()
195 info.dstRect = {dst.left_, dst.top_, dst.width_, dst.height_}; in CreateUIFirstLayerInfo()
219 info.srcRect = {src.left_, src.top_, src.width_, src.height_}; in CreateRCDLayerInfo()
222 info.dstRect.y = static_cast<uint32_t>(static_cast<float>(dst.top_) * screenInfo.GetRogHeightRatio()); in CreateRCDLayerInfo()
/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dsafe_area_manager_test_ng.cpp145 Rect { res.left_.start, res.right_.end, res.top_.start, res.bottom_.end }, Rect { 0.0f, 0.0f, 0.0f, 0.0f }); in HWTEST_F()
148 Rect { res.left_.start, res.right_.end, res.top_.start, res.bottom_.end }, Rect { 0.0f, 0.0f, 0.0f, 0.0f }); in HWTEST_F()
151 Rect { res.left_.start, res.right_.end, res.top_.start, res.bottom_.end }, Rect { 0.0f, 0.0f, 0.0f, 0.0f }); in HWTEST_F()
154 Rect { res.left_.start, res.right_.end, res.top_.start, res.bottom_.end }, Rect { 0.0f, 0.0f, 0.0f, 0.0f }); in HWTEST_F()
201 CommonExpectEQ(Rect { sa.left_.start, sa.right_.end, sa.top_.start, sa.bottom_.end }, in HWTEST_F()
213 CommonExpectEQ(Rect { sa.left_.start, sa.right_.end, sa.top_.start, sa.bottom_.end }, in HWTEST_F()
245 CommonExpectEQ(Rect { sas.left_.start, sas.right_.end, sas.top_.start, sas.bottom_.end }, in HWTEST_F()
265 CommonExpectEQ(Rect { san.left_.start, san.right_.end, san.top_.start, san.bottom_.end }, in HWTEST_F()
317 CommonExpectEQ(Rect { res.left_.start, res.right_.end, res.top_.start, res.bottom_.end }, Rect { l, r, t, b }); in HWTEST_F()
351 CommonExpectEQ(Rect { res.left_.start, res.right_.end, res.top_ in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dswiper_indicator.h89 return top_; in GetTop()
93 top_ = top; in SetTop()
241 Dimension top_ { DEFAULT_POSITION, DimensionUnit::PX };
/test/testfwk/arkxtest/uitest/core/
H A Dui_model.cpp52 boundStream << "[" << bounds_.left_ << "," << bounds_.top_ << "][" << bounds_.right_ << "," in GetAttrVec()
75 boundStream << "[" << bounds_.left_ << "," << bounds_.top_ << "][" << bounds_.right_ << "," in GetAttr()
117 boundStream << "[" << bounds_.left_ << "," << bounds_.top_ << "][" << bounds_.right_ << "," in WrapperWidgetToJson()
H A Dui_driver.cpp135 mergeBounds.top_ = std::min(mergeBounds.top_, winCache.window_.bounds_.top_); in DumpWindowsInfo()
159 ss << "[" << mergeBounds.left_ << "," << mergeBounds.top_ << "]" in DumpUiHierarchy()
555 mergeRect.top_ = std::min(winCache.window_.bounds_.top_, mergeRect.top_); in GetMergeWindowBounds()
/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/src/
H A Drs_window_animation_target.cpp41 parcel.WriteFloat(windowBounds_.rect_.top_) && in Marshalling()
78 parcel.ReadFloat(windowBounds_.rect_.top_) && in ReadFromParcel()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dstate_machine.cpp80 for (int i = top_; i > sameDepth; i--) { in Transition()
89 top_ = dstDepth; in Transition()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/safe_area/
H A Dsafe_area_manager.cpp29 if (cutoutArea.top_.IsValid()) { in GenerateCutOutAreaWithRoot()
30 cutoutArea.top_.start = 0; in GenerateCutOutAreaWithRoot()
250 if (combinedSafeArea.top_.IsValid()) { in SafeAreaToPadding()
251 result.top = combinedSafeArea.top_.Length(); in SafeAreaToPadding()
/test/testfwk/arkxtest/uitest/test/
H A Drect_algorithm_test.cpp48 ASSERT_EQ(300, intersection.top_); in TEST()
55 ASSERT_EQ(350, intersection.top_); in TEST()
62 ASSERT_EQ(320, intersection.top_); in TEST()
/foundation/ability/ability_runtime/frameworks/js/napi/dialog_request_info/
H A Drequest_info.cpp28 top_ = top; in RequestInfo()
81 CreateJsWindowRect(env, request->left_, request->top_, request->width_, request->height_)); in WrapRequestInfo()
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_rect.cpp25 fTop_ = &rect_->top_; in TexgineRect()
78 fTop_ = &rect_->top_; in SetRect()

Completed in 16 milliseconds

123456