Home | History | Annotate | Download | only in core

Lines Matching refs:height

77 bool SkSrcPixelInfo::convertPixelsTo(SkDstPixelInfo* dst, int width, int height) const {
78 if (width <= 0 || height <= 0) {
121 for (int y = 0; y < height; ++y) {
148 const int h = srcInfo.height();
178 const int height = srcInfo.height();
183 for (int y = 0; y < height; ++y) {
205 return srcPI.convertPixelsTo(&dstPI, width, height);
225 SkRectMemcpy(dstPixels, dstRB, srcPixels, srcRB, width * srcInfo.bytesPerPixel(), height);
235 copy_g8_to_32(dstPixels, dstRB, srcPixels, srcRB, width, height);
259 for (int y = 0; y < height; ++y) {