Searched refs:face_bytes (Results 1 – 1 of 1) sorted by relevance
201 const size_t face_bytes = safe_face_bytes.ValueOrDie(); in ScanFile() local203 FX_Alloc(uint8_t, face_bytes)); in ScanFile()204 readCnt = fread(offsets.get(), 1, face_bytes, pFile.get()); in ScanFile()205 if (readCnt != face_bytes) in ScanFile()208 auto offsets_span = pdfium::make_span(offsets.get(), face_bytes); in ScanFile()