Home
last modified time | relevance | path

Searched defs:vertexes (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_utils_lite/test/
H A Dgeometry2d_unit_test.cpp86 Vector2<int16_t> vertexes[VECTOR2_SIZE] = variable
111 Vector2<int16_t> vertexes[VECTOR2_SIZE] = variable
152 Vector2<int16_t> vertexes[VECTOR2_SIZE] = variable
284 Vector2<int16_t> vertexes[VECTOR2_SIZE] = variable
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dgeometry2d.cpp177 Polygon::Polygon(const Vector2<int16_t>* vertexes, const uint8_t vertexNum) in Polygon()