OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CCodec_ImageDataCache
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxcodec/codec/
codec_int.h
18
struct
CCodec_ImageDataCache
{
106
CCodec_ImageDataCache
* m_pDataCache;
fx_codec.cpp
122
m_pDataCache = (
CCodec_ImageDataCache
*)FXMEM_DefaultAlloc(
123
sizeof(
CCodec_ImageDataCache
) + m_Pitch * m_OutputHeight, FXMEM_NONLEAVE);
Completed in 196 milliseconds