Searched refs:convert_with_pipeline (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkConvertPixels.cpp | 164 static void convert_with_pipeline(const SkImageInfo& dstInfo, void* dstRow, size_t dstRB, in convert_with_pipeline() function 194 convert_with_pipeline(dstInfo, dstPixels, dstRB, srcInfo, srcPixels, srcRB, steps); in SkConvertPixels()
|
/third_party/skia/src/core/ |
D | SkConvertPixels.cpp | 206 static void convert_with_pipeline(const SkImageInfo& dstInfo, void* dstRow, int dstStride, in convert_with_pipeline() function 242 convert_with_pipeline(dstInfo, dstPixels, dstStride, srcInfo, srcPixels, srcStride, steps); in SkConvertPixels()
|