Searched refs:GetRegion (Results 1 - 10 of 10) sorted by relevance
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/region_napi/ |
H A D | js_region.cpp | 135 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 D | js_region.h | 43 Region* GetRegion();
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_configuration.cpp | 49 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 D | plugin_bridge.cpp | 59 tmp = SystemProperties::GetRegion(); in ProcessSystemParam()
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | system_properties.cpp | 219 std::string SystemProperties::GetRegion() in GetRegion() function in OHOS::Ace::SystemProperties
|
/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | system_properties.h | 254 static std::string GetRegion();
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | system_properties.cpp | 637 std::string SystemProperties::GetRegion() in GetRegion() function in OHOS::Ace::SystemProperties
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/ |
H A D | js_canvas.cpp | 1276 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 D | jsi_engine.cpp | 770 tmp = SystemProperties::GetRegion(); in GetDeviceInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_data_mgr.cpp | 6130 resConfig->SetLocaleInfo(locale.GetLanguage().c_str(), locale.GetScript().c_str(), locale.GetRegion().c_str()); in GetResourceManager()
|
Completed in 34 milliseconds