Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_shape.c175 const int halfwidth = dimensions.w / 2; in RecursivelyCalculateShapeTree() local
182 next.w = halfwidth; in RecursivelyCalculateShapeTree()
186 next.x = dimensions.x + halfwidth; in RecursivelyCalculateShapeTree()
187 next.w = dimensions.w - halfwidth; in RecursivelyCalculateShapeTree()
191 next.w = halfwidth; in RecursivelyCalculateShapeTree()
196 next.x = dimensions.x + halfwidth; in RecursivelyCalculateShapeTree()
197 next.w = dimensions.w - halfwidth; in RecursivelyCalculateShapeTree()

Completed in 3 milliseconds