Lines Matching defs:pm
47 static CGContextRef make_cg_ctx(const SkPixmap& pm) {51 switch (pm.colorType()) {67 auto ctx = CGBitmapContextCreate(pm.writable_addr(), pm.width(), pm.height(), 8, pm.rowBytes(),83 SkPixmap pm;84 surf->peekPixels(&pm);85 CGContextRef ctx = make_cg_ctx(pm);95 x += pm.width();97 y += pm.height();