Searched refs:lastRow (Results 1 – 1 of 1) sorted by relevance
772 int firstRow, lastRow; in pcf_get_encodings() local798 lastRow = FT_GET_SHORT(); in pcf_get_encodings()806 lastRow = FT_GET_SHORT_LE(); in pcf_get_encodings()818 firstCol, lastCol, firstRow, lastRow )); in pcf_get_encodings()820 nencoding = ( lastCol - firstCol + 1 ) * ( lastRow - firstRow + 1 ); in pcf_get_encodings()830 for ( i = firstRow; i <= lastRow; i++ ) in pcf_get_encodings()
Completed in 4 milliseconds