Home
last modified time | relevance | path

Searched refs:fBottom (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/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_font.cpp252 bounds->SetBottom(rect.fBottom); in MeasureText()
H A Dskia_matrix.cpp219 dst = Rect(skDst.fLeft, skDst.fTop, skDst.fRight, skDst.fBottom); in MapRect()
H A Dskia_canvas.cpp99 return Rect(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom); in GetLocalClipBounds()
109 return RectI(iRect.fLeft, iRect.fTop, iRect.fRight, iRect.fBottom); in GetDeviceClipBounds()
119 return RectI(iRect.fLeft, iRect.fTop, iRect.fRight, iRect.fBottom); in GetRoundInDeviceClipBounds()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dfont_metrics.h31 fBottom == that.fBottom &&
57 scalar fBottom; member
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_manager.cpp108 double bottomBoundaryOfParagraph = boxes.front().rect.fBottom;
116 …if (cursorPositionType_ == CursorPositionType::END && !NearEqual(box.rect.fBottom, bottomBoundaryO…
117 bottomBoundaryOfParagraph = box.rect.fBottom;
194 result.offset.SetY(textBox.rect.fBottom);
221 result.height = textBox.rect.fBottom - textBox.rect.fTop;
270 result.height = textBox.rect.fBottom - textBox.rect.fTop;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Ddrawbitmaprect.h27 Scalar fBottom; // !< larger y-axis bounds member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dbackground_modifier.h61 srcSKRect.fBottom = offset1.GetY() + desSize.Height(); in Draw()
62 desSKRect.fBottom = curHeight; in Draw()
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()
644 result.height = textBox.rect.fBottom - textBox.rect.fTop; in ComputeOffsetForCaretDownstream()
898 result.height = textBox.rect.fBottom - textBox.rect.fTop; in HandleCaretWhenEmpty()
1038 runMetrics.fontMetrics.fBottom = fontMetricsRes.fBottom; in SetRunMetrics()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_layout_info.h35 float fBottom; member
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_image_test.cpp101 float fBottom = 1.0f; variable
103 Drawing::Rect rect { fLeft, ftop, fRight, fBottom };
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp1295 double bottomBoundaryOfParagraph = boxes.front().rect.fBottom;
1303 …if (cursorPositionType_ == CursorPositionType::END && !NearEqual(box.rect.fBottom, bottomBoundaryO…
1304 bottomBoundaryOfParagraph = box.rect.fBottom;
1381 result.offset.SetY(textBox.rect.fBottom);
1408 result.height = textBox.rect.fBottom - textBox.rect.fTop;
1456 result.height = textBox.rect.fBottom - textBox.rect.fTop;
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/
H A Djs_drawing_utils.cpp206 napi_set_named_property(env, objValue, "bottom", CreateJsNumber(env, metrics->fBottom)); in GetFontMetricsAndConvertToJsValue()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_font.cpp384 cFontMetrics->bottom = metrics.fBottom; in OH_Drawing_FontGetMetrics()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/
H A Dnapi_common.cpp461 SetFontMetricsFloatValueFromJS(env, argValue, "bottom", fontMetrics.fBottom); in GetFontMetricsFromJS()
676 napi_set_named_property(env, objValue, "bottom", CreateJsNumber(env, fontMetrics.fBottom)); in CreateFontMetricsJsValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_layout_manager.cpp177 panda::NumberRef::New(vm, fontMetrics.fBottom), in CreateJSFontMetrics()
/ohos5.0/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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp116 int32_t fBottom = std::clamp(int(regionRectDev.GetBottom()), 0, deviceHeight - 1); in GetShadowRegionImage() local
117 if (fLeft == fRight || fTop == fBottom) { in GetShadowRegionImage()
121 Drawing::RectI regionBounds = { fLeft, fTop, fRight, fBottom }; in GetShadowRegionImage()
/ohos5.0/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()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp554 if (out.fBottom > info.height()) { in HeapMemAlloc()
555 out.fBottom = info.height(); in HeapMemAlloc()

12