Home
last modified time | relevance | path

Searched refs:ROSEN_LOGE (Results 1 – 25 of 157) sorted by relevance

1234567

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_keyframe_animation.cpp42 ROSEN_LOGE("Failed to add key frame, fraction is invalid!"); in AddKeyframe()
47 ROSEN_LOGE("Failed to add key frame, animation has started!"); in AddKeyframe()
58 ROSEN_LOGE("Failed to add key frame, animation has started!"); in AddKeyframes()
69 ROSEN_LOGE("Failed to add key frame, startDuration larger than endDuration!"); in AddKeyframe()
74 ROSEN_LOGE("Failed to add key frame, animation has started!"); in AddKeyframe()
79 ROSEN_LOGE("Failed to add key frame, total duration is 0!"); in AddKeyframe()
120 ROSEN_LOGE("RSRenderKeyframeAnimation::Marshalling, Write size failed"); in Marshalling()
126 ROSEN_LOGE("RSRenderKeyframeAnimation::Marshalling, Write value failed"); in Marshalling()
137 ROSEN_LOGE("RSRenderKeyframeAnimation::Unmarshalling, ParseParam failed"); in Unmarshalling()
156 ROSEN_LOGE("RSRenderKeyframeAnimation::ParseParam, Parse Keyframes size fail"); in ParseParam()
[all …]
H A Drs_render_path_animation.cpp53 ROSEN_LOGE("Failed to enable rotate, path animation has started!"); in SetRotationMode()
68 ROSEN_LOGE("Failed to set begin fraction, path animation has started!"); in SetBeginFraction()
88 ROSEN_LOGE("Failed to set end fraction, path animation has started!"); in SetEndFraction()
137 ROSEN_LOGE("RSRenderPathAnimation::Marshalling, write failed"); in Marshalling()
179 ROSEN_LOGE("RSRenderPathAnimation::ParseParam, Parse values failed"); in ParseParam()
192 ROSEN_LOGE("Failed to animate motion path, path is null!"); in OnAnimate()
227 ROSEN_LOGE("Failed to remove on completion, target is null!"); in OnRemoveOnCompletion()
239 ROSEN_LOGE("RSRenderPathAnimation::OnAttach, target is nullptr"); in OnAttach()
260 ROSEN_LOGE("RSRenderPathAnimation::OnDetach, target is nullptr"); in OnDetach()
298 ROSEN_LOGE("Unknow rotate mode!"); in SetRotationValue()
[all …]
H A Drs_render_transition.cpp37 ROSEN_LOGE("RSRenderTransition::Marshalling, step1 failed"); in Marshalling()
43 ROSEN_LOGE("RSRenderTransition::Marshalling, step2 failed"); in Marshalling()
53 ROSEN_LOGE("RSRenderTransition::Unmarshalling, ParseParam Failed"); in Unmarshalling()
63 ROSEN_LOGE("RSRenderTransition::ParseParam, RenderAnimation failed"); in ParseParam()
67 ROSEN_LOGE("RSRenderTransition::ParseParam, effect failed"); in ParseParam()
71 ROSEN_LOGE("RSRenderTransition::ParseParam, transition direction failed"); in ParseParam()
76 ROSEN_LOGE("RSRenderTransition::ParseParam, interpolator is nullptr"); in ParseParam()
97 ROSEN_LOGE("RSRenderTransition::OnAttach, target is nullptr"); in OnAttach()
121 ROSEN_LOGE("RSRenderTransition::OnDetach, target is nullptr"); in OnDetach()
H A Drs_interpolator.cpp52 ROSEN_LOGE("RSInterpolator Id overflow"); in GenerateId()
73 ROSEN_LOGE("RSInterpolator::Unmarshalling read type failed"); in Unmarshalling()
104 ROSEN_LOGE("RSInterpolator::Unmarshalling, sharePtr is nullptr."); in Unmarshalling()
122 ROSEN_LOGE("RSInterpolator::Unmarshalling, cached weak pointer expired."); in Unmarshalling()
148 ROSEN_LOGE("Unmarshalling LinearInterpolator failed"); in Unmarshalling()
168 ROSEN_LOGE("RSCustomInterpolator::Marshalling, Write type failed"); in Marshalling()
172 ROSEN_LOGE("RSCustomInterpolator::Marshalling, Write id failed"); in Marshalling()
176 ROSEN_LOGE("RSCustomInterpolator::Marshalling, Write value failed"); in Marshalling()
187 ROSEN_LOGE("Unmarshalling CustomInterpolator failed"); in Unmarshalling()
196 ROSEN_LOGE("RSCustomInterpolator::Convert, interpolateFunc_ is nullptr"); in Convert()
[all …]
H A Drs_spring_model.cpp79 ROSEN_LOGE("RSSpringModel::%{public}s, uninitialized spring model", __func__); in EstimateDuration()
91 ROSEN_LOGE("RSSpringModel::%{public}s, coeffDecay_ euqal zero.", __func__); in EstimateDuration()
113ROSEN_LOGE("RSSpringModel::%{public}s, coeffDecay_ or coeffDecayAlt_ euqal zero.", __func__); in EstimateDuration()
131 ROSEN_LOGE("RSSpringModel::%{public}s, uninitialized spring model", __func__); in CalculateDisplacement()
154 ROSEN_LOGE("RSSpringModel::%{public}s, uninitialized spring model", __func__); in EstimateDuration()
159 ROSEN_LOGE("RSSpringModel::%{public}s, parameters is invalid", __func__); in EstimateDuration()
234ROSEN_LOGE("RSSpringModel::EstimateDurationForCriticalDampedModel, uninitialized response."); in EstimateDurationForCriticalDampedModel()
244ROSEN_LOGE("RSSpringModel::EstimateDurationForCriticalDampedModel, invalid parameters."); in EstimateDurationForCriticalDampedModel()
251ROSEN_LOGE("RSSpringModel::EstimateDurationForCriticalDampedModel, denominator euqal zero."); in EstimateDurationForCriticalDampedModel()
270 ROSEN_LOGE("RSSpringModel::EstimateDurationForOverDampedModel, uninitialized response."); in EstimateDurationForOverDampedModel()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_animation_group.cpp27 ROSEN_LOGE("Failed to add animation, adding animation is null!"); in AddAnimation()
32 ROSEN_LOGE("Failed to add animation, group animation has started!"); in AddAnimation()
37 ROSEN_LOGE("Failed to add animation, adding animation has started!"); in AddAnimation()
43 ROSEN_LOGE("Failed to add animation, animation already exists!"); in AddAnimation()
53 ROSEN_LOGE("Failed to remove animation, animation is null!"); in RemoveAnimation()
69 ROSEN_LOGE("Failed to remove animation, animation not exists!"); in RemoveAnimation()
85 ROSEN_LOGE("Failed to start group animation, target is null!"); in OnStart()
120 ROSEN_LOGE("Failed to pause animation, group animation is empty!"); in OnPause()
132 ROSEN_LOGE("Failed to resume animation, group animation is empty!"); in OnResume()
144 ROSEN_LOGE("Failed to finish animation, group animation is empty!"); in OnFinish()
[all …]
H A Drs_interactive_implict_animator.cpp40 ROSEN_LOGE("InteractiveImplictAnimatorId Id overflow"); in GenerateId()
65 ROSEN_LOGE("RSTransactionProxy is nullptr"); in ~RSInteractiveImplictAnimator()
110 ROSEN_LOGE("AddAnimation failed, state_ is error"); in AddImplictAnimation()
144 ROSEN_LOGE("AddAnimation failed, state_ is error"); in AddAnimation()
227 ROSEN_LOGE("RSTransactionProxy is nullptr"); in PauseAnimation()
257 ROSEN_LOGE("RSTransactionProxy is nullptr"); in ContinueAnimation()
286 ROSEN_LOGE("RSTransactionProxy is nullptr"); in FinishAnimation()
365 ROSEN_LOGE("RSTransactionProxy is nullptr"); in ReverseAnimation()
379 ROSEN_LOGE("SetFraction failed, state_ is error"); in SetFraction()
393 ROSEN_LOGE("RSTransactionProxy is nullptr"); in SetFraction()
[all …]
H A Drs_animation.cpp40 ROSEN_LOGE("Animation Id overflow"); in GenerateId()
144 ROSEN_LOGE("Failed to start animation, target is null!"); in Start()
154 ROSEN_LOGE("Failed to start animation, target is null!"); in StartInner()
183 ROSEN_LOGE("Failed to pause animation, target is null!"); in Pause()
200 ROSEN_LOGE("Failed to pause animation, target is null!"); in OnPause()
289 ROSEN_LOGE("Failed to pause animation, target is null!"); in InteractiveReverse()
312 ROSEN_LOGE("Failed to pause animation, target is null!"); in InteractiveSetFraction()
330 ROSEN_LOGE("Failed to resume animation, target is null!"); in Resume()
451 ROSEN_LOGE("Fraction[%{public}f] is invalid!", fraction); in SetFraction()
462 ROSEN_LOGE("Failed to set fraction, target is null!"); in SetFraction()
[all …]
H A Drs_implicit_animator.cpp58 ROSEN_LOGE("Wrong type of timing curve!"); in OpenImplicitAnimation()
259 ROSEN_LOGE("Wrong type of timing curve!"); in BeginImplicitKeyFrameAnimation()
302 ROSEN_LOGE("Wrong type of timing curve!"); in BeginImplicitDurationKeyFrameAnimation()
369 ROSEN_LOGE("Wrong type of timing curve!"); in BeginImplicitPathAnimation()
425 ROSEN_LOGE("Wrong type of timing curve!"); in BeginImplicitTransition()
451 ROSEN_LOGE("Failed to pop implicit params, params stack is empty!"); in PopImplicitParam()
466 ROSEN_LOGE("Failed to create transition, unknow type!"); in CreateImplicitTransition()
519 ROSEN_LOGE("Failed to create infinite empty animation!"); in CreateImplicitAnimation()
609 ROSEN_LOGE("Failed to create animation, unknow type!"); in CreateImplicitAnimation()
663 ROSEN_LOGE( in CreateImplicitAnimationWithInitialVelocity()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/pen_napi/
H A Djs_pen.cpp110 ROSEN_LOGE("JsPen::Constructor jsPen is nullptr"); in Constructor()
157 ROSEN_LOGE("JsPen::SetColor pen is nullptr"); in SetColor()
222 ROSEN_LOGE("JsPen::SetAntiAlias pen is nullptr"); in SetAntiAlias()
244 ROSEN_LOGE("JsPen::SetAlpha pen is nullptr"); in SetAlpha()
623 ROSEN_LOGE("JsPen::GetAlpha jsPen is nullptr"); in GetAlpha()
628 ROSEN_LOGE("JsPen::GetAlpha pen is nullptr"); in GetAlpha()
640 ROSEN_LOGE("JsPen::GetWidth jsPen is nullptr"); in GetWidth()
645 ROSEN_LOGE("JsPen::GetWidth pen is nullptr"); in GetWidth()
697 ROSEN_LOGE("JsPen::Reset jsPen is nullptr"); in Reset()
702 ROSEN_LOGE("JsPen::Reset pen is nullptr"); in Reset()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/ipc_callbacks/
H A Drs_surface_buffer_callback_proxy.cpp34 ROSEN_LOGE("RSSurfaceBufferCallbackProxy::OnFinish data.WriteInterfaceToken error"); in OnFinish()
38 ROSEN_LOGE("RSSurfaceBufferCallbackProxy::OnFinish write uid error"); in OnFinish()
42 ROSEN_LOGE("RSSurfaceBufferCallbackProxy::OnFinish write surfaceBufferIds error"); in OnFinish()
46 ROSEN_LOGE("RSSurfaceBufferCallbackProxy::OnFinish write isRenderedFlags error"); in OnFinish()
50 ROSEN_LOGE("RSSurfaceBufferCallbackProxy::OnFinish write isUniRender error"); in OnFinish()
55 ROSEN_LOGE("RSSurfaceBufferCallbackProxy::OnFinish write releaseFences Size error"); in OnFinish()
66 ROSEN_LOGE("RSSurfaceBufferCallbackProxy: Remote()->SendRequest() error"); in OnFinish()
76ROSEN_LOGE("RSSurfaceBufferCallbackProxy::OnAfterAcquireBuffer data.WriteInterfaceToken error"); in OnAfterAcquireBuffer()
80 ROSEN_LOGE("RSSurfaceBufferCallbackProxy::OnAfterAcquireBuffer write uid error"); in OnAfterAcquireBuffer()
84 ROSEN_LOGE("RSSurfaceBufferCallbackProxy::OnAfterAcquireBuffer write isUniRender error"); in OnAfterAcquireBuffer()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/brush_napi/
H A Djs_brush.cpp66 ROSEN_LOGE("JsBrush::Init Failed to set constructor"); in Init()
141 ROSEN_LOGE("JsBrush::SetColor brush is nullptr"); in SetColor()
179 ROSEN_LOGE("JsBrush::GetColor jsBrush is nullptr"); in GetColor()
184 ROSEN_LOGE("JsBrush::GetColor brush is nullptr"); in GetColor()
222 ROSEN_LOGE("JsBrush::SetAlpha brush is nullptr"); in SetAlpha()
231 ROSEN_LOGE("JsBrush::SetAlpha Argv[0] is invalid"); in SetAlpha()
249 ROSEN_LOGE("JsBrush::IsAntiAlias brush is nullptr"); in IsAntiAlias()
260 ROSEN_LOGE("JsBrush::GetAlpha jsBrush is nullptr"); in GetAlpha()
265 ROSEN_LOGE("JsBrush::GetAlpha brush is nullptr"); in GetAlpha()
437 ROSEN_LOGE("JsBrush::Reset jsBrush is nullptr"); in Reset()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/
H A Drs_gpu_overdraw_canvas_listener.cpp58 ROSEN_LOGE("image is nullptr"); in Draw()
85 ROSEN_LOGE("overdrawCanvas_ is nullptr"); in DrawLine()
98 ROSEN_LOGE("overdrawCanvas_ is nullptr"); in DrawRect()
107 ROSEN_LOGE("overdrawCanvas_ is nullptr"); in DrawRoundRect()
116 ROSEN_LOGE("overdrawCanvas_ is nullptr"); in DrawNestedRoundRect()
126 ROSEN_LOGE("overdrawCanvas_ is nullptr"); in DrawArc()
138 ROSEN_LOGE("overdrawCanvas_ is nullptr"); in DrawPie()
149 ROSEN_LOGE("overdrawCanvas_ is nullptr"); in DrawOval()
160 ROSEN_LOGE("overdrawCanvas_ is nullptr"); in DrawCircle()
171 ROSEN_LOGE("overdrawCanvas_ is nullptr"); in DrawPath()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_ashmem_helper.cpp43 ROSEN_LOGE("CreateAshmemAllocator: AshmemCreate failed, fd:%{public}d", fd); in CreateAshmemAllocator()
55 ROSEN_LOGE("CreateAshmemAllocator: MapAshmem failed"); in CreateAshmemAllocator()
65 ROSEN_LOGE("CreateAshmemAllocatorWithFd: fd < 0"); in CreateAshmemAllocatorWithFd()
72 ROSEN_LOGE("CreateAshmemAllocatorWithFd: ashmemSize < size"); in CreateAshmemAllocatorWithFd()
77 ROSEN_LOGE("CreateAshmemAllocatorWithFd: MapAshmem failed"); in CreateAshmemAllocatorWithFd()
95 ROSEN_LOGE("AshmemAllocator::MapAshmem MAP_FAILED"); in MapAshmem()
230 ROSEN_LOGE("CreateAshmemParcel failed, ashmemAllocator is nullptr"); in CreateAshmemParcel()
234 ROSEN_LOGE("CreateAshmemParcel: WriteToAshmem failed"); in CreateAshmemParcel()
267 ROSEN_LOGE("ParseFromAshmemParcel failed, ashmemAllocator is nullptr"); in ParseFromAshmemParcel()
278 ROSEN_LOGE("ParseFromAshmemParcel: read object offsets failed"); in ParseFromAshmemParcel()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/text_blob_napi/
H A Djs_text_blob.cpp44 ROSEN_LOGE("Drawing_napi: Failed to define TextBlob class"); in Init()
56 ROSEN_LOGE("Drawing_napi: Failed to set constructor"); in Init()
62 ROSEN_LOGE("Drawing_napi: Failed to define static function"); in Init()
79 ROSEN_LOGE("failed to napi_get_cb_info"); in Constructor()
89 ROSEN_LOGE("Failed to wrap native instance"); in Constructor()
206 ROSEN_LOGE("JsTextBlob::MakeFromString font is nullptr"); in MakeFromString()
242 ROSEN_LOGE("JsTextBlob::OnUniqueID textBlob is nullptr"); in OnUniqueID()
284 ROSEN_LOGE("getJsTextBlob: textBlob is nullptr"); in getJsTextBlob()
289 ROSEN_LOGE("getJsTextBlob: jsTextBlob is nullptr"); in getJsTextBlob()
384 ROSEN_LOGE("JsTextBlob::OnBounds textBlob is nullptr"); in OnBounds()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_transaction.cpp104 ROSEN_LOGE("Transaction sync Id overflow"); in GenerateSyncId()
126 ROSEN_LOGE("RSTransactionData Unmarshalling Failed"); in Unmarshalling()
134 ROSEN_LOGE("RSTransaction marshalling synchronous Id failed"); in Marshalling()
138 ROSEN_LOGE("RSTransaction marshalling duration failed"); in Marshalling()
142 ROSEN_LOGE("RSTransaction marshalling parent pid failed"); in Marshalling()
146ROSEN_LOGE("RSTransaction marshalling parameter of whether synchronous transaction is open failed"… in Marshalling()
158 ROSEN_LOGE("RSTransaction unmarshallingParam synchronous Id failed"); in UnmarshallingParam()
162 ROSEN_LOGE("RSTransaction unmarshallingParam duration failed"); in UnmarshallingParam()
166 ROSEN_LOGE("RSTransaction unmarshallingParam parent pid failed"); in UnmarshallingParam()
170ROSEN_LOGE("RSTransaction unmarshalling parameter of whether synchronous transaction is open faile… in UnmarshallingParam()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/font_napi/
H A Djs_font.cpp69 ROSEN_LOGE("Failed to define Font class"); in Init()
81 ROSEN_LOGE("Failed to set constructor"); in Init()
90 ROSEN_LOGE("Failed to define static function"); in Init()
102 ROSEN_LOGE("failed to napi_get_cb_info"); in Constructor()
113 ROSEN_LOGE("Failed to wrap native instance"); in Constructor()
500 ROSEN_LOGE("failed to napi_create_array"); in OnGetWidths()
513 ROSEN_LOGE("JsFont::OnSetSize font is nullptr"); in OnSetSize()
530 ROSEN_LOGE("JsFont::OnGetSize font is nullptr"); in OnGetSize()
658 ROSEN_LOGE("JsFont::OnSetSkewX font is nullptr"); in OnSetSkewX()
751 ROSEN_LOGE("JsFont::OnGetSkewX font is nullptr"); in OnGetSkewX()
[all …]
H A Djs_typeface.cpp38 ROSEN_LOGE("Failed to define Typeface class"); in Init()
44 ROSEN_LOGE("Failed to create reference of constructor"); in Init()
50 ROSEN_LOGE("Failed to set constructor"); in Init()
63 ROSEN_LOGE("failed to napi_get_cb_info"); in Constructor()
72 ROSEN_LOGE("Failed to wrap native instance"); in Constructor()
102 ROSEN_LOGE("JsTypeface::MakeFromFile Create Typeface failed!"); in CreateJsTypeface()
108 ROSEN_LOGE("JsTypeface::MakeFromFile failed to wrap native instance"); in CreateJsTypeface()
143 ROSEN_LOGE("[NAPI]typeface is null"); in OnGetFamilyName()
162 ROSEN_LOGE("JsTypeface::MakeFromFile create rawTypeface failed!"); in MakeFromFile()
181 ROSEN_LOGE("JsTypeface::MakeFromFile Create Typeface failed!"); in MakeFromFile()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/
H A Djs_canvas.cpp135 ROSEN_LOGE("Drawing_napi::pixelMap fail"); in ExtractDrawingImage()
159 ROSEN_LOGE("Drawing_napi ::pixelMap fail"); in ExtracetDrawingBitmap()
402 ROSEN_LOGE("Drawing_napi: canvas is nullptr"); in CreateJsCanvas()
476 ROSEN_LOGE("JsCanvas::OnClear canvas is null"); in OnClear()
485 ROSEN_LOGE("JsCanvas::OnClear Argv[0] is invalid"); in OnClear()
569 ROSEN_LOGE("JsCanvas::OnDrawArc canvas is null"); in OnDrawArc()
831 ROSEN_LOGE("JsCanvas::OnDrawOval canvas is null"); in OnDrawOval()
1412 ROSEN_LOGE("JsCanvas::AttachPen pen is nullptr"); in AttachPen()
1457 ROSEN_LOGE("JsCanvas::DetachPen canvas is null"); in DetachPen()
1491 ROSEN_LOGE("JsCanvas::OnSkew m_canvas is null"); in OnSkew()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/lattice_napi/
H A Djs_lattice.cpp34 ROSEN_LOGE("JsLattice::Init failed to define lattice class"); in Init()
46 ROSEN_LOGE("JsLattice::Init failed to set constructor"); in Init()
52 ROSEN_LOGE("JsLattice::Init failed to define static function"); in Init()
74 ROSEN_LOGE("JsLattice::Constructor failed to napi_get_cb_info"); in Constructor()
82 ROSEN_LOGE("JsLattice::Constructor failed to wrap native instance"); in Constructor()
102 ROSEN_LOGE("JsLattice::CreateImageLattice dividers are invalid"); in GetLatticeDividers()
127 ROSEN_LOGE("JsLattice::CreateImageLattice rectTypes are invalid"); in GetLatticeRectTypes()
152 ROSEN_LOGE("JsLattice::CreateImageLattice colors are invalid"); in GetLatticeColors()
187 ROSEN_LOGE("JsLattice::CreateImageLattice xDividers are invalid"); in CreateImageLattice()
234 ROSEN_LOGE("JsLattice::Create object is null!"); in Create()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/region_napi/
H A Djs_region.cpp43 ROSEN_LOGE("JsRegion::Init Failed to define Region class"); in Init()
55 ROSEN_LOGE("JsRegion::Init Failed to set constructor"); in Init()
102 ROSEN_LOGE("JsRegion::OnIsPointContained region is nullptr"); in OnIsPointContained()
152 ROSEN_LOGE("JsRegion::OnOp region is nullptr"); in OnOp()
162 ROSEN_LOGE("JsRegion::OnOp region is nullptr"); in OnOp()
171 ROSEN_LOGE("JsRegion::OnOp regionOp is error param"); in OnOp()
187 ROSEN_LOGE("JsRegion::OnQuickReject region is nullptr"); in OnQuickReject()
216 ROSEN_LOGE("JsRegion::OnSetRect region is nullptr"); in OnSetRect()
245 ROSEN_LOGE("JsRegion::OnSetPath region is nullptr"); in OnSetPath()
255 ROSEN_LOGE("JsRegion::OnSetPath jsPath is nullptr"); in OnSetPath()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/systemtest/
H A Drs_interfaces_test_utils.cpp25 ROSEN_LOGE("cSurface_ is null"); in ~RSInterfacesTestUtils()
32 ROSEN_LOGE("buffer release failed"); in ~RSInterfacesTestUtils()
50 ROSEN_LOGE("csurface create failed"); in CreateSurface()
57 ROSEN_LOGE("csurface create failed"); in CreateSurface()
64 ROSEN_LOGE("listener register failed"); in CreateSurface()
79 ROSEN_LOGE("cSurface_ is null"); in OnVsync()
85 ROSEN_LOGE("acquire buffer failed"); in OnVsync()
90 ROSEN_LOGE("get bufferHandle failed"); in OnVsync()
104 ROSEN_LOGE("buffer release failed"); in OnVsync()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/mask_filter_napi/
H A Djs_mask_filter.cpp34 ROSEN_LOGE("JsMaskFilter::Init failed to define maskFilter class"); in Init()
40 ROSEN_LOGE("JsMaskFilter::Init failed to create reference of constructor"); in Init()
46 ROSEN_LOGE("JsMaskFilter::Init failed to set constructor"); in Init()
52 ROSEN_LOGE("JsMaskFilter::Init failed to define static function"); in Init()
74 ROSEN_LOGE("JsMaskFilter::Constructor failed to napi_get_cb_info"); in Constructor()
82 ROSEN_LOGE("JsMaskFilter::Constructor failed to wrap native instance"); in Constructor()
109 ROSEN_LOGE("JsMaskFilter::CreateBlurMaskFilter Argv[0] is invalid"); in CreateBlurMaskFilter()
123 ROSEN_LOGE("JsMaskFilter::Create object is null!"); in Create()
131 ROSEN_LOGE("JsMaskFilter::Create object value is null!"); in Create()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/matrix_napi/
H A Djs_matrix.cpp69 ROSEN_LOGE("JsMatrix::Init Failed to set constructor"); in Init()
140 ROSEN_LOGE("JsMatrix::OnGetValue matrix is nullptr"); in OnGetValue()
221 ROSEN_LOGE("JsMatrix::OnPreRotate matrix is nullptr"); in OnPreRotate()
249 ROSEN_LOGE("JsMatrix::OnPreScale matrix is nullptr"); in OnPreScale()
332 ROSEN_LOGE("JsMatrix::OnSetScale matrix is nullptr"); in OnSetScale()
464 ROSEN_LOGE("JsMatrix::OnIsEqual matrix is nullptr"); in OnIsEqual()
475 ROSEN_LOGE("JsMatrix::OnIsEqual matrix is nullptr"); in OnIsEqual()
491 ROSEN_LOGE("JsMatrix::OnInvert matrix is nullptr"); in OnInvert()
502 ROSEN_LOGE("JsMatrix::OnInvert matrix is nullptr"); in OnInvert()
609 ROSEN_LOGE("JsMatrix::OnReset matrix is nullptr"); in OnReset()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/shadow_layer_napi/
H A Djs_shadow_layer.cpp34 ROSEN_LOGE("JsShadowLayer::Init failed to define shadowLayer class"); in Init()
40 ROSEN_LOGE("JsShadowLayer::Init failed to create reference of constructor"); in Init()
46 ROSEN_LOGE("JsShadowLayer::Init failed to set constructor"); in Init()
59 ROSEN_LOGE("JsShadowLayer::Constructor failed to napi_get_cb_info"); in Constructor()
67 ROSEN_LOGE("JsShadowLayer::Constructor failed to wrap native instance"); in Constructor()
96 ROSEN_LOGE("JsShadowLayer::Create Argv[0] is invalid"); in Create()
109 ROSEN_LOGE("JsPen::SetColor Argv[0] is invalid"); in Create()
124 ROSEN_LOGE("JsShadowLayer::CreateLooper object is null!"); in CreateLooper()
132 ROSEN_LOGE("JsShadowLayer::CreateLooper objValue is null!"); in CreateLooper()

1234567