Home
last modified time | relevance | path

Searched refs:tm_size (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp249 int tm_size = GetOutlineTextMetrics(hDC, 0, NULL); in AddWindowsFont() local
250 if (tm_size == 0) { in AddWindowsFont()
256 LPBYTE tm_buf = FX_Alloc(BYTE, tm_size); in AddWindowsFont()
258 GetOutlineTextMetrics(hDC, tm_size, ptm); in AddWindowsFont()
/external/opencv/ml/src/
Dml_inner_functions.cpp576 int i, tm_size, tm_step; in cvPreprocessVarType() local
591 tm_size = var_type->rows + var_type->cols - 1; in cvPreprocessVarType()
594 if( /*tm_size != var_count &&*/ tm_size != var_count + 1 ) in cvPreprocessVarType()
598 if( response_type && tm_size > var_count ) in cvPreprocessVarType()
619 assert( (unsigned)idx < (unsigned)tm_size ); in cvPreprocessVarType()