Lines Matching defs:parent
51 struct tcm *tcm; /* parent */
213 * This method slices off the topmost 2D slice from the parent area, and stores
214 * it in the 'slice' parameter. The 'parent' parameter will get modified to
215 * contain the remaining portion of the area. If the whole parent area can
219 * @param parent Pointer to a VALID parent area that will get modified
222 static inline void tcm_slice(struct tcm_area *parent, struct tcm_area *slice)
224 *slice = *parent;
234 parent->p0.x = 0;
235 parent->p0.y = slice->p1.y + 1;
238 parent->tcm = NULL;
320 * @param area Pointer to the VALID parent area. This