Home
last modified time | relevance | path

Searched refs:GetRegion (Results 1 - 10 of 10) sorted by relevance

/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/region_napi/
H A Djs_region.cpp135 if (other->GetRegion() == nullptr) { in OnIsRegionContained()
140 return CreateJsValue(env, m_region->IsRegionContained(*other->GetRegion())); in OnIsRegionContained()
161 if (region->GetRegion() == nullptr) { in OnOp()
175 return CreateJsValue(env, m_region->Op(*region->GetRegion(), op)); in OnOp()
260 if (jsClip->GetRegion() == nullptr) { in OnSetPath()
265 return CreateJsValue(env, m_region->SetPath(*jsPath->GetPath(), *jsClip->GetRegion())); in OnSetPath()
268 Region* JsRegion::GetRegion() in GetRegion() function in OHOS::Rosen::Drawing::JsRegion
H A Djs_region.h43 Region* GetRegion();
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_configuration.cpp49 resConfig->SetLocaleInfo(locale.GetLanguage().c_str(), locale.GetScript().c_str(), locale.GetRegion().c_str()); in InitResourceGlobalConfig()
84 resConfig->SetLocaleInfo(locale.GetLanguage().c_str(), locale.GetScript().c_str(), locale.GetRegion().c_str()); in InitResourceGlobalConfig()
/foundation/arkui/ace_engine/frameworks/bridge/common/plugin_adapter/
H A Dplugin_bridge.cpp59 tmp = SystemProperties::GetRegion(); in ProcessSystemParam()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp219 std::string SystemProperties::GetRegion() in GetRegion() function in OHOS::Ace::SystemProperties
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h254 static std::string GetRegion();
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp637 std::string SystemProperties::GetRegion() in GetRegion() function in OHOS::Ace::SystemProperties
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/
H A Djs_canvas.cpp1276 if (jsRegion->GetRegion() == nullptr) { in OnDrawRegion()
1280 JS_CALL_DRAWING_FUNC(m_canvas->DrawRegion(*jsRegion->GetRegion())); in OnDrawRegion()
1641 Region* region = jsRegion->GetRegion(); in OnClipRegion()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp770 tmp = SystemProperties::GetRegion(); in GetDeviceInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp6130 resConfig->SetLocaleInfo(locale.GetLanguage().c_str(), locale.GetScript().c_str(), locale.GetRegion().c_str()); in GetResourceManager()

Completed in 33 milliseconds