Lines Matching refs:format
133 const char *format; in _find() local
136 format = "TVG"; in _find()
140 format = "SVG"; in _find()
144 format = "TTF"; in _find()
148 format = "lottie(json)"; in _find()
152 format = "RAW"; in _find()
156 format = "PNG"; in _find()
160 format = "JPG"; in _find()
164 format = "WEBP"; in _find()
168 format = "???"; in _find()
172 TVGLOG("RENDERER", "%s format is not supported", format); in _find()