Searched refs:actualBoundingBoxLeft (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | paint_state.h | 114 double actualBoundingBoxLeft = 0; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_custom_paint.cpp | 992 auto actualBoundingBoxLeft = -GetAlignOffset(textAlign, paragraph); in MeasureTextMetrics() local 993 auto actualBoundingBoxRight = width - actualBoundingBoxLeft; in MeasureTextMetrics() 997 return { width, height, actualBoundingBoxLeft, actualBoundingBoxRight, actualBoundingBoxAscent, in MeasureTextMetrics()
|
H A D | rosen_render_offscreen_canvas.cpp | 2121 auto actualBoundingBoxLeft = -GetAlignOffset(text, textAlign, paragraph); in MeasureTextMetrics() local 2122 auto actualBoundingBoxRight = width - actualBoundingBoxLeft; in MeasureTextMetrics() 2126 return { width, height, actualBoundingBoxLeft, actualBoundingBoxRight, actualBoundingBoxAscent, in MeasureTextMetrics()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_canvas_renderer.cpp | 1483 panda::NumberRef::New(vm, (textMetrics.actualBoundingBoxLeft / density)), in JsMeasureText()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | custom_paint_paint_method.cpp | 2060 textMetrics.actualBoundingBoxLeft = baseLineX - glyphsBoundsLeft; in MeasureTextMetrics()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-arkui.md | 372 …Metrics;<br>方法or属性:readonly actualBoundingBoxLeft: number;<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:rea…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-canvasrenderingcontext2d.md | 3972 | actualBoundingBoxLeft | number | 是 | 否 | 只读属性,平行于基线,从[CanvasRenderingContext2D.textAlign](#can…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/ |
H A D | js-apidiff-arkui.md | 264 …trics<br>方法 or 属性:readonly actualBoundingBoxLeft: number;<br>起始版本:8|类名:TextMetrics<br>方法 or 属性:rea…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-canvasrenderingcontext2d.md | 3610 | actualBoundingBoxLeft | number | Yes | No | Distance parallel to the baseline from the alignme…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-arkui.md | 372 …nly actualBoundingBoxLeft: number;<br>Old version information: |Class name: TextMetrics;<br>Method…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-arkui.md | 427 …Metrics;<br>方法or属性:readonly actualBoundingBoxLeft: number;<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:rea… 1364 …Metrics;<br>方法or属性:readonly actualBoundingBoxLeft: number;<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:rea…
|
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/ |
H A D | js-apidiff-arkui.md | 264 …eadonly actualBoundingBoxLeft: number;<br>Initial version: 8|Class name: TextMetrics<br>Method or …
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-arkui.md | 427 …nly actualBoundingBoxLeft: number;<br>Old version information: |Class name: TextMetrics;<br>Method… 1364 …nly actualBoundingBoxLeft: number;<br>Old version information: |Class name: TextMetrics;<br>Method…
|