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

  /external/skia/src/core/
SkConfig8888.h 34 bool convertPixelsTo(SkDstPixelInfo* dst, int width, int height) const;
SkConfig8888.cpp 77 bool SkSrcPixelInfo::convertPixelsTo(SkDstPixelInfo* dst, int width, int height) const {
205 return srcPI.convertPixelsTo(&dstPI, width, height);
  /external/skia/src/gpu/
GrContext.cpp 232 return srcPI.convertPixelsTo(&dstPI, width, height);
495 return srcPI.convertPixelsTo(&dstPI, width, height);
SkGr.cpp 147 srcPI.convertPixelsTo(&dstPI, count, 1);

Completed in 350 milliseconds