Home | History | Annotate | Download | only in fpdf_font

Lines Matching defs:EndCode

246         FX_DWORD StartCode, EndCode;

252 EndCode = StartCode = m_CodePoints[0];
259 EndCode = m_CodePoints[1];
262 if (EndCode < 0x10000) {
263 for (FX_DWORD code = StartCode; code <= EndCode; code ++) {
269 buf[1] = ((EndCode - StartCode) << 16) + StartCID;