Lines Matching defs:rectDst
941 OH_Drawing_Rect *rectDst = OH_Drawing_RectCreate(0, 0, 200, 200);
949 bool isSuccess = OH_Drawing_MatrixSetRectToRect(matrix, rectSrc, rectDst, fit);
955 OH_Drawing_RectDestroy(rectDst);
970 OH_Drawing_Rect *rectDst = OH_Drawing_RectCreate(0, 0, 0, 0);
973 OH_Drawing_MatrixSetRectToRect(nullptr, rectSrc, rectDst, SCALE_TO_FIT_FILL);
977 OH_Drawing_MatrixSetRectToRect(matrix, nullptr, rectDst, SCALE_TO_FIT_FILL);
986 OH_Drawing_RectDestroy(rectDst);
1012 OH_Drawing_Rect *rectDst = OH_Drawing_RectCreate(dis(gen), dis(gen), dis(gen) + 200, dis(gen) + 200);
1014 bool isSuccess = OH_Drawing_MatrixSetRectToRect(matrix, rectSrc, rectDst, fit);
1017 OH_Drawing_RectDestroy(rectDst);