Searched refs:maxItems (Results 1 – 2 of 2) sorted by relevance
/external/esd/include/ |
D | aupvlist.h | 47 AUpvlist AUpvnew (int maxItems);
|
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 820 static const int maxItems = 2; in generateCharToGlyph() local 825 SCRIPT_ITEM si[maxItems + 1]; in generateCharToGlyph() 827 HRZM(ScriptItemize(utf16, numWCHAR, maxItems, &sc, nullptr, si, &numItems), in generateCharToGlyph() 1992 static const int maxItems = 2; in nonBmpCharToGlyph() local 1997 SCRIPT_ITEM si[maxItems + 1]; in nonBmpCharToGlyph() 1999 HRZM(ScriptItemize(utf16, numWCHAR, maxItems, &scriptControl, nullptr, si, &numItems), in nonBmpCharToGlyph()
|