Home
last modified time | relevance | path

Searched refs:width_end (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dcpdf_simplefont.cpp119 size_t width_end = m_pFontDict->GetIntegerFor("LastChar", 0); in LoadCommon() local
121 if (width_end == 0 || width_end >= width_start + pWidthArray->GetCount()) in LoadCommon()
122 width_end = width_start + pWidthArray->GetCount() - 1; in LoadCommon()
123 if (width_end > 255) in LoadCommon()
124 width_end = 255; in LoadCommon()
125 for (size_t i = width_start; i <= width_end; i++) in LoadCommon()
/external/bison/lib/
Dprintf-parse.h59 const char* width_end; member
89 const uint8_t* width_end; member
117 const uint16_t* width_end; member
145 const uint32_t* width_end; member
Dprintf-parse.c146 dp->width_end = NULL; in PRINTF_PARSE()
226 dp->width_end = cp; in PRINTF_PARSE()
269 dp->width_end = cp; in PRINTF_PARSE()
270 width_length = dp->width_end - dp->width_start; in PRINTF_PARSE()
Dvasnprintf.c1951 if (dp->width_start != dp->width_end) in VASNPRINTF()
1976 while (digitp != dp->width_end); in VASNPRINTF()
2429 if (dp->width_start != dp->width_end) in VASNPRINTF()
2454 while (digitp != dp->width_end); in VASNPRINTF()
2954 if (dp->width_start != dp->width_end) in VASNPRINTF()
2979 while (digitp != dp->width_end); in VASNPRINTF()
3461 if (dp->width_start != dp->width_end) in VASNPRINTF()
3486 while (digitp != dp->width_end); in VASNPRINTF()
4641 if (dp->width_start != dp->width_end) in VASNPRINTF()
4666 while (digitp != dp->width_end); in VASNPRINTF()
[all …]
/external/webrtc/webrtc/modules/video_processing/
Dcontent_analysis.cc166 const int width_end = ((width_ - 2 * border_) & -16) + border_; in TemporalDiffMetric_C() local
169 for (int j = border_; j < width_end; j++) { in TemporalDiffMetric_C()
224 const int width_end = ((sizej - 2 * border_) & -16) + border_; in ComputeSpatialMetrics_C() local
227 for (int j = border_; j < width_end; j++) { in ComputeSpatialMetrics_C()
Dcontent_analysis_sse2.cc23 const int32_t width_end = ((width_ - 2 * border_) & -16) + border_; in TemporalDiffMetric_SSE2() local
44 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() local
154 for (int32_t j = 0; j < width_end - border_; j += 16) { in ComputeSpatialMetrics_SSE2()
/external/e2fsprogs/intl/
Dprintf-parse.c127 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()
Dprintf-parse.h43 const char* width_end; member
Dwprintf-parse.h43 const wchar_t* width_end; member
Dvasnprintf.c281 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()