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

  /external/skia/src/core/
SkLinearBitmapPipeline.h 66 PointProcessorInterface* fFirstStage;
SkLinearBitmapPipeline.cpp 694 fFirstStage = choose_matrix(filterStage, inverse, &fMatrixStage);
702 fFirstStage->pointListFew(1, Sk4f{x + 0.5f}, Sk4f{y + 0.5f});
708 fFirstStage->pointSpan(SkPoint{x + 0.5f, y + 0.5f}, count - 1, count);

Completed in 163 milliseconds