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

  /external/skia/samplecode/
SampleAll.cpp 225 static const raster_proc gRastProcs[] = {
240 raster_proc proc = gRastProcs[index];
516 for (size_t index = 0; index < SK_ARRAY_COUNT(gRastProcs); index++)
534 for (size_t i = 0; i < SK_ARRAY_COUNT(gRastProcs); i++) {
SampleSlides.cpp 607 static const raster_proc gRastProcs[] = {
612 raster_proc proc = gRastProcs[index];
635 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 4818 milliseconds