Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/pcf/
A Dpcfread.c772 int firstRow, lastRow; in pcf_get_encodings() local
798 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