Home
last modified time | relevance | path

Searched defs:bounds (Results 1 – 10 of 10) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/ubsan/entry/src/main/cpp/types/libentry/
DIndex.d.ts17 export const bounds: (a: number) => number; constant
/test/xts/acts/graphic/graphics2DTestApi20/entry/src/main/cpp/
DRectFontTest.cpp220 OH_Drawing_Rect* bounds = OH_Drawing_RectCreate(left, top, right, bottom); in OH_Drawing_FontMeasureTextSuccess() local
237 OH_Drawing_Rect* bounds = OH_Drawing_RectCreate(left, top, right, bottom); in OH_Drawing_FontMeasureTextFail() local
253 OH_Drawing_Rect* bounds = OH_Drawing_RectCreate(left, top, right, bottom); in OH_Drawing_FontMeasureTextWithBrushOrPenFail() local
271 OH_Drawing_Array* bounds = nullptr; in OH_Drawing_FontGetWidthsBoundsFail() local
337 OH_Drawing_Array* bounds = nullptr; in OH_Drawing_FontGetBoundsFail() local
/test/xts/acts/graphic/acts_drawing_native/
DDrawingNativeFontTestPart2.cpp510 OH_Drawing_Rect* bounds = OH_Drawing_RectCreate(0.0, 0.0, 200.0, 200.0); variable
567 OH_Drawing_Rect* bounds = OH_Drawing_RectCreate(0.0, 0.0, 200.0, 200.0); variable
613 OH_Drawing_Rect* bounds = OH_Drawing_RectCreate(0.0, 0.0, 200.0, 200.0); variable
657 OH_Drawing_Rect* bounds = OH_Drawing_RectCreate(0.0, 0.0, 200.0, 200.0); variable
685 OH_Drawing_Rect* bounds = OH_Drawing_RectCreate(0.0, 0.0, 200.0, 200.0); variable
DDrawingNativeFontTest.cpp2119 OH_Drawing_Rect *bounds = OH_Drawing_RectCreate(0, 0, 100, 100); variable
2160 OH_Drawing_Rect *bounds = OH_Drawing_RectCreate(0, 0, 100, 100); variable
2205 OH_Drawing_Rect *bounds = OH_Drawing_RectCreate(0, 0, 100, 100); variable
/test/testfwk/arkxtest/uitest/core/
Dwidget_operator.cpp253 auto bounds = widget_.GetBounds(); in CheckDeadZone() local
269 auto bounds = widget_.GetBounds(); in TurnPage() local
Dui_model.cpp25 void Widget::SetBounds(const Rect &bounds) in SetBounds()
Dselect_strategy.cpp133 auto bounds = widget.GetBounds(); in RefreshWidgetBounds() local
Dfrontend_api_handler.cpp1463 const auto bounds = snapshot->GetBounds(); in GenericComponentAttrGetter() local
1472 const auto bounds = snapshot->GetBounds(); in GenericComponentAttrGetter() local
1511 const auto bounds = snapshot->GetBounds(); in RegisterExtensionHandler() local
/test/testfwk/arkxtest/uitest/test/
Dui_model_test.cpp105 auto bounds = newWidget.GetBounds(); in TEST() local
/test/xts/acts/graphic/nativeFontNdk/entry/src/main/cpp/
DnativeFontNdk1.cpp1720 OH_Drawing_Rect *bounds = OH_Drawing_GetRunImageBounds(run); in OHDrawingGetRunImageBounds001() local