| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
| H A D | offscreen_canvas_pattern.cpp | 54 void OffscreenCanvasPattern::Fill(const RefPtr<CanvasPath2D>& path) in Fill() argument 64 void OffscreenCanvasPattern::Stroke(const RefPtr<CanvasPath2D>& path) in Stroke() argument 74 void OffscreenCanvasPattern::Clip(const RefPtr<CanvasPath2D>& path) in Clip() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/ |
| H A D | gauge_modifier.cpp | 288 RSPath path; in DrawGauge() local 290 RSRecordingPath path; in DrawGauge() local 304 RSPath path; in DrawIndicator() local 410 RSPath path; PaintMonochromeCircular() local 501 RSPath path; PaintSingleSegmentGradientCircular() local 546 RSPath path; PaintSingleSegmentGradientCircularShadow() local 657 RSPath path; DrawSingleSegmentGradient() local 805 RSPath path; NewDrawIndicator() local 871 CreateDefaultTrianglePath( float pathStartVertexX, float pathStartVertexY, float radius, RSPath& path) CreateDefaultTrianglePath() argument 909 GetDrawPath(RSPath& path, RenderRingInfo& data, float startAngle, float sweepAngle) GetDrawPath() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/ |
| H A D | patternlock_modifier.cpp | 292 RSPath path; in PaintLockLine() local 318 void PatternLockModifier::AddConnectedLineToPath(RSPath& path, const OffsetF& offset) in AddConnectedLineToPath() argument 333 AddCanceledLineToPath(RSPath& path, const OffsetF& offset) AddCanceledLineToPath() argument 419 RSPath path; PaintLightRing() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/ |
| H A D | canvas_rendering_context_2d_model_impl.cpp | 143 std::string CanvasRenderingContext2DModelImpl::GetJsonData(const std::string& path) in GetJsonData() argument 280 SetFillRuleForPath2D( const CanvasFillRule& fillRule, const RefPtr<CanvasPath2D>& path) SetFillRuleForPath2D() argument 288 SetStrokeRuleForPath2D( const CanvasFillRule& fillRule, const RefPtr<CanvasPath2D>& path) SetStrokeRuleForPath2D() argument 310 SetClipRuleForPath2D( const CanvasFillRule& fillRule, const RefPtr<CanvasPath2D>& path) SetClipRuleForPath2D() argument
|
| H A D | offscreen_canvas_rendering_context_2d_model_impl.cpp | 145 std::string OffscreenCanvasRenderingContext2DModelImpl::GetJsonData(const std::string& path) in GetJsonData() argument 282 SetFillRuleForPath2D( const CanvasFillRule& fillRule, const RefPtr<CanvasPath2D>& path) SetFillRuleForPath2D() argument 290 SetStrokeRuleForPath2D( const CanvasFillRule& fillRule, const RefPtr<CanvasPath2D>& path) SetStrokeRuleForPath2D() argument 312 SetClipRuleForPath2D( const CanvasFillRule& fillRule, const RefPtr<CanvasPath2D>& path) SetClipRuleForPath2D() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
| H A D | canvas_renderer.cpp | 238 auto path = canvasPath->GetCanvasPath2d(); in Stroke() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_common_ffi.h | 29 const char* path = ""; member
|
| /foundation/arkui/ace_engine/adapter/ohos/osal/ |
| H A D | resource_adapter_impl_v2.cpp | 64 bool IsDirExist(const std::string& path) in IsDirExist() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/chart/ |
| H A D | rosen_render_chart.cpp | 268 SkPath path; in PaintPoint() local 326 RSRecordingPath path; PaintPoint() local 562 PaintLineEdge( SkCanvas* canvas, SkPath& path, const SegmentInfo segmentInfo, double thickness, bool drawGradient) PaintLineEdge() argument 598 PaintLineEdge( RSCanvas* canvas, RSPath& path, const SegmentInfo segmentInfo, double thickness, bool drawGradient) PaintLineEdge() argument 641 PaintLineGradient( SkCanvas* canvas, SkPath& path, const Rect& paintRect, Color fillColor, const PointInfo& peekPoint) PaintLineGradient() argument 652 PaintLineGradient( RSCanvas* canvas, RSPath& path, const Rect& paintRect, Color fillColor, const PointInfo& peekPoint) PaintLineGradient() argument 705 PaintLine( uint32_t startIndex, const std::vector<LineInfo>& line, SkPath& path, const MainChart& data, const Rect& paintRect) PaintLine() argument 780 AddCubicPath( SkPath& path, const Rect& paintRect, const std::vector<LineInfo>& line, uint32_t index, bool isEnd) AddCubicPath() argument [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/data_panel/ |
| H A D | data_panel_test_ng.cpp | 828 RSPath path; in HWTEST_F() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/gauge/ |
| H A D | gauge_test_ng.cpp | 1320 RSPath path; in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
| H A D | svg_attributes_parser.h | 160 std::string path; member
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | node_slider_modifier.cpp | 392 auto path = AceType::MakeRefPtr<Path>(); in SetSliderBlockPath() local 623 auto path = AceType::DynamicCast<Path>(basicShape); in GetSliderBlockShape() local
|
| /foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
| H A D | drawable_descriptor.cpp | 770 std::string path = (lastPathSepLoc != std::string::npos) ? pathTmp.substr(0, lastPathSepLoc) : ""; in GetStaticMaskClipPath() local
|
| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/ |
| H A D | common_func.cpp | 1025 std::unique_ptr<char[]> path = nullptr; in GetGZOpenArg() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
| H A D | slider_content_modifier.h | 347 RSPath path; member
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
| H A D | extension_ability_info.h | 133 std::string path; member
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
| H A D | installd_interface.h | 315 IsExistFile(const std::string &path, bool &isExist) IsExistFile() argument 320 IsExistApFile(const std::string &path, bool &isExist) IsExistApFile() argument [all...] |
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
| H A D | aot_handler.cpp | 127 std::string path; in GetArkProfilePath() local
|
| /foundation/arkui/ui_lite/frameworks/font/ |
| H A D | ui_font_vector.cpp | 459 int8_t UIFontVector::SetFontPath(const char* path, FontType type) in SetFontPath() argument
|
| /foundation/arkui/napi/module_manager/ |
| H A D | native_module_manager.cpp | 537 NativeModule* NativeModuleManager::LoadNativeModule(const char* moduleName, const char* path, bool isAppModule, in LoadNativeModule() argument 681 GetNativeModulePath(const char* moduleName, const char* path, const char* relativePath, bool isAppModule, char nativeModulePath[][NAPI_PATH_MAX], int32_t pathLength) GetNativeModulePath() argument 863 LoadModuleLibrary(std::string& moduleKey, const char* path, const char* pathKey, const bool isAppModule, std::string& errInfo, uint32_t& errReason) LoadModuleLibrary() argument 982 FindNativeModuleByDisk(const char* moduleName, const char* path, const char* relativePath, bool internal, const bool isAppModule, std::string& errInfo, char nativeModulePath[][NAPI_PATH_MAX], NativeModule* cacheNativeModule) FindNativeModuleByDisk() argument [all...] |
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
| H A D | mock_installd_host_impl.cpp | 179 ErrCode InstalldHostImpl::IsExistFile(const std::string &path, bool &isExist)
in IsExistFile() argument 184 ErrCode InstalldHostImpl::IsExistApFile(const std::string &path, bool &isExist)
in IsExistApFile() argument
|
| H A D | mock_install_client.cpp | 198 ErrCode InstalldClient::IsExistFile(const std::string &path, bool &isExist) in IsExistFile() argument 203 ErrCode InstalldClient::IsExistApFile(const std::string &path, bool &isExist) in IsExistApFile() argument
|
| /foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
| H A D | gt_bundle_manager_service.cpp | 84 char *path = reinterpret_cast<char *>(AdapterMalloc(strlen(hapPath) + 1)); in Install() local 782 AddSystemAppPathList(const char *installedPath, const char *path, List<ToBeInstalledApp *> *systemPathList, bool isSystemApp, bool isUpdated, const char *appId) AddSystemAppPathList() argument 897 char *path = reinterpret_cast<char *>(UI_Malloc(len + 1)); UpdateBundleInfoList() local [all...] |
| H A D | gt_bundle_parser.cpp | 93 bool GtBundleParser::ParseBundleAttr(const char *path, char **bundleName, int32_t &versionCode) in ParseBundleAttr() argument 150 BundleInfo *GtBundleParser::ParseHapProfile(const char *path, BundleRes *bundleRes) in ParseHapProfile() argument 582 BundleInfo *GtBundleParser::CreateBundleInfo(const char *path, const BundleProfile &bundleProfile, in CreateBundleInfo() argument 643 ConvertResInfoToBundleInfo(const char *path, uint32_t labelId, uint32_t iconId, BundleInfo *bundleInfo) ConvertResInfoToBundleInfo() argument [all...] |