Home | History | Annotate | Download | only in core

Lines Matching refs:head

78         RunHead* head = (RunHead*)sk_malloc_throw(size);
79 head->fRefCnt = 1;
80 head->fRunCount = count;
82 head->fYSpanCount = 0;
83 head->fIntervalCount = 0;
84 return head;
92 RunHead* head = Alloc(count);
93 if (!head) {
96 head->fYSpanCount = yspancount;
97 head->fIntervalCount = intervalCount;
98 return head;