Home
last modified time | relevance | path

Searched refs:rectType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/lattice_napi/
H A Djs_lattice.cpp135 int rectType = 0; in GetLatticeRectTypes() local
136 if (napi_get_value_int32(env, tempType, &rectType) != napi_ok || in GetLatticeRectTypes()
137 rectType < 0 || rectType > 2) { // 2: FIXEDCOLOR in GetLatticeRectTypes()
141 latticeRectTypes.push_back(static_cast<Lattice::RectType>(rectType)); in GetLatticeRectTypes()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_occlusion_region_helper.cpp211 RectType rectType = GetEdgeRelation(curLeft, curRight, moreLhs, moreRhs); in NextRect() local
213 return rectType; in NextRect()
H A Drs_occlusion_region.cpp300 RectType rectType = inner.NextRect(current.left_, current.right_); in RegionOpAccelate() local
301 … if (((static_cast<uint32_t>(op) & static_cast<uint32_t>(rectType)) != 0) && !current.IsEmpty()) { in RegionOpAccelate()