Home
last modified time | relevance | path

Searched defs:bottom (Results 201 - 225 of 473) sorted by relevance

12345678910>>...19

/foundation/window/window_manager/wmserver/src/
H A Dwindow_pair.cpp288 CreateOrderedPair( sptr<WindowNode>& bottom, sptr<WindowNode>& mid, sptr<WindowNode>& top) CreateOrderedPair() argument
/test/xts/hats/hdf/audio/idl/benchmarktest/capture/
H A Daudio_capture_benchmarktest.cpp462 float bottom = 0.0; in BENCHMARK_F() local
/third_party/ffmpeg/libavfilter/
H A Dvf_blend.c55 const AVFrame *top, *bottom; member
170 const uint8_t *bottom = td->bottom->data[td->plane]; in filter_slice() local
[all...]
H A Dvf_blend_vulkan.c235 AVVkFrame *bottom = (AVVkFrame *)bottom_frame->data[0]; in process_frames() local
354 AVFrame *top, *bottom, *out; blend_frame() local
[all...]
H A Dvf_fillborders.c38 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 Dmpegvideo_motion.c415 uint8_t *const bottom = src[4]; in put_obmc() local
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_viewport.c190 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 Dsi_state_viewport.c267 float left, top, right, bottom, max_range, guardband_x, guardband_y; in si_emit_guardband() local
/third_party/mesa3d/src/mesa/main/
H A Dmatrix.c103 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 DSkMatrixConvolutionImageFilter.cpp457 SkIRect bottom = SkIRect::MakeLTRB(dstBounds.left(), interior.bottom(), in onFilterImage() local
/third_party/skia/src/pathops/
H A DSkIntersections.h65 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 DSkPDFUtils.cpp106 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 Dbitmap_size_table.cc156 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 Dtime_test.cc911 absl::Time bottom = base - range; in TEST() local
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drosen_render_swiper.cpp192 int32_t bottom = GetValidEdgeLength(swiperHeight_, indicatorHeight, indicator_->GetBottom()); in UpdateIndicator() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.h46 float bottom = 0.0f; member
105 float bottom = 0.0f; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.h44 float bottom = 0.0f; member
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddialog_container.cpp455 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 Drect_t.h214 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 Ddom_input.cpp596 double bottom = -1.0; in HandlePadding() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_richeditor_controller_ffi.h54 double bottom; member
65 double bottom; member
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_path.h59 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 Dsafe_area_manager_test_ng.cpp77 float bottom; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/select/
H A Dselect_pattern_test_controlsize_ng.cpp478 CalcDimension bottom = -20.0_vp; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_One_ng.cpp146 PaddingProperty BubbleTestOneNg::CreatePadding(float left, float top, float right, float bottom) in CreatePadding() argument

Completed in 37 milliseconds

12345678910>>...19