Searched refs:fPoints (Results 1 – 5 of 5) sorted by relevance
123 fPoints = getpts(fPath, &fPtCount); in CullView()129 delete[] fPoints; in ~CullView()171 cpp.moveTo(fPoints[0].fX, fPoints[0].fY); in onDrawContent()173 cpp.lineTo(fPoints[i].fX, fPoints[i].fY); in onDrawContent()185 SkIPoint* fPoints; member in CullView
57 SkIPoint* fPoints; member in AnimGifView
190 fCurrPoint = fPoints; in clipQuad()205 SkASSERT(fCurrPoint - fPoints <= kMaxPoints); in clipQuad()211 fCurrPoint = fPoints; in clipQuad()396 fCurrPoint = fPoints; in clipCubic()414 SkASSERT(fCurrPoint - fPoints <= kMaxPoints); in clipCubic()420 fCurrPoint = fPoints; in clipCubic()
52 SkPoint fPoints[kMaxPoints]; variable
33 SkPoint fPoints[kMaxPoints]; variable