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

  /external/chromium_org/third_party/skia/src/core/
SkConfig8888.cpp 152 SkDstPixelInfo dstPI;
153 dstPI.fColorType = dstInfo.colorType();
154 dstPI.fAlphaType = dstInfo.alphaType();
155 dstPI.fPixels = dstPixels;
156 dstPI.fRowBytes = dstRB;
164 return srcPI.convertPixelsTo(&dstPI, width, height);
  /external/chromium_org/third_party/skia/src/gpu/
SkGr.cpp 51 SkDstPixelInfo dstPI;
52 dstPI.fColorType = kRGBA_8888_SkColorType;
53 dstPI.fAlphaType = kPremul_SkAlphaType;
54 dstPI.fPixels = buffer;
55 dstPI.fRowBytes = count * sizeof(SkPMColor);
63 srcPI.convertPixelsTo(&dstPI, count, 1);
GrContext.cpp     [all...]

Completed in 2209 milliseconds