Home
last modified time | relevance | path

Searched defs:edge (Results 76 - 100 of 170) sorted by relevance

1234567

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dnumbers.cc438 std::pair<uint64_t, uint64_t> edge, val; in SplitToSix() local
/third_party/vk-gl-cts/framework/common/
H A DtcuVectorUtil.hpp71 inline float step (float edge, float x) { return (x < edge) ? 0.0f : 1.0f; } in step() argument
81 inline double step (double edge, double x) { return (x < edge) ? 0.0 : 1.0; } in step() argument
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dbcm_app_utils.c119 uint8 center_ch, edge, primary, sb; in spec_to_chan() local
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dborder.h34 explicit Border(const BorderEdge& edge) : Border(edge, edge, edge, edge) {} in Border() argument
36 explicit Border(const BorderImageEdge& edge) : Border(edge, edge, edge, edge) {} in Border() argument
38 Border(const BorderEdge& edge, const Radius& radius) Border() argument
165 SetLeftEdge(const BorderEdge& edge) SetLeftEdge() argument
170 SetTopEdge(const BorderEdge& edge) SetTopEdge() argument
175 SetRightEdge(const BorderEdge& edge) SetRightEdge() argument
180 SetBottomEdge(const BorderEdge& edge) SetBottomEdge() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_scroll_ffi.cpp85 void NativeNGScroller::ScrollEdge(ScrollEdgeType edge) in ScrollEdge() argument
221 void FfiOHOSAceFrameworkScrollOnScrollEdge(void (*callback)(int32_t edge)) in FfiOHOSAceFrameworkScrollOnScrollEdge() argument
289 void FfiOHOSAceFrameworkScrollerScrollEdge(int64_t selfID, int32_t edge) in FfiOHOSAceFrameworkScrollerScrollEdge() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_field_model_impl.cpp196 auto edge = theme->GetPadding(); in InitTextInputDefaultStyle() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_scroller.cpp174 AlignDeclaration::Edge edge = AlignDeclaration::Edge::AUTO; in ScrollEdge() local
/foundation/arkui/ace_engine/test/unittest/core/rosen/
H A Drosen_render_context_test_new.cpp186 EdgeF edge = roundRect.GetCornerRadius(RoundRect::TOP_LEFT_POS); in HWTEST_F() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dh264_loopfilter.c476 int edge; filter_mb_dir() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_blurdetect.c124 edge_width(BLRContext *blr, int i, int j, int8_t dir, int w, int h, int edge, const uint8_t *src, int src_linesize) edge_width() argument
/third_party/ffmpeg/tests/checkasm/
H A Dvp8dsp.c385 int dir, edge, force_hev; in check_loopfilter_16y() local
431 int dir, edge, force_hev; in check_loopfilter_8uv() local
[all...]
/third_party/backends/backend/
H A Dagfafocus.h117 SANE_Bool edge; member
/third_party/ninja/src/
H A Dbuild_log.cc144 bool BuildLog::RecordCommand(Edge* edge, int start_time, int end_time, in RecordCommand() argument
/third_party/skia/src/core/
H A DSkDistanceFieldGen.cpp442 float edge = 0.0f; generate_distance_field_from_image() local
[all...]
H A DSkRegion_path.cpp461 static int extract_path(Edge* edge, Edge* stop, SkPath* path) { in extract_path() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderGLSLstd450.cpp204 auto edge = Operand(this, state, insn.word(5)); in EmitExtGLSLstd450() local
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpshints.h145 CF2_HintRec edge[CF2_MAX_HINT_EDGES]; /* 192 */ member
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.h143 CordRep* edge; member
733 SetEdge(CordRep* edge) SetEdge() argument
806 CordRep* edge = tree->Edge(kBack); GetAppendBuffer() local
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/interconnection_server/
H A Dhisignalling.c215 static int GpioEdge(int pin, int edge) in GpioEdge() argument
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_base_component.cpp535 auto edge = theme_->GetPopupEdge(); in InitializeContainer() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_paint_method.cpp91 BorderEdge edge = border_.Left(); in PaintBorder() local
768 Edge edge; in GetArrowOffset() local
803 InitEdgeSize(Edge& edge) InitEdgeSize() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/
H A Ddialog_tween_component.h164 void SetMargin(const Edge& edge) in SetMargin() argument
/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Drender_search.cpp280 Edge edge = Edge(TEXT_PADDING, 0.0_vp, TEXT_PADDING, 0.0_vp); in CreateRenderButton() local
/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.cpp960 void RenderBubble::InitEdgeSize(Edge& edge) in InitEdgeSize() argument
978 Edge edge; in GetArrowOffset() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_button.cpp438 Edge edge; in PrepareWaitingWithText() local
488 Edge edge; in PrepareChildren() local
532 auto edge = boxComponent_->GetPadding(); AddPadding() local
[all...]

Completed in 25 milliseconds

1234567