OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gProcs
(Results
1 - 7
of
7
) sorted by null
/external/skia/samplecode/
SampleTriangles.cpp
28
static const PathProc
gProcs
[] = {
34
#define COUNT_PROCS SK_ARRAY_COUNT(
gProcs
)
42
gProcs
[i](&fPaths[i]);
SamplePathFill.cpp
88
static const MakePathProc
gProcs
[] = {
98
#define N SK_ARRAY_COUNT(
gProcs
)
107
fDY[i] =
gProcs
[i](&fPath[i]);
SampleHairline.cpp
172
}
gProcs
[] = {
180
return (index + 1) % SK_ARRAY_COUNT(
gProcs
);
200
str.printf("Hair-%s",
gProcs
[fProcIndex].fName);
240
gProcs
[fProcIndex].fProc(&c2, paint, bm);
SampleLineClipper.cpp
135
static const clipper_proc
gProcs
[] = {
231
gProcs
[fProcIndex](fPts, fClip, canvas, paint, paint1);
235
// fProcIndex = (fProcIndex + 1) % SK_ARRAY_COUNT(
gProcs
);
/external/skia/gm/
pathfill.cpp
88
static const MakePathProc
gProcs
[] = {
98
#define N SK_ARRAY_COUNT(
gProcs
)
108
fDY[i] =
gProcs
[i](&fPath[i]);
/external/skia/src/images/
SkScaledBitmapSampler.cpp
344
static const RowProc
gProcs
[] = {
423
fRowProc =
gProcs
[index];
/external/skia/src/core/
SkDraw.cpp
[
all
...]
Completed in 37 milliseconds