Lines Matching defs:width
34 \t\t\t\"width\":\t1280,\n\
37 \t\t\t\"width\":\t1920,\n\
40 \t\t\t\"width\":\t3840,\n\
56 cJSON *width = NULL;
91 width = cJSON_CreateNumber(resolution_numbers[index][0]);
92 if (width == NULL)
96 cJSON_AddItemToObject(resolution, "width", width);
145 if (cJSON_AddNumberToObject(resolution, "width", resolution_numbers[index][0]) == NULL)
196 cJSON *width = cJSON_GetObjectItemCaseSensitive(resolution, "width");
199 if (!cJSON_IsNumber(width) || !cJSON_IsNumber(height))
205 if (compare_double(width->valuedouble, 1920) && compare_double(height->valuedouble, 1080))
240 \t\t\t\"width\":\t640,\n\