Home
last modified time | relevance | path

Searched refs:dom (Results 1 - 14 of 14) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcanvas_component.h72 const jerry_value_t dom,
77 const jerry_value_t dom,
82 const jerry_value_t dom,
87 const jerry_value_t dom,
92 const jerry_value_t dom,
97 const jerry_value_t dom,
102 const jerry_value_t dom,
107 const jerry_value_t dom,
112 const jerry_value_t dom,
117 const jerry_value_t dom,
[all...]
H A Dcanvas_component.cpp287 const jerry_value_t dom, in GetContext()
299 CanvasComponent *component = static_cast<CanvasComponent *>(ComponentUtils::GetComponentFromBindingObject(dom)); in GetContext()
332 const jerry_value_t dom, in FillStyleSetter()
342 CanvasComponent *component = static_cast<CanvasComponent *>(ComponentUtils::GetComponentFromBindingObject(dom)); in FillStyleSetter()
375 const jerry_value_t dom, in FillStyleGetter()
382 CanvasComponent *component = static_cast<CanvasComponent *>(ComponentUtils::GetComponentFromBindingObject(dom)); in FillStyleGetter()
400 const jerry_value_t dom, in StrokeStyleSetter()
411 CanvasComponent *component = static_cast<CanvasComponent *>(ComponentUtils::GetComponentFromBindingObject(dom)); in StrokeStyleSetter()
445 const jerry_value_t dom, in StrokeStyleGetter()
452 CanvasComponent *component = static_cast<CanvasComponent *>(ComponentUtils::GetComponentFromBindingObject(dom)); in StrokeStyleGetter()
286 GetContext(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) GetContext() argument
331 FillStyleSetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) FillStyleSetter() argument
374 FillStyleGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) FillStyleGetter() argument
399 StrokeStyleSetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) StrokeStyleSetter() argument
444 StrokeStyleGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) StrokeStyleGetter() argument
469 LineWidthSetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) LineWidthSetter() argument
492 LineWidthGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) LineWidthGetter() argument
509 FontSetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) FontSetter() argument
566 FontGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) FontGetter() argument
603 TextAlignSetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) TextAlignSetter() argument
644 TextAlignGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) TextAlignGetter() argument
693 ShadowOffsetXGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) ShadowOffsetXGetter() argument
733 ShadowOffsetYGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) ShadowOffsetYGetter() argument
773 ShadowBlurGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) ShadowBlurGetter() argument
825 ShadowColorGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) ShadowColorGetter() argument
1070 GlobalAlphaGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) GlobalAlphaGetter() argument
1139 GlobalCompositeOperationGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) GlobalCompositeOperationGetter() argument
1158 FillRect(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) FillRect() argument
1192 StrokeRect(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) StrokeRect() argument
1228 FillText(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) FillText() argument
1332 Rotate(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Rotate() argument
1356 Scale(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Scale() argument
1419 Translate(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Translate() argument
1445 Transform(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Transform() argument
1475 SetTransform(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) SetTransform() argument
1504 Save(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Save() argument
1523 Restore(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Restore() argument
1542 DrawCircle(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) DrawCircle() argument
1573 BeginPath(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) BeginPath() argument
1592 MoveTo(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) MoveTo() argument
1621 LineTo(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) LineTo() argument
1650 Rect(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Rect() argument
1713 Arc(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Arc() argument
1772 ClosePath(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) ClosePath() argument
1791 Stroke(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Stroke() argument
1959 Fill(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Fill() argument
[all...]
H A Dimage_animator_component.h82 const jerry_value_t dom,
86 const jerry_value_t dom,
90 const jerry_value_t dom,
94 const jerry_value_t dom,
98 const jerry_value_t dom,
H A Dimage_animator_component.cpp321 const jerry_value_t dom, in StartAnimator()
327 static_cast<ImageAnimatorComponent *>(ComponentUtils::GetComponentFromBindingObject(dom)); in StartAnimator()
342 const jerry_value_t dom, in PauseAnimator()
348 static_cast<ImageAnimatorComponent *>(ComponentUtils::GetComponentFromBindingObject(dom)); in PauseAnimator()
363 const jerry_value_t dom, in ResumeAnimator()
369 static_cast<ImageAnimatorComponent *>(ComponentUtils::GetComponentFromBindingObject(dom)); in ResumeAnimator()
384 const jerry_value_t dom, in StopAnimator()
390 static_cast<ImageAnimatorComponent *>(ComponentUtils::GetComponentFromBindingObject(dom)); in StopAnimator()
405 const jerry_value_t dom, in GetAnimatorState()
411 static_cast<ImageAnimatorComponent *>(ComponentUtils::GetComponentFromBindingObject(dom)); in GetAnimatorState()
320 StartAnimator(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t size) StartAnimator() argument
341 PauseAnimator(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t size) PauseAnimator() argument
362 ResumeAnimator(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t size) ResumeAnimator() argument
383 StopAnimator(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t size) StopAnimator() argument
404 GetAnimatorState(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t size) GetAnimatorState() argument
[all...]
H A Dlist_component.cpp181 JSValue ListComponent::ListScrollTo(const JSValue func, const JSValue dom, in ListScrollTo() argument
189 UIList *list = reinterpret_cast<UIList *>(ComponentUtils::GetViewFromBindingObject(dom)); in ListScrollTo()
H A Dlist_component.h49 static JSValue ListScrollTo(const JSValue func, const JSValue dom, const JSValue args[], const jerry_length_t size);
H A Dcomponent.h480 * @param dom the context of function execution
486 const jerry_value_t dom,
H A Dcomponent.cpp2014 const jerry_value_t dom, in HandleRotationRequest()
2019 UIView *bindedView = ComponentUtils::GetViewFromBindingObject(dom); in HandleRotationRequest()
2013 HandleRotationRequest(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t size) HandleRotationRequest() argument
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_dom.cpp105 LOGE("svg dom is null"); in SvgDom()
162 RefPtr<SvgNode> SvgDom::TranslateSvgNode(const SkDOM& dom, const SkDOM::Node* xmlNode, const RefPtr<SvgNode>& parent) in TranslateSvgNode() argument
164 const char* element = dom.getName(xmlNode); in TranslateSvgNode()
165 if (dom.getType(xmlNode) == SkDOM::kText_Type) { in TranslateSvgNode()
185 ParseAttrs(dom, xmlNode, node); in TranslateSvgNode()
186 for (auto* child = dom.getFirstChild(xmlNode, nullptr); child; child = dom.getNextSibling(child)) { in TranslateSvgNode()
187 const auto& childNode = TranslateSvgNode(dom, child, node); in TranslateSvgNode()
H A Dsvg_dom.h126 RefPtr<SvgNode> TranslateSvgNode(const SkDOM& dom, const SkDOM::Node* xmlNode, const RefPtr<SvgNode>& parent);
/foundation/arkui/ace_engine_lite/test/moduletest/common/
H A Dbasic_tdd_test.cpp183 JSValue dom = JSObject::Get(refs, ref); in GetViewByRef() local
184 if (JSUndefined::Is(dom)) { in GetViewByRef()
186 JSRelease(dom); in GetViewByRef()
189 UIView *view = ComponentUtils::GetViewFromBindingObject(dom); in GetViewByRef()
191 JSRelease(dom); in GetViewByRef()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/
H A Dsvg_dom.cpp132 RefPtr<SvgNode> SvgDom::TranslateSvgNode(const SkDOM& dom, const SkDOM::Node* xmlNode, const RefPtr<SvgNode>& parent) in TranslateSvgNode() argument
134 const char* element = dom.getName(xmlNode); in TranslateSvgNode()
135 if (dom.getType(xmlNode) == SkDOM::kText_Type) { in TranslateSvgNode()
153 ParseAttrs(dom, xmlNode, node); in TranslateSvgNode()
154 for (auto* child = dom.getFirstChild(xmlNode, nullptr); child; child = dom.getNextSibling(child)) { in TranslateSvgNode()
155 const auto& childNode = TranslateSvgNode(dom, child, node); in TranslateSvgNode()
H A Dsvg_dom.h67 RefPtr<SvgNode> TranslateSvgNode(const SkDOM& dom, const SkDOM::Node* xmlNode, const RefPtr<SvgNode>& parent);
/foundation/arkui/ace_engine/test/component_test/tools/previewer_host/main/
H A Dgitee_rest_api.js34 const dom = new JSDOM(data[i].body);
35 const document = dom.window.document;

Completed in 12 milliseconds