文件最后提交记录最后更新时间
fix signature Signed-off-by: dreamyhhh <hangmengxin@huawei.com> Change-Id: I2fb31d1b77b4fd2910ce3deec3d0384867989479 6 个月前
11111 Signed-off-by: Askr_w <972048870@qq.com>19 天前
ani drawing implementation new class Signed-off-by: qsftw <gaoqiangsheng@huawei.com> Change-Id: Iee333eb99f5fadcddd2cd6648d6e6717e8d0590b 6 个月前
add DrawPixelMapMesh and DrawVertices Signed-off-by: Concoun <zhangjinxuan9@huawei.com> 6 个月前
fix codecheck Signed-off-by: dreamyhhh <hangmengxin@huawei.com> 18 天前
代码规范整改 Signed-off-by: yanjin1122 <rose.yan@huawei.com> 9 个月前
drawing static type overloading Signed-off-by: dreamyhhh <hangmengxin@huawei.com> Change-Id: I44e679c1f29a164dee005f3ab152c89cdca11bc1 6 个月前
fix codereview of drawing ts interface Signed-off-by: HengmingWang <wanghengming@huawei.com> 1 年前
修改bool Signed-off-by: dreamyhhh <hangmengxin@huawei.com> Change-Id: Id9c056996aaacd8b4023f9cb614f3190eb83cde1 2 个月前
ts patheffect bug fix Signed-off-by: lw19901203 <liuwei793@h-partners.com> 1 年前
codecheck fix Signed-off-by: ustc-tianyu <dutianyu4@huawei.com> 1 年前
feat: Add new methods to Path and Bitmap classes - Add Path::GetLastPoint() to retrieve the last point of a path - Add Path::IsEqual() to compare two paths for equality - Add OH_Drawing_BitmapGetRowBytes() to get bitmap row bytes - Implement NAPI bindings for new Path methods - Implement ANI bindings for new Path methods - Add comprehensive unit tests and fuzz tests Co-Authored-By: Agent Signed-off-by: dreamyhhh <hangmengxin@huawei.com> Change-Id: I70cb6dd25a0478ff74d1bead1e37b4655368be19 1 个月前
fix signature Signed-off-by: dreamyhhh <hangmengxin@huawei.com> Change-Id: I2fb31d1b77b4fd2910ce3deec3d0384867989479 6 个月前
feat: Add PointUtils::Negate method for point coordinate negation Add Negate method to PointUtils class to negate point coordinates (x, y). This method modifies the input point object in-place by setting x = -x and y = -y. Changes: - Add PointUtils NAPI binding with Negate method - Add PointUtils ANI binding with Negate method - Add SetPointToJsValue helper to js_drawing_utils.h - Update BUILD.gn files to include new source files - Add Drawing::Point::Negate operator- overload in NDK layer - Add unit tests and fuzz tests for the new functionality Co-Authored-By: Agent Signed-off-by: dreamyhhh <hangmengxin@huawei.com> Change-Id: I624e4e57b0f2719e5d8c1ebd957d93c4073a51b3 1 个月前
basetyperectutils Signed-off-by: lixiaoxiang <lixiaoxiang0608@163.com> 1 年前
new region impl Signed-off-by: dreamyhhh <hangmengxin@huawei.com> Change-Id: I4c462819e5e7d20ae21fc32d5dc94df6d8fb380d 5 个月前
draing回合path Signed-off-by: dreamyhhh <hangmengxin@huawei.com> Change-Id: I0cc63dc17bbe0ef98a7a50be547a07c7b7410b51 6 个月前
drawing static type overloading Signed-off-by: dreamyhhh <hangmengxin@huawei.com> Change-Id: I44e679c1f29a164dee005f3ab152c89cdca11bc1 6 个月前
add define ROSEN_ARKUI_X Signed-off-by: 刘伟 <liuwei793@h-partners.com> Change-Id: I3c044b3fed53a71271d58c6244a6fbf770ef387e 10 个月前
shadowlayer fix Signed-off-by: wangzhebufangqi <wangzhe231@huawei.com> 1 年前
黄蓝区代码同步 Signed-off-by: JayYu <yuchujie2@huawei.com> 9 个月前
Open SetColor4f and MakeFromRawfile Signed-off-by: 刘伟 <liuwei793@h-partners.com> Change-Id: I861ebb24bb2811efd3578093e813084992576574 10 个月前
feat: Add PointUtils::Negate method for point coordinate negation Add Negate method to PointUtils class to negate point coordinates (x, y). This method modifies the input point object in-place by setting x = -x and y = -y. Changes: - Add PointUtils NAPI binding with Negate method - Add PointUtils ANI binding with Negate method - Add SetPointToJsValue helper to js_drawing_utils.h - Update BUILD.gn files to include new source files - Add Drawing::Point::Negate operator- overload in NDK layer - Add unit tests and fuzz tests for the new functionality Co-Authored-By: Agent Signed-off-by: dreamyhhh <hangmengxin@huawei.com> Change-Id: I624e4e57b0f2719e5d8c1ebd957d93c4073a51b3 1 个月前
drawing 维测日志 Signed-off-by: birds_and_fish_1994 <wangleilei29@h-partners.com> 8 个月前
feat: Add PointUtils::Negate method for point coordinate negation Add Negate method to PointUtils class to negate point coordinates (x, y). This method modifies the input point object in-place by setting x = -x and y = -y. Changes: - Add PointUtils NAPI binding with Negate method - Add PointUtils ANI binding with Negate method - Add SetPointToJsValue helper to js_drawing_utils.h - Update BUILD.gn files to include new source files - Add Drawing::Point::Negate operator- overload in NDK layer - Add unit tests and fuzz tests for the new functionality Co-Authored-By: Agent Signed-off-by: dreamyhhh <hangmengxin@huawei.com> Change-Id: I624e4e57b0f2719e5d8c1ebd957d93c4073a51b3 1 个月前
js file dos2unix Signed-off-by: ustc-tianyu <dutianyu4@huawei.com> 2 年前
add protection for font features Signed-off-by: qsftw <gaoqiangsheng@huawei.com> 10 个月前
feat: Add PointUtils::Negate method for point coordinate negation Add Negate method to PointUtils class to negate point coordinates (x, y). This method modifies the input point object in-place by setting x = -x and y = -y. Changes: - Add PointUtils NAPI binding with Negate method - Add PointUtils ANI binding with Negate method - Add SetPointToJsValue helper to js_drawing_utils.h - Update BUILD.gn files to include new source files - Add Drawing::Point::Negate operator- overload in NDK layer - Add unit tests and fuzz tests for the new functionality Co-Authored-By: Agent Signed-off-by: dreamyhhh <hangmengxin@huawei.com> Change-Id: I624e4e57b0f2719e5d8c1ebd957d93c4073a51b3 1 个月前