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

  /external/skia/samplecode/
SampleTextEffects.cpp 247 static const raster_proc gRastProcs[] = {
281 raster_proc proc = gRastProcs[index];
340 for (size_t i = 0; i < SK_ARRAY_COUNT(gRastProcs); i++) {
362 gRastIndex = (gRastIndex + 1) % SK_ARRAY_COUNT(gRastProcs);
SampleAll.cpp 277 static const raster_proc gRastProcs[] = {
309 raster_proc proc = gRastProcs[index];
657 for (size_t index = 0; index < SK_ARRAY_COUNT(gRastProcs); index++)
675 for (size_t i = 0; i < SK_ARRAY_COUNT(gRastProcs); i++) {
SampleSlides.cpp 675 static const raster_proc gRastProcs[] = {
680 raster_proc proc = gRastProcs[index];
702 for (size_t i = 0; i < SK_ARRAY_COUNT(gRastProcs); i++) {

Completed in 773 milliseconds