Searched refs:safe_face_bytes (Results 1 – 1 of 1) sorted by relevance
196 FX_SAFE_SIZE_T safe_face_bytes = nFaces; in ScanFile() local197 safe_face_bytes *= 4; in ScanFile()198 if (!safe_face_bytes.IsValid()) in ScanFile()201 const size_t face_bytes = safe_face_bytes.ValueOrDie(); in ScanFile()