Searched refs:mpRawBytes (Results 1 – 2 of 2) sorted by relevance
356 ~RawFontData() { delete[] mpRawBytes; } in ~RawFontData()357 const unsigned char* get() const { return mpRawBytes; } in get()358 const unsigned char* steal() { unsigned char* p = mpRawBytes; mpRawBytes = NULL; return p; } in steal()362 unsigned char* mpRawBytes; member in RawFontData367 : mpRawBytes( NULL ) in RawFontData()378 mpRawBytes = new unsigned char[ mnByteCount ]; in RawFontData()393 (void*)(mpRawBytes + nRawDataOfs), nFDGet ); in RawFontData()410 delete[] mpRawBytes; in RawFontData()411 mpRawBytes = NULL; in RawFontData()
257 ~RawFontData() { delete[] mpRawBytes; } in ~RawFontData()258 const unsigned char* get() const { return mpRawBytes; } in get()259 const unsigned char* steal() { unsigned char* p = mpRawBytes; mpRawBytes = NULL; return p; } in steal()263 unsigned char* mpRawBytes; member in RawFontData268 : mpRawBytes( NULL ) in RawFontData()279 mpRawBytes = new unsigned char[ mnByteCount ]; in RawFontData()294 (void*)(mpRawBytes + nRawDataOfs), nFDGet ); in RawFontData()311 delete[] mpRawBytes; in RawFontData()312 mpRawBytes = NULL; in RawFontData()
Completed in 34 milliseconds