Searched refs:gRastProcs (Results 1 - 3 of 3) sorted by relevance

/external/skia/samplecode/
H A DSampleAll.cpp186 static const raster_proc gRastProcs[] = { variable
201 raster_proc proc = gRastProcs[index];
477 for (size_t index = 0; index < SK_ARRAY_COUNT(gRastProcs); index++)
495 for (size_t i = 0; i < SK_ARRAY_COUNT(gRastProcs); i++) {
H A DSampleSlides.cpp604 static const raster_proc gRastProcs[] = { variable
609 raster_proc proc = gRastProcs[index];
632 for (size_t i = 0; i < SK_ARRAY_COUNT(gRastProcs); i++) {
/external/skia/gm/
H A Dtexteffects.cpp150 constexpr raster_proc gRastProcs[] = { variable
155 raster_proc proc = gRastProcs[index];
185 for (int i = 0; i < static_cast<int>(SK_ARRAY_COUNT(gRastProcs)); i++) {

Completed in 861 milliseconds