Lines Matching defs:height
344 uint32_t width, height;
347 double_buffer, &width, &height);
350 .height = height
364 .height = 64,
371 pGranularity->height = MIN2(pGranularity->height, sg.height);
409 area->offset.y % granularity.height == 0 &&
413 (area->extent.height % granularity.height == 0 ||
415 area->offset.y + area->extent.height >= fb->height));