Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dcookiejar.cpp461 int lastRow = row + count - 1; in removeRows() local
462 beginRemoveRows(parent, row, lastRow); in removeRows()
464 for (int i = lastRow; i >= row; --i) { in removeRows()
616 int lastRow = row + count - 1; in removeRows() local
617 beginRemoveRows(parent, row, lastRow); in removeRows()
618 for (int i = lastRow; i >= row; --i) { in removeRows()
H A Dhistory.cpp457 int lastRow = row + count - 1; in removeRows() local
458 beginRemoveRows(parent, row, lastRow); in removeRows()
460 for (int i = lastRow; i >= row; --i) in removeRows()
904 int lastRow = row + count - 1; in removeRows() local
907 beginRemoveRows(parent, row, lastRow); in removeRows()
910 int end = sourceModel()->rowCount() - m_sourceRow.value(lastRow); in removeRows()
H A Ddownloadmanager.cpp559 int lastRow = row + count - 1; in removeRows() local
560 for (int i = lastRow; i >= row; --i) { in removeRows()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_font.c68 num_rows = font->info.lastRow - font->info.firstRow + 1; in glamor_font_get()
104 c[0] = font->info.lastRow + 1; in glamor_font_get()
/OK3568_Linux_fs/external/xserver/include/
H A Ddixfontstr.h47 #define FONTLASTROW(font) (font)->info.lastRow
/OK3568_Linux_fs/external/xserver/dix/
H A Dglyphcurs.c150 if (chs[0] < pfont->info.firstRow || pfont->info.lastRow < chs[0]) in CursorMetricsFromGlyph()
H A Ddixfonts.c330 pfont->info.firstRow > pfont->info.lastRow || in doOpenFont()
514 pReply->maxByte1 = pFont->info.lastRow; in QueryFont()
534 ninfos < nProtoCCIStructs && r <= (int) pFont->info.lastRow; r++) { in QueryFont()
998 reply->maxByte1 = pFontInfo->lastRow; in doListFontsWithInfo()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxf86bigfont.c409 row <= pFont->info.lastRow && ninfos < nCharInfos; row++) { in ProcXF86BigfontQueryFont()
566 reply->maxByte1 = pFont->info.lastRow; in ProcXF86BigfontQueryFont()