Home | History | Annotate | Download | only in fpdfsdk

Lines Matching defs:buffer

71                        uint8_t* buffer,
75 return m_pInfo->GetFontData(m_pInfo, hFont, table, buffer, size);
84 char* buffer = FX_Alloc(char, size);
85 size = m_pInfo->GetFaceName(m_pInfo, hFont, buffer, size);
86 *name = ByteString(buffer, size);
87 FX_Free(buffer);
162 unsigned char* buffer,
165 return pDefault->m_pFontInfo->GetFontData(hFont, table, buffer, buf_size);
170 char* buffer,
179 strncpy(buffer, name.c_str(),