Searched refs:width_start (Results 1 – 6 of 6) sorted by relevance
120 size_t width_start = m_pFontDict->GetIntegerFor("FirstChar", 0); in LoadCommon() local122 if (width_start <= 255) { in LoadCommon()123 if (width_end == 0 || width_end >= width_start + pWidthArray->GetCount()) in LoadCommon()124 width_end = width_start + pWidthArray->GetCount() - 1; in LoadCommon()127 for (size_t i = width_start; i <= width_end; i++) in LoadCommon()128 m_CharWidth[i] = pWidthArray->GetIntegerAt(i - width_start); in LoadCommon()
126 dp->width_start = NULL; in PRINTF_PARSE()198 dp->width_start = cp; in PRINTF_PARSE()240 dp->width_start = cp; in PRINTF_PARSE()244 width_length = dp->width_end - dp->width_start; in PRINTF_PARSE()
281 if (dp->width_start != dp->width_end) in VASNPRINTF()294 const CHAR_T *digitp = dp->width_start; in VASNPRINTF()517 if (dp->width_start != dp->width_end) in VASNPRINTF()519 size_t n = dp->width_end - dp->width_start; in VASNPRINTF()520 memcpy (p, dp->width_start, n * sizeof (CHAR_T)); in VASNPRINTF()
42 const char* width_start; member
42 const wchar_t* width_start; member
167 const int64 width_start = width_cum_seq[ws]; in Compute() local172 for (int64 w = width_start; w <= width_end; ++w) { in Compute()298 const int64 width_start = width_seq_tensor_flat(ws); in Compute() local303 for (int64 w = width_start; w <= width_end; ++w) { in Compute()