Searched refs:_PDF_PSOpNames (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_func.cpp155 } _PDF_PSOpNames[] = {{"add", PSOP_ADD}, {"sub", PSOP_SUB}, variable in typeref:struct:_PDF_PSOpName
203 while (_PDF_PSOpNames[i].name) {
204 if (word == CFX_ByteStringC(_PDF_PSOpNames[i].name)) {
205 m_Operators.Add((void*)_PDF_PSOpNames[i].op);
210 if (!_PDF_PSOpNames[i].name) {

Completed in 77 milliseconds