Searched refs:width_end (Results 1 – 8 of 8) sorted by relevance
121 size_t width_end = m_pFontDict->GetIntegerFor("LastChar", 0); in LoadCommon() local123 if (width_end == 0 || width_end >= width_start + pWidthArray->GetCount()) in LoadCommon()124 width_end = width_start + pWidthArray->GetCount() - 1; in LoadCommon()125 if (width_end > 255) in LoadCommon()126 width_end = 255; in LoadCommon()127 for (size_t i = width_start; i <= width_end; i++) in LoadCommon()
168 int64 width_end = in Compute() local170 width_end = std::min(width_end, width_max); in Compute()172 for (int64 w = width_start; w <= width_end; ++w) { in Compute()299 int64 width_end = overlapping_ ? width_seq_tensor_flat(ws + 1) in Compute() local301 width_end = std::min(width_end, width_max); in Compute()303 for (int64 w = width_start; w <= width_end; ++w) { in Compute()
166 const int width_end = ((width_ - 2 * border_) & -16) + border_; in TemporalDiffMetric_C() local169 for (int j = border_; j < width_end; j++) { in TemporalDiffMetric_C()224 const int width_end = ((sizej - 2 * border_) & -16) + border_; in ComputeSpatialMetrics_C() local227 for (int j = border_; j < width_end; j++) { in ComputeSpatialMetrics_C()
23 const int32_t width_end = ((width_ - 2 * border_) & -16) + border_; in TemporalDiffMetric_SSE2() local44 for (uint16_t j = 0; j < width_end - border_; j += 16) { in TemporalDiffMetric_SSE2()75 num_pixels += (width_end - border_); in TemporalDiffMetric_SSE2()121 const int32_t width_end = ((width_ - 2 * border_) & -16) + border_; in ComputeSpatialMetrics_SSE2() local154 for (int32_t j = 0; j < width_end - border_; j += 16) { in ComputeSpatialMetrics_SSE2()
127 dp->width_end = NULL; in PRINTF_PARSE()200 dp->width_end = cp; in PRINTF_PARSE()243 dp->width_end = 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()298 while (digitp != dp->width_end); in VASNPRINTF()517 if (dp->width_start != dp->width_end) in VASNPRINTF()519 size_t n = dp->width_end - dp->width_start; in VASNPRINTF()
43 const char* width_end; member
43 const wchar_t* width_end; member