Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleTriangles.cpp35 static const PathProc gProcs[] = { variable
41 #define COUNT_PROCS SK_ARRAY_COUNT(gProcs)
49 gProcs[i](&fPaths[i]); in TriangleView()
DSamplePathFill.cpp95 static const MakePathProc gProcs[] = { variable
105 #define N SK_ARRAY_COUNT(gProcs)
114 fDY[i] = gProcs[i](&fPath[i]); in PathFillView()
DSampleHairline.cpp179 } gProcs[] = { variable
187 return (index + 1) % SK_ARRAY_COUNT(gProcs); in cycle_hairproc_index()
207 str.printf("Hair-%s", gProcs[fProcIndex].fName); in onQuery()
247 gProcs[fProcIndex].fProc(&c2, paint, bm); in onDrawContent()
DSampleLineClipper.cpp142 static const clipper_proc gProcs[] = { variable
232 gProcs[fProcIndex](fPts, fClip, canvas, paint, paint1); in onDrawContent()
/external/skia/gm/
Dpathfill.cpp95 static const MakePathProc gProcs[] = { variable
105 #define N SK_ARRAY_COUNT(gProcs)
115 fDY[i] = gProcs[i](&fPath[i]); in PathFillGM()
/external/skia/src/core/
DSkBlitMask_D32.cpp565 static const RowProc gProcs[] = { in RowFactory() local
587 SkASSERT((size_t)index < SK_ARRAY_COUNT(gProcs)); in RowFactory()
588 return gProcs[index]; in RowFactory()
DSkDraw.cpp1654 static const AlignProc gProcs[] = { in pick_align_proc() local
1658 SkASSERT((unsigned)align < SK_ARRAY_COUNT(gProcs)); in pick_align_proc()
1660 return gProcs[align]; in pick_align_proc()
/external/skia/src/images/
DSkScaledBitmapSampler.cpp337 static const RowProc gProcs[] = { in begin() local
416 fRowProc = gProcs[index]; in begin()