/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | swiper_component.cpp | 163 void SwiperComponent::ChangeListener::OnSwipe(UISwipeView &view) in OnSwipe() argument
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_image_animator.cpp | 38 void UIImageAnimatorView::ImageAnimatorCallback::Callback(UIView* view) in Callback() argument
|
/foundation/arkui/ui_lite/frameworks/dock/ |
H A D | focus_manager.cpp | 30 bool FocusManager::RequestFocus(UIView* view) in RequestFocus() argument 234 bool FocusManager::GetNextFocus(UIView* focusedView, UIView*& candidate, UIView* view, uint8_t direction) in GetNextFocus() argument
|
/foundation/arkui/ui_lite/test/uitest/test_clip/ |
H A D | ui_test_clip.cpp | 60 bool UITestClip::OnClick(UIView& view, const ClickEvent& event) in OnClick() argument
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/ |
H A D | render_data_store_pod.cpp | 121 array_view<const uint8_t> view; in Get() local
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | json_util.h | 130 const auto view = in FromJson() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_tss.c | 50 struct svga_hw_view_state *view = &svga->state.hw_draw.views[i]; in svga_cleanup_tss_binding() local 65 struct svga_hw_view_state *view; member 76 emit_tex_binding_unit(struct svga_context *svga, unsigned unit, const struct svga_sampler_state *s, const struct pipe_sampler_view *sv, struct svga_hw_view_state *view, boolean reemit, struct bind_queue *queue) emit_tex_binding_unit() argument 190 struct svga_hw_view_state *view = queue.bind[i].view; update_tss_binding() local 249 struct svga_hw_view_state *view = &svga->state.hw_draw.views[i]; svga_reemit_tss_bindings() local 262 struct svga_hw_view_state *view = &svga->state.hw_draw.views[unit]; svga_reemit_tss_bindings() local [all...] |
H A D | svga_state_fs.c | 241 struct pipe_sampler_view *view = svga->curr.sampler_views[shader][i]; in make_fs_key() local
|
/third_party/node/src/inspector/ |
H A D | node_string.cc | 62 String StringViewToUtf8(v8_inspector::StringView view) { in StringViewToUtf8() argument
|
/third_party/node/src/ |
H A D | node_wasm_web_api.cc | 109 Local<ArrayBufferView> view = chunk.As<ArrayBufferView>(); in Push() local
|
/third_party/node/benchmark/napi/function_args/ |
H A D | binding.cc | 101 Local<ArrayBufferView> view = args[0].As<ArrayBufferView>(); in CallWithTypedarray() local
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_texture.h | 58 struct pipe_sampler_view *view; member
|
H A D | st_atom_sampler.c | 110 struct pipe_sampler_view *view = sv->view; in st_convert_sampler() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_texture.c | 311 nv30_sampler_view_destroy(struct pipe_context *pipe, struct pipe_sampler_view *view) nv30_sampler_view_destroy() argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_tex.c | 72 struct nv50_tic_entry *view; in nv50_create_texture_view() local [all...] |
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/ |
H A D | FormattableRvAdapter.java | 96 public ViewHolder(View view) { in ViewHolder() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_texture.c | 259 struct fd4_pipe_sampler_view *view = fd4_pipe_sampler_view(views[i]); in fd4_set_sampler_views() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_texture.h | 128 } view[16]; member
|
/third_party/mesa3d/src/tool/pps/ |
H A D | pps_config.cc | 71 std::optional<uint32_t> to_counter_id(const std::string_view &view) in to_counter_id() argument
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
H A D | pp_private.h | 61 struct pipe_sampler_view *view; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineBlockFrequencyInfo.cpp | 222 void MachineBlockFrequencyInfo::view(const Twine &Name, bool isSimple) const { in view() function in MachineBlockFrequencyInfo
|
/third_party/skia/src/effects/ |
H A D | SkTableColorFilter.cpp | 187 auto view = std::get<0>(GrMakeCachedBitmapProxyView(context, bitmap, GrMipmapped::kNo)); in Make() local 148 ColorTableEffect(std::unique_ptr<GrFragmentProcessor> inputFP, GrSurfaceProxyView view) ColorTableEffect() argument
|
/third_party/skia/src/gpu/effects/ |
H A D | GrTextureEffect.h | 106 const GrSurfaceProxyView& view() const { return fView; } in view() function in GrTextureEffect
|
/third_party/skia/src/gpu/ |
H A D | GrSurfaceProxyView.h | 29 GrSurfaceProxyView(GrSurfaceProxyView&& view) = default; member in GrSurfaceProxyView 35 GrSurfaceProxyView& operator=(GrSurfaceProxyView&& view) = default; member in GrSurfaceProxyView
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | LRUCache.hpp | 39 class view class in sw::LRUCache 164 LRUCache<KEY, DATA, HASH>::view::view(Entry *entry) in view() function in sw::LRUCache::view [all...] |