Searched refs:DrawRectForDfx (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_engine.cpp | 123 … RSUniRenderUtil::DrawRectForDfx(canvas, dst, Drawing::Color::COLOR_YELLOW, REDRAW_DFX_ALPHA, in DrawLayers()
|
H A D | rs_uni_render_util.h | 85 static void DrawRectForDfx(RSPaintFilterCanvas& canvas, const RectI& rect, Drawing::Color color,
|
H A D | rs_uni_render_util.cpp | 1154 void RSUniRenderUtil::DrawRectForDfx(RSPaintFilterCanvas& canvas, const RectI& rect, Drawing::Color… in DrawRectForDfx() function in OHOS::Rosen::RSUniRenderUtil
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_render_node_drawable.cpp | 456 RSUniRenderUtil::DrawRectForDfx(canvas, cacheInfo.first, color, alpha, extraInfo); in DrawDfxForCacheInfo() 462 RSUniRenderUtil::DrawRectForDfx( in DrawDfxForCacheInfo()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_uni_render_util_test.cpp | 885 RSUniRenderUtil::DrawRectForDfx(filterCanvas, rect, color, alpha, extraInfo); 890 RSUniRenderUtil::DrawRectForDfx(filterCanvas, rect, color, alpha, extraInfo);
|