Home
last modified time | relevance | path

Searched refs:mpRawBytes (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx356 ~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 RawFontData
367 : 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()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx257 ~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 RawFontData
268 : 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 37 milliseconds