Home
last modified time | relevance | path

Searched refs:kImgWidth (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/gm/
Dbc1_transparency.cpp20 constexpr int kImgWidth = 16; variable
80 SkISize dim{ kImgWidth, kImgHeight }; in make_compressed_data()
92 int numXBlocks = num_4x4_blocks(kImgWidth); in make_compressed_data()
108 kImgWidth, in data_to_img()
114 kImgWidth, 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); in onISize()