HomeSort by relevance Sort by last modified time
    Searched refs:gRastProcs (Results 1 - 3 of 3) sorted by null

  /external/skia/samplecode/
SampleAll.cpp 186 static const raster_proc gRastProcs[] = {
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++) {
SampleSlides.cpp 604 static const raster_proc gRastProcs[] = {
609 raster_proc proc = gRastProcs[index];
632 for (size_t i = 0; i < SK_ARRAY_COUNT(gRastProcs); i++) {
  /external/skia/gm/
texteffects.cpp 150 constexpr raster_proc gRastProcs[] = {
155 raster_proc proc = gRastProcs[index];
185 for (int i = 0; i < static_cast<int>(SK_ARRAY_COUNT(gRastProcs)); i++) {

Completed in 1418 milliseconds