Lines Matching defs:kW
389 static constexpr int kW = 16;
392 const std::vector<SkIRect> longRectArray = make_long_rect_array(kW, kH);
393 const std::vector<SkIRect> shortRectArray = make_short_rect_array(kW, kH);
413 auto refInfo = SkImageInfo::Make(kW, kH,
976 static constexpr int kW = 16;
979 const std::vector<SkIRect> longRectArray = make_long_rect_array(kW, kH);
980 const std::vector<SkIRect> shortRectArray = make_short_rect_array(kW, kH);
996 const auto dstInfo = SkImageInfo::Make(kW, kH, dstCT, dstAT, SkColorSpace::MakeSRGB());
1107 static constexpr int kW = 25,
1109 SkAutoPixmapStorage refP = make_ref_data(SkImageInfo::Make({kW, kH},
1114 SkAutoPixmapStorage refO = make_ref_data(SkImageInfo::Make({kW, kH},
1128 GrImageInfo info(ct, at, nullptr, kW, kH);
1131 for (int w = kW, h = kH; w || h; w/=2, h/=2) {