Searched refs:gFills (Results 1 - 7 of 7) sorted by relevance
/external/skia/gm/ |
H A D | emptypath.cpp | 47 static const FillAndName gFills[] = { local 82 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { 96 gStyles[style].fStyle, gFills[fill].fFill); 114 canvas->drawText(gFills[fill].fName, 115 strlen(gFills[fill].fName),
|
H A D | cubicpaths.cpp | 47 static const FillAndName gFills[] = { local 105 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { 118 gFills[fill].fFill, SK_Scalar1*10); 136 canvas->drawText(gFills[fill].fName, 137 strlen(gFills[fill].fName), 190 static const FillAndName gFills[] = { local 249 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { 262 gFills[fill].fFill, SK_Scalar1*10); 280 canvas->drawText(gFills[fill].fName, 281 strlen(gFills[fil [all...] |
H A D | linepaths.cpp | 47 static const FillAndName gFills[] = { local 103 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { 116 gFills[fill].fFill, SK_Scalar1*10); 134 canvas->drawText(gFills[fill].fName, 135 strlen(gFills[fill].fName), 188 static const FillAndName gFills[] = { local 245 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { 258 gFills[fill].fFill, SK_Scalar1*10); 276 canvas->drawText(gFills[fill].fName, 277 strlen(gFills[fil [all...] |
H A D | quadpaths.cpp | 47 static const FillAndName gFills[] = { local 104 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { 117 gFills[fill].fFill, SK_Scalar1*10); 135 canvas->drawText(gFills[fill].fName, 136 strlen(gFills[fill].fName), 189 static const FillAndName gFills[] = { local 247 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { 260 gFills[fill].fFill, SK_Scalar1*10); 278 canvas->drawText(gFills[fill].fName, 279 strlen(gFills[fil [all...] |
H A D | degeneratesegments.cpp | 261 static const FillAndName gFills[] = { local 308 unsigned numFills = SK_ARRAY_COUNT(gFills); 322 FillAndName fill = gFills[(rand.nextU() >> 16) % numFills];
|
/external/skia/samplecode/ |
H A D | SampleEmptyPath.cpp | 49 static const FillAndName gFills[] = { local 83 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { 97 gStyles[style].fStyle, gFills[fill].fFill); 108 gFills[fill].fName);
|
/external/skia/tests/ |
H A D | EmptyPathTest.cpp | 129 static SkPath::FillType gFills[] = { local 142 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { 143 path.setFillType(gFills[fill]);
|
Completed in 98 milliseconds