Home
last modified time | relevance | path

Searched refs:fBottom (Results 1 - 25 of 27) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dfont_metrics.h31 fBottom == that.fBottom && in operator ==()
57 scalar fBottom; member
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_convert_utils.h50 skFontMetrics.fBottom = fontMetrics.fBottom; in DrawingFontMetricsCastToSkFontMetrics()
70 fontMetrics.fBottom = skFontMetrics.fBottom; in SkFontMetricsCastToDrawingFontMetrics()
89 skRect.fBottom = rect.GetBottom(); in DrawingRectCastToSkRect()
97 rect.SetBottom(skRect.fBottom); in SkRectCastToDrawingRect()
H A Dskia_matrix.cpp219 dst = Rect(skDst.fLeft, skDst.fTop, skDst.fRight, skDst.fBottom); in MapRect()
H A Dskia_canvas.cpp112 return Rect(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom); in GetLocalClipBounds()
122 return RectI(iRect.fLeft, iRect.fTop, iRect.fRight, iRect.fBottom); in GetDeviceClipBounds()
132 return RectI(iRect.fLeft, iRect.fTop, iRect.fRight, iRect.fBottom); in GetRoundInDeviceClipBounds()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rscanvasdrawingnode_fuzzer/
H A Drscanvasdrawingnode_fuzzer.cpp119 float fBottom = GetData<float>(); in DoGetBitmap() local
120 Drawing::Rect rect { fLeft, fTop, fRight, fBottom }; in DoGetBitmap()
147 float fBottom = GetData<float>(); in DoGetPixelmap() local
148 Drawing::Rect rect { fLeft, fTop, fRight, fBottom }; in DoGetPixelmap()
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_font_metrics.cpp27 fBottom_ = &fontMetrics_->fBottom; in TexgineFontMetrics()
56 fBottom_ = &fontMetrics_->fBottom; in SetFontMetrics()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Ddrawbitmaprect.h27 Scalar fBottom; // !< larger y-axis bounds member
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_layout_info.h35 float fBottom; member
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_manager.cpp105 double bottomBoundaryOfParagraph = boxes.front().rect.fBottom;
113 if (cursorPositionType_ == CursorPositionType::END && !NearEqual(box.rect.fBottom, bottomBoundaryOfParagraph)) {
114 bottomBoundaryOfParagraph = box.rect.fBottom;
191 result.offset.SetY(textBox.rect.fBottom);
218 result.height = textBox.rect.fBottom - textBox.rect.fTop;
267 result.height = textBox.rect.fBottom - textBox.rect.fTop;
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dbackground_modifier.h61 srcSKRect.fBottom = offset1.GetY() + desSize.Height();
62 desSKRect.fBottom = curHeight;
H A Dtxt_paragraph.cpp538 y = textBox.rect.fBottom; in ComputeOffsetForCaretUpstream()
539 result.height = textBox.rect.fBottom - textBox.rect.fTop; in ComputeOffsetForCaretUpstream()
571 result.height = textBox.rect.fBottom - textBox.rect.fTop; in ComputeOffsetForCaretUpstream()
643 result.height = textBox.rect.fBottom - textBox.rect.fTop; in ComputeOffsetForCaretDownstream()
907 result.height = textBox.rect.fBottom - textBox.rect.fTop; in HandleCaretWhenEmpty()
1026 runMetrics.fontMetrics.fBottom = fontMetricsRes.fBottom; in SetRunMetrics()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderimage_fuzzer/
H A Drsrenderimage_fuzzer.cpp199 float fBottom = GetData<float>(); in RSImageFuzzTest() local
200 Drawing::Rect rect { fLeft, fTop, fRight, fBottom }; in RSImageFuzzTest()
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Ddrawing_painter_impl.cpp68 rect.SetBottom(skRect.fBottom); in ToDrawingRect()
78 rect.SetBottom(skRRect.rect().fBottom); in ToDrawingRoundRect()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/pipeline/rsrendernode_fuzzer/
H A Drsrendernode_fuzzer.cpp294 float fBottom = GetData<float>(); in RSDrawCmdListFuzzTest() local
296 Drawing::Rect rect = { fLeft, fTop, fRight, fBottom }; in RSDrawCmdListFuzzTest()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_image_test.cpp101 float fBottom = 1.0f; in HWTEST_F() local
103 Drawing::Rect rect { fLeft, ftop, fRight, fBottom }; in HWTEST_F()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/
H A Djs_drawing_utils.cpp223 napi_set_named_property(env, objValue, "bottom", CreateJsNumber(env, metrics->fBottom)); in GetFontMetricsAndConvertToJsValue()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp1318 double bottomBoundaryOfParagraph = boxes.front().rect.fBottom;
1326 if (cursorPositionType_ == CursorPositionType::END && !NearEqual(box.rect.fBottom, bottomBoundaryOfParagraph)) {
1327 bottomBoundaryOfParagraph = box.rect.fBottom;
1404 result.offset.SetY(textBox.rect.fBottom);
1431 result.height = textBox.rect.fBottom - textBox.rect.fTop;
1479 result.height = textBox.rect.fBottom - textBox.rect.fTop;
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/
H A Dnapi_common.cpp491 SetFontMetricsFloatValueFromJS(env, argValue, "bottom", fontMetrics.fBottom);
686 napi_set_named_property(env, objValue, "bottom", CreateJsNumber(env, fontMetrics.fBottom));
714 napi_set_named_property(env, objValue, "bottom", CreateJsNumber(env, metrics->fBottom));
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_layout_manager.cpp177 panda::NumberRef::New(vm, fontMetrics.fBottom), in CreateJSFontMetrics()
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dconvert.cpp44 Drawing::RectF rect(box.rect.fLeft, box.rect.fTop, box.rect.fRight, box.rect.fBottom); in Convert()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_font.cpp388 cFontMetrics->bottom = metrics.fBottom; in OH_Drawing_FontGetMetrics()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp114 int32_t fBottom = std::clamp(int(regionRectDev.GetBottom()), 0, deviceHeight - 1); in GetShadowRegionImage() local
115 if (fLeft == fRight || fTop == fBottom) { in GetShadowRegionImage()
119 Drawing::RectI regionBounds = { fLeft, fTop, fRight, fBottom }; in GetShadowRegionImage()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp202 float fBottom = static_cast<float>(height) + static_cast<float>(point.y); in AddRect() local
207 if (fBottom > INT16_MAX) { in AddRect()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp527 if (out.fBottom > info.height()) { in HeapMemAlloc()
528 out.fBottom = info.height(); in HeapMemAlloc()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp10206 SkIRect rect {.fLeft = 0, .fTop = 0, .fRight = displayWidth, .fBottom = displayHeight}; in GetDisplayRegion()
10226 SkIRect rect {.fLeft = 0, .fTop = 0, .fRight = displayWidth, .fBottom = displayHeight}; in UpdateDisplayRegion()
10299 .fRight = wsRect.posX_ + wsRect.width_, .fBottom = wsRect.posY_ + wsRect.height_}; in FilterSceneSessionCovered()
10303 windowBounds.fLeft, windowBounds.fTop, windowBounds.fRight, windowBounds.fBottom); in FilterSceneSessionCovered()
10308 windowBounds.fLeft, windowBounds.fTop, windowBounds.fRight, windowBounds.fBottom); in FilterSceneSessionCovered()

Completed in 46 milliseconds

12