Searched refs:kImgHeight (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/gm/ |
H A D | bc1_transparency.cpp | 21 constexpr int kImgHeight = 8; variable 80 SkISize dim{ kImgWidth, kImgHeight }; in make_compressed_data() 93 int numYBlocks = num_4x4_blocks(kImgHeight); in make_compressed_data() 109 kImgHeight, in data_to_img() 115 kImgHeight, in data_to_img() 133 SkRect r = SkRect::MakeXYWH(x, y, kImgWidth, kImgHeight); in draw_image() 176 return SkISize::Make(kImgWidth + 2 * kPad, 2 * kImgHeight + 3 * kPad); 206 draw_image(canvas, fRGBAImage, kPad, 2 * kPad + kImgHeight);
|
Completed in 1 milliseconds