Searched defs:iSizes (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/fm2js/
H A Dxfa_fm2jscontext.cpp6072 int32_t* iSizes = FX_Alloc(int32_t, iLength - 2); local
6074 iSizes[i] = 0;
6085 hResolveValues[i - 2], iSizes[i - 2], bAttribute);
6086 iCounter += iSizes[i - 2];
6103 for (int32_t j = 0; j < iSizes[i]; j++) {
6123 for (int32_t j = 0; j < iSizes[i]; j++) {
6126 if (iSizes[i] > 0) {
6131 FX_Free(iSizes);
6222 int32_t* iSizes = FX_Alloc(int32_t, iLength - 2); local
6232 hResolveValues[i - 2], iSizes[
[all...]

Completed in 74 milliseconds