/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test.cpp | 48 RSProperties properties; variable 63 RSProperties properties; variable 80 RSProperties properties; variable 93 RSProperties properties; variable 109 RSProperties properties; variable 125 RSProperties properties; variable 326 properties.Dump(); 335 properties.Dump(); 343 properties.Dump(); 372 properties.Dump(); [all …]
|
H A D | rs_properties_test2.cpp | 50 RSProperties properties; variable 66 RSProperties properties; variable 86 RSProperties properties; variable 106 RSProperties properties; variable 125 RSProperties properties; variable 148 RSProperties properties; variable 214 RSProperties properties; variable 282 RSProperties properties; variable 302 RSProperties properties; variable 319 RSProperties properties; variable [all …]
|
H A D | rs_properties_painter_test.cpp | 179 RSProperties properties; variable 215 RSProperties properties; variable 231 RSProperties properties; variable 251 RSProperties properties; variable 272 RSProperties properties; variable 293 RSProperties properties; variable 314 RSProperties properties; variable 331 RSProperties properties; variable 348 RSProperties properties; variable 369 RSProperties properties; variable [all …]
|
H A D | rs_property_drawable_bounds_geometry_test.cpp | 459 properties.SetClipBounds(path); 518 properties.SetBorderWidth(width); 547 RSProperties properties; variable 575 RSProperties properties; variable 605 properties.SetBorderWidth(width); 633 properties.SetBorderWidth(width); 654 RSProperties properties; variable 714 properties.SetMask(mask); 884 properties.SetLightUpEffect(0.f); 920 properties.SetAiInvert(aiInvert); [all …]
|
H A D | rs_property_drawable_test.cpp | 49 RSProperties properties; variable 66 properties.SetBorderWidth(width); 76 properties.border_ = nullptr; 77 properties.outline_ = nullptr; 177 properties.clipToBounds_ = true; 182 properties.clipRRect_ = rect; 190 properties.colorBlendMode_ = 1; 211 properties.clipToFrame_ = true; 255 properties.clipToBounds_ = true; 257 properties.clipRRect_ = rect; [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_dump.cpp | 233 …json["Bounds"] = { properties.GetBoundsPositionX(), properties.GetBoundsPositionY(), properties.Ge… in DumpNodeProperties() 235 …json["Frame"] = { properties.GetFramePositionX(), properties.GetFramePositionY(), properties.GetFr… in DumpNodeProperties() 238 if (!properties.GetVisible()) { in DumpNodeProperties() 252 if (properties.clipToBounds_) { in DumpNodePropertiesClip() 255 if (properties.clipToFrame_) { in DumpNodePropertiesClip() 299 out["CornerRadius"] = { properties.GetCornerRadius().x_, properties.GetCornerRadius().y_, in DumpNodePropertiesDecoration() 300 properties.GetCornerRadius().z_, properties.GetCornerRadius().w_ }; in DumpNodePropertiesDecoration() 333 out["BgImage"] = { properties.GetBgImagePositionX(), properties.GetBgImagePositionY(), in DumpNodePropertiesDecoration() 334 properties.GetBgImageWidth(), properties.GetBgImageHeight() }; in DumpNodePropertiesDecoration() 365 if (properties.border_ && properties.border_->HasBorder()) { in DumpNodePropertiesEffects() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproperty_fuzzer/ |
H A D | rsproperty_fuzzer.cpp | 108 properties.SetBounds(bounds); in RSPropertiesFuzzTestInner01() 115 properties.SetFrame(frame); in RSPropertiesFuzzTestInner01() 123 properties.SetPivot(pivot); in RSPropertiesFuzzTestInner01() 179 properties.SetScale(scale); in RSPropertiesFuzzTestInner02() 180 properties.SetSkew(skew); in RSPropertiesFuzzTestInner02() 181 properties.SetPersp(persp); in RSPropertiesFuzzTestInner02() 182 properties.SetAlpha(alpha); in RSPropertiesFuzzTestInner02() 257 properties.SetScaleX(sx); in RSPropertiesFuzzTestInner04() 258 properties.SetScaleY(sy); in RSPropertiesFuzzTestInner04() 282 RSProperties properties; in RSPropertiesFuzzTest() local [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | wgl_state.cpp | 188 void FillProperties(DevicePropertiesGL& properties) in FillProperties() argument 191 glGetIntegerv(GL_MAX_TEXTURE_SIZE, &properties.maxTextureSize); in FillProperties() 197 glGetFloati_v(GL_MAX_VIEWPORT_DIMS, 0, properties.maxViewportDims); in FillProperties() 199 glGetIntegerv(GL_MAX_VIEWPORTS, &properties.maxViewports); in FillProperties() 203 glGetIntegerv(GL_MAJOR_VERSION, &properties.majorVersion); in FillProperties() 204 glGetIntegerv(GL_MINOR_VERSION, &properties.minorVersion); in FillProperties() 208 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &properties.maxVertexAttribs); in FillProperties() 272 glGetIntegerv(GL_MAX_IMAGE_UNITS, &properties.maxImageUnits); in FillProperties() 290 glGetIntegerv(GL_MAX_SAMPLES, &properties.maxSamples); in FillProperties() 295 glGetIntegerv(GL_MAX_DRAW_BUFFERS, &properties.maxDrawBuffers); in FillProperties() [all …]
|
H A D | egl_state.cpp | 357 void FillProperties(DevicePropertiesGLES& properties) in FillProperties() argument 364 glGetIntegerv(GL_MAX_TEXTURE_SIZE, &properties.maxTextureSize); in FillProperties() 366 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &properties.maxVertexAttribs); in FillProperties() 369 glGetFloatv(GL_MAX_VIEWPORT_DIMS, properties.maxViewportDims); in FillProperties() 374 glGetIntegerv(GL_MAX_3D_TEXTURE_SIZE, &properties.max3DTextureSize); in FillProperties() 380 glGetIntegerv(GL_MAX_DRAW_BUFFERS, &properties.maxDrawBuffers); in FillProperties() 381 glGetInteger64v(GL_MAX_ELEMENT_INDEX, &properties.maxElementIndex); in FillProperties() 389 glGetIntegerv(GL_MAX_SAMPLES, &properties.maxSamples); in FillProperties() 391 glGetFloatv(GL_MAX_TEXTURE_LOD_BIAS, &properties.maxTextureLodBias); in FillProperties() 435 glGetIntegerv(GL_MAX_IMAGE_UNITS, &properties.maxImageUnits); in FillProperties() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable_bounds_geometry.cpp | 125 OnBoundsChange(properties); in RSBorderDRRectDrawable() 151 OnBoundsChange(properties); in RSBorderFourLineDrawable() 159 rect_ = properties.GetBoundsRect().MakeOutset(properties.GetOutline()->GetWidthFour()); in OnBoundsChange() 177 OnBoundsChange(properties); in RSBorderPathDrawable() 209 OnBoundsChange(properties); in RSBorderFourLineRoundCornerDrawable() 437 …if (properties.IsSpherizeValid() || properties.IsAttractionValid() || !properties.IsShadowValid() … in Generate() 454 : offsetX_(properties.GetShadowOffsetX()), offsetY_(properties.GetShadowOffsetY()), in RSShadowBaseDrawable() 459 : RSShadowBaseDrawable(properties), radius_(properties.GetShadowRadius()) in RSShadowDrawable() 518 : RSShadowBaseDrawable(properties), shadowElevation_(properties.GetShadowElevation()) in RSHardwareAccelerationShadowDrawable() 563 node_ = properties.backref_; in RSColorfulShadowDrawable() [all …]
|
H A D | rs_properties_painter.cpp | 227 if (properties.GetShadowPath() && properties.GetShadowPath()->GetDrawingPath().IsValid()) { in GetShadowDirtyRect() 238 path.Offset(properties.GetShadowOffsetX(), properties.GetShadowOffsetY()); in GetShadowDirtyRect() 290 if (properties.IsSpherizeValid() || !properties.IsShadowValid() || in DrawShadow() 297 … properties.GetShadowElevation(), properties.GetShadowRadius(), properties.GetShadowOffsetX(), in DrawShadow() 301 if (properties.GetShadowPath() && properties.GetShadowPath()->GetDrawingPath().IsValid()) { in DrawShadow() 349 canvas.Translate(properties.GetShadowOffsetX(), properties.GetShadowOffsetY()); in DrawColorfulShadowInner() 412 path.Offset(properties.GetShadowOffsetX(), properties.GetShadowOffsetY()); in DrawShadowInner() 657 tmpFilter->SetGeometry(canvas, properties.GetFrameWidth(), properties.GetFrameHeight()); in DrawFilter() 1134 properties.GetRRect(); in GetRRectForDrawingBorder() 1143 return isOutline ? properties.GetRRect() : properties.GetInnerRRect(); in GetInnerRRectForDrawingBorder() [all …]
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | unified_data_properties_napi.cpp | 33 size_t count = sizeof(properties) / sizeof(properties[0]); in Constructor() 60 delete properties; in Destructor() 77 ASSERT_ERR(ctxt->env, (properties != nullptr && properties->value_ != nullptr), in GetExtras() 96 ASSERT_ERR(ctxt->env, (properties != nullptr && properties->value_ != nullptr), in SetExtras() 107 ASSERT_ERR(ctxt->env, (properties != nullptr && properties->value_ != nullptr), in GetTag() 127 ASSERT_ERR(ctxt->env, (properties != nullptr && properties->value_ != nullptr), in SetTag() 138 ASSERT_ERR(ctxt->env, (properties != nullptr && properties->value_ != nullptr), in GetShareOptions() 160 ASSERT_ERR(ctxt->env, (properties != nullptr && properties->value_ != nullptr), in SetShareOptions() 171 ASSERT_ERR(ctxt->env, (properties != nullptr && properties->value_ != nullptr), in GetTimestamp() 183 ASSERT_ERR(ctxt->env, (properties != nullptr && properties->value_ != nullptr), in GetDelayData() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties_painter.h | 41 static void DrawBackground(const RSProperties& properties, RSPaintFilterCanvas& canvas, 43 static void GetShadowDirtyRect(RectI& dirtyShadow, const RSProperties& properties, 46 const RSProperties& properties, const bool isAbsCoordinate = true); 51 const RSProperties& properties, const bool isAbsCoordinate = true); 55 const RSProperties& properties, const bool isAbsCoordinate = true); 73 static void DrawBorder(const RSProperties& properties, Drawing::Canvas& canvas); 74 static void DrawOutline(const RSProperties& properties, Drawing::Canvas& canvas); 75 static void DrawLight(const RSProperties& properties, Drawing::Canvas& canvas); 83 static void DrawMask(const RSProperties& properties, Drawing::Canvas& canvas); 115 static void DrawLightInner(const RSProperties& properties, Drawing::Canvas& canvas, [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_alert_dialog_ffi.cpp | 48 properties.title = std::string(alertDialog.title); in ParseAlertDialogConfirm() 57 properties.autoCancel = alertDialog.autoCancel; in ParseAlertDialogConfirm() 79 properties.offset = DimensionOffset(dx, dy); in ParseAlertDialogConfirm() 82 properties.gridCount = alertDialog.gridCount; in ParseAlertDialogConfirm() 98 properties.isModal = alertDialog.isModal; in ParseAlertDialogConfirm() 102 properties.backgroundColor = backgroundColor; in ParseAlertDialogConfirm() 108 properties.backgroundBlurStyle = blurStyle; in ParseAlertDialogConfirm() 113 DialogProperties& properties, in ParseButtonObj() argument 156 properties.buttons.emplace_back(buttonInfo); in ParseButtonObj() 169 ParseButtonObj(properties, confirm, "confirm"); in FfiOHOSShowAlertDialogParamWithConfirm() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/ |
H A D | js_alert_dialog.cpp | 185 properties.buttons.clear(); in ParseButtons() 217 properties.title = title; in ParseDialogTitleAndMessage() 224 properties.subtitle = subtitle; in ParseDialogTitleAndMessage() 231 properties.content = message; in ParseDialogTitleAndMessage() 259 properties.shadow = shadow; in ParseAlertShadow() 315 properties.borderRadius = radius; in ParseAlertRadius() 346 Dimension offsetX = isRtl ? properties.offset.GetX() * (-1) : properties.offset.GetX(); in ParseAlertOffset() 347 properties.offset.SetX(offsetX); in ParseAlertOffset() 357 properties.maskRect = maskRect; in ParseAlertMaskRect() 383 ParseTextStyle(properties, obj); in Show() [all …]
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/ |
H A D | BUILD.gn | 143 "${src_path}/mod_fs/properties", 155 "src/mod_fs/properties/close.cpp", 157 "src/mod_fs/properties/fsync.cpp", 158 "src/mod_fs/properties/lstat.cpp", 160 "src/mod_fs/properties/open.cpp", 162 "src/mod_fs/properties/rename.cpp", 164 "src/mod_fs/properties/stat.cpp", 166 "src/mod_fs/properties/utimes.cpp", 225 "src/mod_fs/properties/copy.cpp", 234 "src/mod_fs/properties/dup.cpp", [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/ |
H A D | BUILD.gn | 24 # #properties 25 "properties/alignment.cpp", 27 "properties/border.cpp", 28 "properties/border_edge.cpp", 31 "properties/clip_path.cpp", 32 "properties/color.cpp", 34 "properties/decoration.cpp", 35 "properties/edge.cpp", 38 "properties/scroll_bar.cpp", 39 "properties/shadow.cpp", [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/ |
H A D | js_action_sheet.cpp | 115 properties.title = title; in ParseTitleAndMessage() 122 properties.subtitle = subtitle; in ParseTitleAndMessage() 129 properties.content = message; in ParseTitleAndMessage() 182 properties.buttons.clear(); in ParseConfirmButton() 194 properties.shadow = shadow; in ParseShadow() 286 Dimension offsetX = isRtl ? properties.offset.GetX() * (-1) : properties.offset.GetX(); in ParseOffset() 319 DialogProperties properties { in Show() local 328 ParseShadow(properties, obj); in Show() 330 ParseRadius(properties, obj); in Show() 332 ParseOffset(properties, obj); in Show() [all …]
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/test/unittest/pasteboardapi/ |
H A D | PasteBoardUdmfDelayJsunit.test.js | 210 data.properties = properties; 236 data.properties = properties; 266 data.properties = properties; 296 data.properties = properties; 326 data.properties = properties; 356 data.properties = properties; 385 data.properties = properties; 414 data.properties = properties; 443 data.properties = properties; 472 data.properties = properties; [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_delegate_manager.cpp | 96 properties.SetSchema(schema); in InitPropWithNbOption() 144 properties.SetIntProp(KvDBProperties::DATABASE_TYPE, in InitPropWithOption() 211 KvDBProperties properties; in GetKvStore() local 214 DBCommon::SetDatabaseIds(properties, dbIdParam); in GetKvStore() 332 KvDBProperties properties; in GetKvStore() local 335 DBCommon::SetDatabaseIds(properties, dbIdParam); in GetKvStore() 417 KvDBProperties properties; in DeleteKvStore() local 420 DBCommon::SetDatabaseIds(properties, dbIdParam); in DeleteKvStore() 421 int errCode = KvDBManager::RemoveDatabase(properties); in DeleteKvStore() 487 KvDBProperties properties; in GetKvStoreDiskSize() local [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable_background.cpp | 71 if (!properties.IsShadowValid() || properties.GetShadowMask()) { in OnUpdate() 76 properties.GetClipBounds(), properties.GetRRect()); in OnUpdate() 77 stagingOffsetX_ = properties.GetShadowOffsetX(); in OnUpdate() 78 stagingOffsetY_ = properties.GetShadowOffsetY(); in OnUpdate() 80 stagingColor_ = properties.GetShadowColor(); in OnUpdate() 83 stagingRadius_ = properties.GetShadowRadius(); in OnUpdate() 231 if (properties.IsBgBrightnessValid()) { in OnUpdate() 462 stagingBgImage_ = properties.GetBgImage(); in OnUpdate() 728 if (!properties.IsDynamicLightUpValid()) { in OnGenerate() 733 properties.GetDynamicLightUpRate().value(), properties.GetDynamicLightUpDegree().value()); in OnGenerate() [all …]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/ |
H A D | get_object_props_supported_data.cpp | 94 UInt16List properties; in Maker() local 95 GetObjectProps(properties); in Maker() 96 MtpPacketTool::PutAUInt16(outBuffer, properties.data(), properties.size()); in Maker() 110 void GetObjectPropsSupportedData::GetObjectProps(UInt16List &properties) in GetObjectProps() argument 112 properties.assign(FILE_PROPERTIES.begin(), FILE_PROPERTIES.end()); in GetObjectProps() 119 properties.insert(properties.end(), IMAGE_PROPERTIES.begin(), IMAGE_PROPERTIES.end()); in GetObjectProps() 127 properties.insert(properties.end(), AUDIO_PROPERTIES.begin(), AUDIO_PROPERTIES.end()); in GetObjectProps() 133 properties.insert(properties.end(), VIDEO_PROPERTIES.begin(), VIDEO_PROPERTIES.end()); in GetObjectProps()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | kvdb_manager.cpp | 118 int errCode = CheckDatabaseFileStatus(properties); in ExecuteRemoveDatabase() 127 errCode = CreateRemoveStateFlagFile(properties); in ExecuteRemoveDatabase() 140 innerErrCode = kvdb->RemoveKvDB(properties); in ExecuteRemoveDatabase() 154 RemoveDBDirectory(properties); in ExecuteRemoveDatabase() 337 if (!CheckOpenDBOptionWithCached(properties, kvDB)) { in GetDatabaseConnection() 530 innerErrCode = kvDB->GetKvDBSize(properties, dbSize); in CalculateKvStoreSize() 654 errCode = ExecuteRemoveDatabase(properties); in RemoveDatabase() 700 KvDBProperties properties = kvDB->GetMyProperties(); in SaveKvDBToCache() local 932 SchemaObject inputSchema = properties.GetSchema(); in CheckSchema() 1019 properties.GetPassword(inputType, inputPasswd); in CheckKvDBProperties() [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_store_instance.cpp | 67 static IRelationalStore *GetFromCache(const RelationalDBProperties &properties, int &errCode) in GetFromCache() argument 89 void RelationalStoreInstance::RemoveKvDBFromCache(const RelationalDBProperties &properties) in RemoveKvDBFromCache() argument 114 db->OnClose([this, properties]() { in OpenDatabase() 116 this->RemoveKvDBFromCache(properties); in OpenDatabase() 119 errCode = db->Open(properties); in OpenDatabase() 127 SaveRelationalDBToCache(db, properties); in OpenDatabase() 134 auto *db = GetFromCache(properties, errCode); in GetDataBase() 152 db = manager->OpenDatabase(properties, errCode); in GetDataBase() 196 std::string identifier = properties.GetStringProp(DBProperties::IDENTIFIER_DATA, ""); in GetDatabaseConnection() 205 IRelationalStore *db = GetDataBase(properties, errCode, isNeedIfOpened); in GetDatabaseConnection() [all …]
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-attribute-animation-overview.md | 4 … multitude of properties, such as size, layout, and location, for controlling behavior of the owni… 13 - Animatable properties: 15 - Built-in animatable properties 28 …- Custom animatable properties: animatable properties abstracted through the custom property anima… 30 - Non-animatable properties: **zIndex** and **focusable**, among others. 36 Animatable properties include both built-in and custom properties. 39 …lt-in animatable properties: system-provided component properties for changing the UI, for example… 41 …properties: properties made animatable with the use of the [@AnimatableExtend](../quick-start/arkt…
|