Home | History | Annotate | Download | only in tests

Lines Matching refs:height

24                                             int height) {
39 for (int j = 0; j < height; ++j) {
101 const int height = 10;
103 const int subHeight = height/2;
106 SkAutoTMalloc<GrColor> buffer(width * height);
113 surfDesc.fHeight = height;
123 gpu->readPixels(tex, 0, 0, width, height, config, (void*)buffer.get(), 0);
129 height));
139 gpu->readPixels(tex, 0, 0, width, height, config, (void*)buffer.get(), 0);
144 height));
149 gpu->readPixels(tex, 0, 0, width, height, config, (void*)buffer.get(), 0);
154 height));