Home
last modified time | relevance | path

Searched refs:polygon_ (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_utils_lite/frameworks/
H A Dtransform.cpp43 polygon_ = rect; in TransformMap()
64 uint8_t vertexNum = polygon_.GetVertexNum(); in GetClockWise()
72 int32_t c = (static_cast<int32_t>(polygon_[j].x_ - polygon_[i].x_) * (polygon_[k].y_ - polygon_[j].y_)) - in GetClockWise()
73 (static_cast<int32_t>(polygon_[j].y_ - polygon_[i].y_) * (polygon_[k].x_ - polygon_[ in GetClockWise()
[all...]
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dtransform.h88 polygon_ = polygon; in SetPolygon()
99 return polygon_; in GetPolygon()
143 return polygon_.MakeAABB(); in GetBoxRect()
251 Polygon polygon_ = Polygon(Rect(0, 0, 0, 0)); /* transformed from rect and 'rotate_' 'translate_' 'scale_' */ member in OHOS::TransformMap

Completed in 3 milliseconds