| /third_party/skia/src/core/ |
| H A D | SkRegionPriv.h | 180 int bottom = runs[0]; local
|
| /third_party/skia/src/pathops/ |
| H A D | SkPathOpsLine.cpp | 116 double SkDLine::ExactPointV(const SkDPoint& xy, double top, double bottom, double x) { in ExactPointV() argument 128 double SkDLine::NearPointV(const SkDPoint& xy, double top, double bottom, double x) { in NearPointV() argument
|
| H A D | SkIntersectionHelper.h | 34 SkScalar bottom() const { in bottom() function in SkIntersectionHelper
|
| /third_party/skia/tests/ |
| H A D | PathOpsLineIntersectionTest.cpp | 136 double bottom = std::max(line1[0].fY, line1[1].fY); in testOne() local 143 double bottom = std::max(line2[0].fY, line2[1].fY); in testOne() local 183 double bottom = std::max(line1[0].fY, line1[1].fY); in testOneCoincident() local 192 double bottom = std::max(line2[0].fY, line2[1].fY); in testOneCoincident() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-aat-layout-opbd-table.hh | 99 hb_position_t left = 0, top = 0, right = 0, bottom = 0, ignore; in get_bounds() local
|
| /third_party/skia/gm/ |
| H A D | patch.cpp | 39 SkPoint bottom[SkPatchUtils::kNumPtsCubic]; in draw_control_points() local
|
| /base/inputmethod/imf/services/include/ |
| H A D | sys_cfg_parser.h | 80 int32_t bottom = 0; member
|
| /base/print/print_fwk/frameworks/models/print_models/src/ |
| H A D | print_margin.cpp | 71 void PrintMargin::SetBottom(uint32_t bottom) in SetBottom() argument
|
| /foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/ |
| H A D | snapshot.h | 89 int32_t bottom = parcel.ReadInt32(); in Unmarshalling() local 97 int32_t bottom = 0; member
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
| H A D | edge.h | 38 Edge(double left, double top, double right, double bottom, DimensionUnit unit = DimensionUnit::PX) in Edge() argument 41 Edge(const std::string& left, const std::string& top, const std::string& right, const std::string& bottom, in Edge() argument 44 Edge(const CalcDimension& left, const CalcDimension& top, const CalcDimension& right, const CalcDimension& bottom) in Edge() argument 46 Edge(const Dimension& left, const Dimension& top, const Dimension& right, const Dimension& bottom, in Edge() argument 50 Edge(const CalcDimension& left, const CalcDimension& top, const CalcDimension& right, const CalcDimension& bottom, in Edge() argument 140 SetBottom(const AnimatableDimension& bottom) SetBottom() argument 145 SetBottom(const CalcDimension& bottom) SetBottom() argument 150 SetBottom(const Dimension& bottom) SetBottom() argument 203 EdgePx(double left, double top, double right, double bottom) EdgePx() argument 204 EdgePx(const std::string& left, const std::string& top, const std::string& right, const std::string& bottom) EdgePx() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/option/ |
| H A D | rosen_render_option.cpp | 129 double bottom = 1.0; // line width is 1.0px in PaintLine() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_toggle_ffi.cpp | 61 FfiOHOSAceFrameworkTogglePadding(double left, int32_t leftUnit, double top, int32_t topUnit, double right, int32_t rightUnit, double bottom, int32_t bottomUnit) FfiOHOSAceFrameworkTogglePadding() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_sec_button_base.cpp | 202 std::optional<CalcDimension> bottom; in SetBackgroundPadding() local
|
| /foundation/arkui/ace_engine/test/mock/core/rosen/ |
| H A D | testing_rect.h | 27 TestingRect(const float left, const float top, const float right, const float bottom) in TestingRect() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/ |
| H A D | toast_layout_property.h | 33 std::string bottom; member
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
| H A D | rs_occlusion_region_helper.cpp | 80 const int bottom = rectsRow_[0].bottom_; in MergeSpanVertically() local 157 void OuterLooper::MoveScanline(RectsPtr &r, int &top, int &bottom) in MoveScanline() argument
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndktextblob_fuzzer/ |
| H A D | ndktextblob_fuzzer.cpp | 57 float bottom = GetObject<float>(); in NativeDrawingTextBlobTest001() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
| H A D | drawing_rect_test.cpp | 149 float bottom = OH_Drawing_RectGetBottom(rect);
in HWTEST_F() local 175 float bottom = OH_Drawing_RectGetBottom(rectSrc);
in HWTEST_F() local 439 float bottom = OH_Drawing_RectGetBottom(rect);
in HWTEST_F() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/ |
| H A D | any_span.h | 106 void SetBottomInGroup(const double bottom) in SetBottomInGroup() argument
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpen_fuzzer/ |
| H A D | pen_fuzzer.cpp | 135 float bottom = GetObject<float>(); in PenFuzzTest002() local
|
| /foundation/window/window_manager/interfaces/kits/dmndk/dm/ |
| H A D | oh_display_info.h | 180 NativeDisplayManager_Rect bottom; member
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
| H A D | drawing_rect.cpp | 31 OH_Drawing_Rect* OH_Drawing_RectCreate(float left, float top, float right, float bottom) in OH_Drawing_RectCreate() argument 68 void OH_Drawing_RectSetBottom(OH_Drawing_Rect* cRect, float bottom) in OH_Drawing_RectSetBottom() argument
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/qxl/ |
| H A D | qxl_draw.c | 137 int left, right, top, bottom; in qxl_draw_dirty_fb() local [all...] |
| /kernel/linux/linux-5.10/drivers/video/console/ |
| H A D | dummycon.c | 115 dummycon_scroll(struct vc_data *vc, unsigned int top, unsigned int bottom, enum con_scroll dir, unsigned int lines) dummycon_scroll() argument
|
| /kernel/linux/linux-6.6/drivers/video/console/ |
| H A D | dummycon.c | 115 dummycon_scroll(struct vc_data *vc, unsigned int top, unsigned int bottom, enum con_scroll dir, unsigned int lines) dummycon_scroll() argument
|