|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include "PlatformFont.h"#include "../../objects/PFont.h"#include "../../objects/PColor.h"#include "../../utility/PEBLUtility.h"#include "../../utility/PEBLPath.h"#include "../../utility/PError.h"#include "../../base/Evaluator.h"#include "SDL.h"#include "SDL_ttf.h"#include "SDL_rwops.h"#include <stdio.h>#include <iostream>Go to the source code of this file.
Functions | |
| long unsigned int | getFileSize (FILE **file) |
| char * | getFileBuffer (FILE **file, unsigned int fileSize) |
| unsigned long int | readFileToMemory (const char path[], char **buffr) |
| char * getFileBuffer | ( | FILE ** | file, |
| unsigned int | fileSize | ||
| ) |
Definition at line 87 of file sdl/PlatformFont.cpp.
Referenced by readFileToMemory().
| long unsigned int getFileSize | ( | FILE ** | file | ) |
Definition at line 77 of file sdl/PlatformFont.cpp.
Referenced by readFileToMemory().
| unsigned long int readFileToMemory | ( | const char | path[], |
| char ** | buffr | ||
| ) |
Definition at line 93 of file sdl/PlatformFont.cpp.
References getFileBuffer(), getFileSize(), and NULL.