| /foundation/window/window_manager/wmserver/src/ |
| H A D | window_pair.cpp | 288 CreateOrderedPair( sptr<WindowNode>& bottom, sptr<WindowNode>& mid, sptr<WindowNode>& top) CreateOrderedPair() argument
|
| /test/xts/hats/hdf/audio/idl/benchmarktest/capture/ |
| H A D | audio_capture_benchmarktest.cpp | 462 float bottom = 0.0;
in BENCHMARK_F() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_blend.c | 55 const AVFrame *top, *bottom; member 170 const uint8_t *bottom = td->bottom->data[td->plane]; in filter_slice() local [all...] |
| H A D | vf_blend_vulkan.c | 235 AVVkFrame *bottom = (AVVkFrame *)bottom_frame->data[0]; in process_frames() local 354 AVFrame *top, *bottom, *out; blend_frame() local [all...] |
| H A D | vf_fillborders.c | 38 int left, right, top, bottom; member 43 int left, right, top, bottom; member 499 const int bottom = s->borders[p].bottom; margins_borders8() local 544 const int bottom = s->borders[p].bottom; margins_borders16() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | mpegvideo_motion.c | 415 uint8_t *const bottom = src[4]; in put_obmc() local
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_viewport.c | 190 float left, top, right, bottom, max_range, guardband_x, guardband_y; in r600_emit_guardband() local
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_state_viewport.c | 267 float left, top, right, bottom, max_range, guardband_x, guardband_y; in si_emit_guardband() local
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | matrix.c | 103 matrix_frustum(struct gl_matrix_stack* stack, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval, const char* caller) matrix_frustum() argument 146 _mesa_Frustum( GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval ) _mesa_Frustum() argument 160 _mesa_MatrixFrustumEXT( GLenum matrixMode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval ) _mesa_MatrixFrustumEXT() argument 180 matrix_ortho(struct gl_matrix_stack* stack, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval, const char* caller) matrix_ortho() argument 227 _mesa_Ortho( GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval ) _mesa_Ortho() argument 241 _mesa_MatrixOrthoEXT( GLenum matrixMode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval ) _mesa_MatrixOrthoEXT() argument [all...] |
| /third_party/skia/src/effects/imagefilters/ |
| H A D | SkMatrixConvolutionImageFilter.cpp | 457 SkIRect bottom = SkIRect::MakeLTRB(dstBounds.left(), interior.bottom(), in onFilterImage() local
|
| /third_party/skia/src/pathops/ |
| H A D | SkIntersections.h | 65 int conicVertical(const SkPoint a[3], SkScalar weight, SkScalar top, SkScalar bottom, in conicVertical() argument 90 int cubicVertical(const SkPoint a[4], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { in cubicVertical() argument 140 int lineVertical(const SkPoint a[2], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { in lineVertical() argument 176 int quadVertical(const SkPoint a[3], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { in quadVertical() argument [all...] |
| /third_party/skia/src/pdf/ |
| H A D | SkPDFUtils.cpp | 106 SkScalar bottom = std::min(rect.fBottom, rect.fTop); in AppendRectangle() local
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
| H A D | bitmap_size_table.cc | 156 int32_t bottom = 0; in BinarySearchIndexSubTables() local 433 int32_t bottom = 0; in BinarySearchIndexSubTables() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
| H A D | time_test.cc | 911 absl::Time bottom = base - range; in TEST() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
| H A D | rosen_render_swiper.cpp | 192 int32_t bottom = GetValidEdgeLength(swiperHeight_, indicatorHeight, indicator_->GetBottom()); in UpdateIndicator() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
| H A D | menu_layout_algorithm.h | 46 float bottom = 0.0f; member 105 float bottom = 0.0f; member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
| H A D | bubble_layout_algorithm.h | 44 float bottom = 0.0f; member
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/ |
| H A D | dialog_container.cpp | 455 ShowToast(int32_t instanceId, const std::string& message, int32_t duration, const std::string& bottom, std::function<void(int32_t)>&& callback) ShowToast() argument
|
| /foundation/arkui/ace_engine/frameworks/base/geometry/ng/ |
| H A D | rect_t.h | 214 T bottom = Bottom(); in Constrain() local 336 T bottom = std::min(Bottom(), other.Bottom()); in IntersectRectT() local 345 T bottom = std::max(Bottom(), other.Bottom()); in CombineRectT() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
| H A D | dom_input.cpp | 596 double bottom = -1.0; in HandlePadding() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_richeditor_controller_ffi.h | 54 double bottom; member 65 double bottom; member
|
| /foundation/arkui/ace_engine/test/mock/core/rosen/ |
| H A D | testing_path.h | 59 AddRect( float left, float top, float right, float bottom, TestingPathDirection dir = TestingPathDirection::CW_DIRECTION) AddRect() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/manager/ |
| H A D | safe_area_manager_test_ng.cpp | 77 float bottom; member
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/select/ |
| H A D | select_pattern_test_controlsize_ng.cpp | 478 CalcDimension bottom = -20.0_vp; in HWTEST_F() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/ |
| H A D | bubble_test_One_ng.cpp | 146 PaddingProperty BubbleTestOneNg::CreatePadding(float left, float top, float right, float bottom)
in CreatePadding() argument
|