Searched refs:INTNUM_TEN (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_path_test.cpp | 41 constexpr uint32_t INTNUM_TEN = 10; variable 224 OH_Drawing_PathAddRect(path, 0, 0, 0, 0, static_cast<OH_Drawing_PathDirection>(INTNUM_TEN)); 251 OH_Drawing_PathAddRoundRect(path, roundRect, static_cast<OH_Drawing_PathDirection>(INTNUM_TEN)); 341 OH_Drawing_PathSetFillType(path, static_cast<OH_Drawing_PathFillType>(INTNUM_TEN)); 388 …ing_PathAddRectWithInitialCorner(path, rect, static_cast<OH_Drawing_PathDirection>(INTNUM_TEN), 0);
|
H A D | drawing_matrix_test.cpp | 37 constexpr uint32_t INTNUM_TEN = 10; variable 163 OH_Drawing_MatrixGetValue(matrix, INTNUM_TEN); 696 OH_Drawing_MatrixSetPolyToPoly(matrix, src, dst, INTNUM_TEN);
|
H A D | drawing_canvas_test.cpp | 67 constexpr uint32_t INTNUM_TEN = 10; variable 1000 static_cast<OH_Drawing_CanvasShadowFlags>(INTNUM_TEN)); 1138 …g_TextBlobCreateFromText(str, strlen(str), font, static_cast<OH_Drawing_TextEncoding>(INTNUM_TEN)); 1189 …BlobCreateFromPosText(str, count, &pts[0], font, static_cast<OH_Drawing_TextEncoding>(INTNUM_TEN));
|