Searched refs:tm_size (Results 1 – 2 of 2) sorted by relevance
249 int tm_size = GetOutlineTextMetrics(hDC, 0, NULL); in AddWindowsFont() local250 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()
576 int i, tm_size, tm_step; in cvPreprocessVarType() local591 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()