Home
last modified time | relevance | path

Searched refs:info (Results 13676 - 13700 of 24417) sorted by relevance

1...<<541542543544545546547548549550>>...977

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DIndexSubTableFormat2.java159 BitmapGlyphInfo info = in next()
165 return info; in next()
170 throw new UnsupportedOperationException("Unable to remove a glyph info."); in remove()
/third_party/skia/src/ports/
H A DSkImageEncoder_WIC.cpp54 if (!bitmap.tryAllocPixels(bitmapOrig.info().makeColorType(kBGRA_8888_SkColorType)) || in SkEncodeImageWithWIC()
55 !bitmapOrig.readPixels(bitmap.info(), bitmap.getPixels(), bitmap.rowBytes(), 0, 0)) in SkEncodeImageWithWIC()
/third_party/skia/src/utils/
H A DSkAnimCodecPlayer.cpp31 // Static image -- may or may not have returned a single frame info. in SkAnimCodecPlayer()
132 [](const SkCodec::FrameInfo& info, uint32_t msec) { in seek()
133 return (uint32_t)info.fDuration <= msec; in seek()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/android/
H A DAngleNativeTest.cpp47 void SignalHandler(int sig, siginfo_t *info, void *reserved) in SignalHandler() argument
51 g_old_sa[sig].sa_sigaction(sig, info, reserved); in SignalHandler()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-trak-table.hh179 if (!(buffer->info[start].mask & trak_mask)) continue; in apply()
192 if (!(buffer->info[start].mask & trak_mask)) continue; in apply()
/third_party/skia/third_party/externals/tint/tools/src/glob/
H A Dglob.go34 err := filepath.Walk(root, func(path string, info os.FileInfo, err error) error {
48 if !info.IsDir() {
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_field.h171 const FieldGeneratorInfo* info,
176 const OneofGeneratorInfo* info,
/third_party/skia/modules/skparagraph/src/
H A DOneLineShaper.h87 Buffer runBuffer(const RunInfo& info) override {
89 info,
/third_party/skia/gm/
H A Dlcdblendmodes.cpp74 SkImageInfo info = SkImageInfo::MakeN32Premul(kWidth, kHeight); variable
76 auto surface(ToolUtils::makeSurface(canvas, info, &props));
H A Ddftext_blob_persp.cpp67 SkImageInfo info = SkImageInfo::MakeN32(size.width(), size.height(), kPremul_SkAlphaType, variable
73 auto surface = SkSurface::MakeRenderTarget(ctx, SkBudgeted::kNo, info, 0, &props);
H A Druntimecolorfilter.cpp122 auto info = SkImageInfo::Make({128, 128}, in DEF_SIMPLE_GM() local
126 auto surf = SkSurface::MakeRaster(info); in DEF_SIMPLE_GM()
H A Dtextblobmixedsizes.cpp111 SkImageInfo info = SkImageInfo::MakeN32(size.width(), size.height(), variable
118 surface = SkSurface::MakeRenderTarget(ctx, SkBudgeted::kNo, info, 0, &props);
H A Dtextblobrandomfont.cpp121 SkImageInfo info = SkImageInfo::Make(kWidth, kHeight, canvas->imageInfo().colorType(), variable
125 auto surface(ToolUtils::makeSurface(canvas, info, &props));
/third_party/rust/crates/rustix/tests/process/
H A Dprctl.rs187 let info = rustix::process::uname(); in load_linux_kernel_config()
188 let release = info in load_linux_kernel_config()
/drivers/hdf_core/framework/support/platform/src/regulator/
H A Dregulator_core.c148 HDF_LOGD("RegulatorNodeSetChild: node[%s] parent is %s, tree info process!", in RegulatorNodeSetChild()
158 HDF_LOGD("RegulatorNodeSetChild: the node %s child info process success", parent->regulatorInfo.name); in RegulatorNodeSetChild()
247 // init node info in RegulatorNodeAdd()
346 struct RegulatorStatusChangeInfo info; in RegulatorNodeStatusCb() local
347 (void)memset_s(&info, sizeof(struct RegulatorStatusChangeInfo), 0, sizeof(struct RegulatorStatusChangeInfo)); in RegulatorNodeStatusCb()
349 info.status = node->regulatorInfo.status; in RegulatorNodeStatusCb()
350 info.name = node->regulatorInfo.name; in RegulatorNodeStatusCb()
351 HDF_LOGI("RegulatorNodeStatusCb: Cb %s %u", info.name, info.status); in RegulatorNodeStatusCb()
353 return node->regulatorInfo.cb(&info); in RegulatorNodeStatusCb()
[all...]
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_adapter_info_common.cpp157 HDF_LOGE("no adapter info"); in AudioAdapterExist()
259 static int32_t AudioAdapterParsePort(struct AudioPort *info, const cJSON *port) in AudioAdapterParsePort() argument
267 if (info == NULL || port == NULL) { in AudioAdapterParsePort()
283 info->dir = (AudioPortDirection)ret; in AudioAdapterParsePort()
295 info->portId = (uint32_t)tmpId; in AudioAdapterParsePort()
307 info->portName = static_cast<char *>(calloc(1, PORT_NAME_LEN)); in AudioAdapterParsePort()
308 if (info->portName == NULL) { in AudioAdapterParsePort()
313 ret = memcpy_s(static_cast<void *>(const_cast<char *>(info->portName)), PORT_NAME_LEN, in AudioAdapterParsePort()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h173 void DumpConnectInfo(std::string& info);
174 void DumpSessionsLocked(const std::list<ConnectAbilitySession>& sessionsList, std::string& info);
175 void DumpElementLocked(const std::list<AppExecFwk::ElementName>& elementsList, std::string& info);
196 int32_t StartFreeInstallFromRemote(const FreeInstallInfo& info, int64_t taskId) override;
198 int32_t NotifyCompleteFreeInstall(const FreeInstallInfo& info, int64_t taskId, int32_t resultCode);
275 int32_t StartLocalAbility(const FreeInstallInfo& info, int64_t taskId, int32_t resultCode);
277 int32_t HandleRemoteNotify(const FreeInstallInfo& info, int64_t taskId, int32_t resultCode);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_scheduler_proxy.cpp924 std::unique_ptr<Uri> info(reply.ReadParcelable<Uri>()); in NormalizeUri()
925 if (!info) { in NormalizeUri()
929 return *info; in NormalizeUri()
965 std::unique_ptr<Uri> info(reply.ReadParcelable<Uri>()); in DenormalizeUri()
966 if (!info) { in DenormalizeUri()
970 return *info; in DenormalizeUri()
1073 void AbilitySchedulerProxy::DumpAbilityInfo(const std::vector<std::string> &params, std::vector<std::string> &info) in DumpAbilityInfo() argument
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_proxy.cpp138 std::unique_ptr<MallocInfo> info(reply.ReadParcelable<MallocInfo>()); in ScheduleHeapMemory()
139 if (info == nullptr) { in ScheduleHeapMemory()
143 mallocInfo = *info; in ScheduleHeapMemory()
146 void AppSchedulerProxy::ScheduleJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info) in ScheduleJsHeapMemory() argument
157 data.WriteParcelable(&info); in ScheduleJsHeapMemory()
186 void AppSchedulerProxy::ScheduleLaunchAbility(const AbilityInfo &info, const sptr<IRemoteObject> &token, in ScheduleLaunchAbility() argument
195 data.WriteParcelable(&info); in ScheduleLaunchAbility()
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer_circle.cpp185 void RenderIndexerCircle::HandleTouchDown(const TouchEventInfo& info) in HandleTouchDown() argument
191 if (info.GetTouches().empty()) { in HandleTouchDown()
194 Offset position = info.GetTouches().front().GetLocalLocation(); in HandleTouchDown()
238 void RenderIndexerCircle::HandleTouchUp(const TouchEventInfo& info) in HandleTouchUp() argument
245 void RenderIndexerCircle::HandleTouchMove(const TouchEventInfo& info) in HandleTouchMove() argument
250 if (info.GetTouches().empty()) { in HandleTouchMove()
253 Offset position = info.GetTouches().front().GetLocalLocation(); in HandleTouchMove()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_pattern.cpp731 auto& info = layoutedItemInfo_.value(); in NotifyDataChange() local
732 info.startIndex = std::max(info.startIndex + count, 0); in NotifyDataChange()
733 info.endIndex = std::max(info.endIndex + count, 0); in NotifyDataChange()
736 info.startIndex += -count % lanes_; in NotifyDataChange()
738 info.endIndex -= count % lanes_; in NotifyDataChange()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dstylus_detector_mgr.cpp595 NotifyInfo info; in IsNeedInterceptedTouchEvent() local
596 info.componentId = frameNode->GetId(); in IsNeedInterceptedTouchEvent()
597 nodeId_ = info.componentId; in IsNeedInterceptedTouchEvent()
602 info.x = touchEvent.screenX; in IsNeedInterceptedTouchEvent()
603 info.y = touchEvent.screenY; in IsNeedInterceptedTouchEvent()
604 info.bundleName = bundleName; in IsNeedInterceptedTouchEvent()
610 return Notify(info); in IsNeedInterceptedTouchEvent()
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_arrow_test_ng.cpp47 MouseInfo info; in HandleMouseEvent() local
48 info.SetLocalLocation(mousePoint); in HandleMouseEvent()
49 pattern_->mouseEvent_->GetOnMouseEventFunc()(info); in HandleMouseEvent()
598 MouseInfo info; in HWTEST_F() local
929 GestureEvent info; in HWTEST_F() local
930 info.SetSourceDevice(SourceType::KEYBOARD); in HWTEST_F()
938 callback(info); in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_type.h2068 * @brief defines the measure info of the custom span.
2082 * @brief defines the draw info of the custom span.
3650 void OH_ArkUI_CustomSpanMeasureInfo_Dispose(ArkUI_CustomSpanMeasureInfo* info);
3655 * @param info 自定义段落组件测量信息指针。
3659 float OH_ArkUI_CustomSpanMeasureInfo_GetFontSize(ArkUI_CustomSpanMeasureInfo* info);
3713 void OH_ArkUI_CustomSpanDrawInfo_Dispose(ArkUI_CustomSpanDrawInfo* info);
3718 * @param info 自定义段落组件绘制信息指针。
3722 float OH_ArkUI_CustomSpanDrawInfo_GetXOffset(ArkUI_CustomSpanDrawInfo* info);
3727 * @param info 自定义段落组件绘制信息指针。
3731 float OH_ArkUI_CustomSpanDrawInfo_GetLineTop(ArkUI_CustomSpanDrawInfo* info);
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp225 void OnNotifyMsgReportFromLpDevice(FilterIdxInfo &info, int msgType,
544 impl::ScanCallbackInfo info; in RegisterBleCentralManagerCallback()
545 info.pid = pid; in RegisterBleCentralManagerCallback()
546 info.uid = uid; in RegisterBleCentralManagerCallback()
547 info.isStart = false; in RegisterBleCentralManagerCallback()
548 info.callback = callback; in RegisterBleCentralManagerCallback()
549 pimpl->scanCallbackInfo_.push_back(info); in RegisterBleCentralManagerCallback()

Completed in 34 milliseconds

1...<<541542543544545546547548549550>>...977