| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | numbers.cc | 438 std::pair<uint64_t, uint64_t> edge, val; in SplitToSix() local
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuVectorUtil.hpp | 71 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 D | bcm_app_utils.c | 119 uint8 center_ch, edge, primary, sb; in spec_to_chan() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
| H A D | border.h | 34 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 D | cj_scroll_ffi.cpp | 85 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 D | text_field_model_impl.cpp | 196 auto edge = theme->GetPadding(); in InitTextInputDefaultStyle() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_scroller.cpp | 174 AlignDeclaration::Edge edge = AlignDeclaration::Edge::AUTO; in ScrollEdge() local
|
| /foundation/arkui/ace_engine/test/unittest/core/rosen/ |
| H A D | rosen_render_context_test_new.cpp | 186 EdgeF edge = roundRect.GetCornerRadius(RoundRect::TOP_LEFT_POS); in HWTEST_F() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | h264_loopfilter.c | 476 int edge; filter_mb_dir() local [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_blurdetect.c | 124 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 D | vp8dsp.c | 385 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 D | agfafocus.h | 117 SANE_Bool edge; member
|
| /third_party/ninja/src/ |
| H A D | build_log.cc | 144 bool BuildLog::RecordCommand(Edge* edge, int start_time, int end_time,
in RecordCommand() argument
|
| /third_party/skia/src/core/ |
| H A D | SkDistanceFieldGen.cpp | 442 float edge = 0.0f; generate_distance_field_from_image() local [all...] |
| H A D | SkRegion_path.cpp | 461 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 D | SpirvShaderGLSLstd450.cpp | 204 auto edge = Operand(this, state, insn.word(5)); in EmitExtGLSLstd450() local
|
| /third_party/skia/third_party/externals/freetype/src/psaux/ |
| H A D | pshints.h | 145 CF2_HintRec edge[CF2_MAX_HINT_EDGES]; /* 192 */ member
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | cord_rep_btree.h | 143 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 D | hisignalling.c | 215 static int GpioEdge(int pin, int edge) in GpioEdge() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/picker/ |
| H A D | picker_base_component.cpp | 535 auto edge = theme_->GetPopupEdge(); in InitializeContainer() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
| H A D | bubble_paint_method.cpp | 91 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 D | dialog_tween_component.h | 164 void SetMargin(const Edge& edge) in SetMargin() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/search/ |
| H A D | render_search.cpp | 280 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 D | render_bubble.cpp | 960 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 D | dom_button.cpp | 438 Edge edge; in PrepareWaitingWithText() local 488 Edge edge; in PrepareChildren() local 532 auto edge = boxComponent_->GetPadding(); AddPadding() local [all...] |