Searched refs:baseCodePoint (Results 1 - 1 of 1) sorted by relevance

/haiku/src/servers/app/
H A DServerFont.cpp518 \param baseCodePoint is the base codepoint returned by fontconfig
523 ParseFcMap(FcChar32 charMap[], FcChar32 baseCodePoint, unicode_block& blocksForMap) argument
529 if (baseCodePoint > kUnicodeBlockMap[kNumUnicodeBlockRanges-1].end)
539 currentCodePoint = baseCodePoint + block;
635 FcChar32 baseCodePoint = FcCharSetFirstPage(charSet, charMap, &next); local
637 while ((baseCodePoint != FC_CHARSET_DONE) && (next != FC_CHARSET_DONE)) {
638 ParseFcMap(charMap, baseCodePoint, blocksForFont);
639 baseCodePoint = FcCharSetNextPage(charSet, charMap, &next);

Completed in 32 milliseconds