/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_convert_utils.h | 50 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 D | skia_font.cpp | 252 bounds->SetBottom(rect.fBottom); in MeasureText()
|
H A D | skia_matrix.cpp | 219 dst = Rect(skDst.fLeft, skDst.fTop, skDst.fRight, skDst.fBottom); in MapRect()
|
H A D | skia_canvas.cpp | 99 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 D | font_metrics.h | 31 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 D | rscanvasdrawingnode_fuzzer.cpp | 119 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 D | texgine_font_metrics.cpp | 27 fBottom_ = &fontMetrics_->fBottom; in TexgineFontMetrics() 56 fBottom_ = &fontMetrics_->fBottom; in SetFontMetrics()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
H A D | text_overlay_manager.cpp | 108 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 D | drawbitmaprect.h | 27 Scalar fBottom; // !< larger y-axis bounds member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | background_modifier.h | 61 srcSKRect.fBottom = offset1.GetY() + desSize.Height(); in Draw() 62 desSKRect.fBottom = curHeight; in Draw()
|
H A D | txt_paragraph.cpp | 538 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 D | text_layout_info.h | 35 float fBottom; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/pipeline/rsrendernode_fuzzer/ |
H A D | rsrendernode_fuzzer.cpp | 294 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 D | rsrenderimage_fuzzer.cpp | 199 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 D | drawing_painter_impl.cpp | 68 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 D | rs_image_test.cpp | 101 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 D | rosen_render_text_field.cpp | 1295 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 D | js_drawing_utils.cpp | 206 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 D | drawing_font.cpp | 384 cFontMetrics->bottom = metrics.fBottom; in OH_Drawing_FontGetMetrics()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/ |
H A D | napi_common.cpp | 461 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 D | js_layout_manager.cpp | 177 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 D | convert.cpp | 44 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 D | rs_property_drawable_utils.cpp | 116 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 D | ui_canvas.cpp | 202 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 D | ext_decoder.cpp | 554 if (out.fBottom > info.height()) { in HeapMemAlloc() 555 out.fBottom = info.height(); in HeapMemAlloc()
|