Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleCull.cpp123 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
DSampleMovie.cpp57 SkIPoint* fPoints; member in AnimGifView
/external/skia/src/core/
DSkEdgeClipper.cpp190 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()
DSkQuadClipper.h52 SkPoint fPoints[kMaxPoints]; variable
/external/skia/include/core/
DSkEdgeClipper.h33 SkPoint fPoints[kMaxPoints]; variable