Home
last modified time | relevance | path

Searched refs:m_strAuthor (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_gif.cpp164 pAttribute->m_strAuthor = CFX_ByteString(buf, size); in LoadFrame()
166 pAttribute->m_strAuthor.Empty(); in LoadFrame()
Dfx_codec_png.cpp85 pAttribute->m_strAuthor.Empty(); in _png_load_bmp_attribute()
86 pAttribute->m_strAuthor.Load((uint8_t*)text[i].text, in _png_load_bmp_attribute()
/external/pdfium/core/include/fxcodec/
Dfx_codec.h52 CFX_ByteString m_strAuthor; variable