Home | History | Annotate | Download | only in bench

Lines Matching defs:Size

19  * Finally, it also has 3 possible sizes small, medium and big to test if the size of the patches
27 enum Size {
40 PatchGridBench(Size size, VertexMode vertexMode)
42 , fSize(size) { }
185 SkString size;
188 size.set("small");
191 size.set("medium");
194 size.set("big");
199 fName.printf("patch_grid_%s_%s", vertexMode.c_str(), size.c_str());
228 Size fSize;