Home
last modified time | relevance | path

Searched refs:leadingMarginObject (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.cpp1359 JSRef<JSObject> leadingMarginObject = JSRef<JSObject>::Cast(leadingMargin); in ParseJsLeadingMargin() local
1361 if (leadingMarginObject->HasProperty("pixelMap")) { in ParseJsLeadingMargin()
1362 ParseLeadingMarginPixelMap(leadingMarginObject, margin, leadingMargin); in ParseJsLeadingMargin()
1366 auto widthVal = leadingMarginObject->GetProperty("value"); in ParseJsLeadingMargin()
1371 auto widthUnit = leadingMarginObject->GetProperty("unit"); in ParseJsLeadingMargin()
1384 void JSParagraphStyleSpan::ParseLeadingMarginPixelMap(const JSRef<JSObject>& leadingMarginObject, in ParseLeadingMarginPixelMap() argument
1387 JSRef<JSVal> placeholder = leadingMarginObject->GetProperty("pixelMap"); in ParseLeadingMarginPixelMap()
1394 JSRef<JSVal> sizeVal = leadingMarginObject->GetProperty("size"); in ParseLeadingMarginPixelMap()
H A Djs_span_object.h82 static void ParseLeadingMarginPixelMap(const JSRef<JSObject>& leadingMarginObject,
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp2066 JSRef<JSObject> leadingMarginObject = JSRef<JSObject>::Cast(lm); in ParseParagraphStyle() local
2068 JSRef<JSVal> placeholder = leadingMarginObject->GetProperty("pixelMap"); in ParseParagraphStyle()
2076 JSRef<JSVal> sizeVal = leadingMarginObject->GetProperty("size"); in ParseParagraphStyle()