Home
last modified time | relevance | path

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

/external/esd/include/
Daupvlist.h47 AUpvlist AUpvnew (int maxItems);
/external/skia/src/ports/
DSkFontHost_win.cpp809 static const int maxItems = 2; in generateCharToGlyph() local
814 SCRIPT_ITEM si[maxItems + 1]; in generateCharToGlyph()
816 HRZM(ScriptItemize(utf16, numWCHAR, maxItems, &sc, NULL, si, &numItems), in generateCharToGlyph()
2032 static const int maxItems = 2; in nonBmpCharToGlyph() local
2037 SCRIPT_ITEM si[maxItems + 1]; in nonBmpCharToGlyph()
2039 HRZM(ScriptItemize(utf16, numWCHAR, maxItems, &scriptControl, NULL, si, &numItems), in nonBmpCharToGlyph()