Home
last modified time | relevance | path

Searched refs:run_ (Results 1 - 11 of 11) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Drun_impl.cpp23 RunImpl::RunImpl(std::unique_ptr<SPText::Run> run): run_(std::move(run)) in RunImpl()
29 if (!run_) { in GetFont()
32 return run_->GetFont(); in GetFont()
37 if (!run_) { in GetGlyphCount()
40 return run_->GetGlyphCount(); in GetGlyphCount()
45 if (!run_) { in GetGlyphs()
48 return run_->GetGlyphs(); in GetGlyphs()
53 if (!run_) { in GetPositions()
56 return run_->GetPositions(); in GetPositions()
61 if (!run_) { in GetOffsets()
[all...]
H A Drun_impl.h42 void SetSpRunBase(std::unique_ptr<SPText::Run>& run) { run_ = std::move(run); } in SetSpRunBase()
45 std::unique_ptr<SPText::Run> run_ = nullptr; member in OHOS::Rosen::AdapterTxt::RunImpl
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/run_napi/
H A Djs_run.cpp124 run_ = std::move(run); in SetRun()
135 if (!run_) { in OnGetGlyphCount()
139 int64_t count = static_cast<int64_t>(run_->GetGlyphCount()); in OnGetGlyphCount()
151 if (!run_) { in OnGetGlyphs()
170 std::vector<uint16_t> glyphs = run_->GetGlyphs(start, end); in OnGetGlyphs()
189 if (!run_) { in OnGetPositions()
208 std::vector<Drawing::Point> positions = run_->GetPositions(start, end); in OnGetPositions()
227 if (!run_) { in OnGetOffsets()
232 std::vector<Drawing::Point> offsets = run_->GetOffsets(); in OnGetOffsets()
251 if (!run_) { in OnGetFont()
[all...]
H A Djs_run.h59 std::unique_ptr<Run> run_; member in OHOS::Rosen::final
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dspan_model_adapter.cpp35 placeholder->run_.width = drawingPlaceholder->width; in CreateSpanItem()
36 placeholder->run_.height = drawingPlaceholder->height; in CreateSpanItem()
37 placeholder->run_.alignment = static_cast<PlaceholderAlignment>(drawingPlaceholder->alignment); in CreateSpanItem()
38 placeholder->run_.baseline = static_cast<TextBaseline>(drawingPlaceholder->baseline); in CreateSpanItem()
39 placeholder->run_.baseline_offset = drawingPlaceholder->baselineOffset; in CreateSpanItem()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dwatcher_impl.cpp163 if (run_) { in GetNotifyEvent()
167 run_ = true; in GetNotifyEvent()
174 while (run_) { in GetNotifyEvent()
178 run_ = false; in GetNotifyEvent()
253 run_ = false; in CloseNotifyFd()
H A Dwatcher_impl.h92 bool run_ = false; member in OHOS::CJSystemapi::FileWatcherManager
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/
H A Dwatcher_entity.cpp123 run_ = false; in CloseNotifyFd()
184 if (run_) { in GetNotifyEvent()
187 run_ = true; in GetNotifyEvent()
195 while (run_) { in GetNotifyEvent()
199 run_ = false; in GetNotifyEvent()
H A Dwatcher_entity.h71 bool run_ = false; member in OHOS::FileManagement::ModuleFileIO::FileWatcher
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.h511 PlaceholderRun run_; member
526 dumpLog.AddDesc(std::string("Width: ").append(std::to_string(run_.width))); in DumpInfo()
527 dumpLog.AddDesc(std::string("Height: ").append(std::to_string(run_.height))); in DumpInfo()
528 dumpLog.AddDesc(std::string("Alignment: ").append(StringUtils::ToString(run_.alignment))); in DumpInfo()
529 dumpLog.AddDesc(std::string("Baseline: ").append(StringUtils::ToString(run_.baseline))); in DumpInfo()
530 dumpLog.AddDesc(std::string("BaselineOffset: ").append(std::to_string(run_.baseline_offset))); in DumpInfo()
H A Dspan_node.cpp898 run_ = run; in UpdateParagraph()
1017 run_ = run; in UpdateParagraph()

Completed in 9 milliseconds