Home
last modified time | relevance | path

Searched refs:width_start (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dcpdf_simplefont.cpp120 size_t width_start = m_pFontDict->GetIntegerFor("FirstChar", 0); in LoadCommon() local
122 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()
/external/e2fsprogs/intl/
Dprintf-parse.c126 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()
Dvasnprintf.c281 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()
Dprintf-parse.h42 const char* width_start; member
Dwprintf-parse.h42 const wchar_t* width_start; member
/external/tensorflow/tensorflow/core/kernels/
Dfractional_max_pool_op.cc167 const int64 width_start = width_cum_seq[ws]; in Compute() local
172 for (int64 w = width_start; w <= width_end; ++w) { in Compute()
298 const int64 width_start = width_seq_tensor_flat(ws); in Compute() local
303 for (int64 w = width_start; w <= width_end; ++w) { in Compute()