Home
last modified time | relevance | path

Searched defs:trans (Results 126 - 150 of 194) sorted by relevance

12345678

/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.cpp836 auto trans = windowToken_->GetTransform(); in Translate() local
870 auto trans = windowToken_->GetTransform(); in Rotate() local
904 auto trans = windowToken_->GetTransform(); Scale() local
[all...]
/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp504 Transform trans; in CheckWindowImplFunctionsPart4() local
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_interface.h205 TransOption trans; member
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile.c1422 DFileTrans *trans = (DFileTrans *)ListPopFront(&session->dFileTransChain); in ClearTransChain() local
H A Dnstackx_dfile_transfer.c50 int32_t DFileTransSendFiles(DFileTrans *trans, FileListInfo *fileListInfo) in DFileTransSendFiles() argument
56 int32_t DFileTransAddExtraInfo(DFileTrans *trans, uint16_t pathType, uint8_t noticeFileNameType, char *userData) in DFileTransAddExtraInfo() argument
1312 static int32_t HandleFileDataFrame(DFileTrans *trans, DFileFram argument
[all...]
/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp424 std::pair<int32_t, int32_t> trans = CalcUnifiedTranslate(pointerEvent); in CalcDragTargetRect() local
572 std::pair<int32_t, int32_t> trans = CalcUnifiedTranslate(pointerEvent); in CalcMoveTargetRect() local
/foundation/window/window_manager/wmserver/src/
H A Dwindow_node.cpp203 void WindowNode::SetTransform(const Transform& trans) in SetTransform() argument
213 void WindowNode::UpdateZoomTransform(const Transform& trans, bool isDisplayZoomOn) in UpdateZoomTransform() argument
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir.cpp860 r600::sfn_log << r600::SfnLog::trans << "Merge registers\n"; in r600_shader_from_nir() member in r600::SfnLog
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_resource.c77 struct vc4_transfer *trans = vc4_transfer(ptrans); in vc4_resource_transfer_unmap() local
107 struct vc4_transfer *trans; in vc4_resource_transfer_map() local
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_draw_hw_select.c362 get_depth_range_transform(nir_builder *b, bool packed, nir_ssa_def **trans) in get_depth_range_transform() argument
377 get_window_space_depth(nir_builder *b, nir_ssa_def *v, nir_ssa_def **trans) in get_window_space_depth() argument
441 nir_ssa_def *trans[2]; in build_point_nir_shader() local
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dwrtxml.cpp501 char16_t* trans = (char16_t*) uprv_malloc(U_SIZEOF_UCHAR * capacity); in printComments() local
/third_party/icu/icu4c/source/tools/genrb/
H A Dwrtxml.cpp501 UChar* trans = (UChar*) uprv_malloc(U_SIZEOF_UCHAR * capacity); in printComments() local
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DDemo.java1224 void addHistory(Transliterator trans) { in addHistory() argument
1357 private void handleBatchTransliterate(Transliterator trans) { in handleBatchTransliterate() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dtestidna.cpp423 NamePrepTransform* trans = NamePrepTransform::createInstance(parseError,transStatus); in debug() local
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c705 struct fd_transfer *trans = fd_transfer(ptrans); global() variable
782 resource_transfer_map_unsync(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level, unsigned usage, const struct pipe_box *box, struct fd_transfer *trans) resource_transfer_map_unsync() argument
971 struct fd_transfer *trans; fd_resource_transfer_map() local
[all...]
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_pipe.c345 struct agx_transfer *trans = agx_transfer(transfer); in agx_transfer_unmap() local
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_sched.cpp211 static inline unsigned bs_cycle(bool trans, unsigned bs, unsigned src) { in bs_cycle() argument
232 unsigned trans = n->bc.slot == SLOT_TRANS; in unreserve() local
260 unsigned trans = n->bc.slot == SLOT_TRANS; in try_reserve() local
442 bool trans = slot == 4; try_reserve() local
[all...]
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_resource.c841 pan_blit_from_staging(struct pipe_context *pctx, struct panfrost_transfer *trans) in pan_blit_from_staging() argument
861 pan_blit_to_staging(struct pipe_context *pctx, struct panfrost_transfer *trans) in pan_blit_to_staging() argument
1284 struct panfrost_transfer *trans = pan_transfer(transfer); panfrost_ptr_unmap() local
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dmakepng.c238 set_color(png_colorp color, png_bytep trans, unsigned int red, in set_color() argument
249 generate_palette(png_colorp palette, png_bytep trans, int bit_depth, in generate_palette() argument
891 png_byte trans[256]; write_png() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dwrtxml.cpp501 UChar* trans = (UChar*) uprv_malloc(U_SIZEOF_UCHAR * capacity); in printComments() local
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime.h980 Time trans; // when the civil-time discontinuity occurred member
1173 Time trans; // when the civil-time discontinuity occurred global() member
[all...]
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dtranslate.rs596 fn trans(&self) -> &Translator { in trans() functions
[all...]
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h64 virtual WMError SetTransform(const Transform& trans) {return WMError::WM_OK;} in SetTransform() argument
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view.cpp352 void UIView::Translate(const Vector2<int16_t>& trans) in Translate() argument
358 void UIView::Translate(const Vector3<int16_t>& trans) in Translate() argument
/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp121 void WindowProperty::SetTransform(const Transform& trans) in SetTransform() argument
127 void WindowProperty::HandleComputeTransform(const Transform& trans) in HandleComputeTransform() argument
158 void WindowProperty::SetZoomTransform(const Transform& trans) in SetZoomTransform() argument
164 ClearTransformZAxisOffset(Transform& trans) ClearTransformZAxisOffset() argument
682 Transform trans; UnmarshallingTransform() local
[all...]

Completed in 40 milliseconds

12345678