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

/xsrc/external/mit/fonttosfnt/dist/
H A Dwrite.c851 int segcount; local in function:writecmap
853 segcount = 0;
856 segcount++;
860 segcount++; /* dummy segment to end table */
876 writeUSHORT(out, segcount * 2); /* segCountX2 */
877 writeUSHORT(out, 2 * two_log2_floor(segcount)); /* searchRange */
878 writeUSHORT(out, log2_floor(segcount)); /* entrySelector */
879 writeUSHORT(out, 2 * (segcount - two_log2_floor(segcount)));
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_truetype.h1482 stbtt_uint16 segcount = ttUSHORT(data+index_map+6) >> 1; local in function:stbtt_FindGlyphIndex
1516 start = ttUSHORT(data + index_map + 14 + segcount*2 + 2 + 2*item);
1520 offset = ttUSHORT(data + index_map + 14 + segcount*6 + 2 + 2*item);
1522 return (stbtt_uint16) (unicode_codepoint + ttSHORT(data + index_map + 14 + segcount*4 + 2 + 2*item));
1524 return ttUSHORT(data + offset + (unicode_codepoint-start)*2 + index_map + 14 + segcount*6 + 2 + 2*item);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_truetype.h1482 stbtt_uint16 segcount = ttUSHORT(data+index_map+6) >> 1; local in function:stbtt_FindGlyphIndex
1516 start = ttUSHORT(data + index_map + 14 + segcount*2 + 2 + 2*item);
1520 offset = ttUSHORT(data + index_map + 14 + segcount*6 + 2 + 2*item);
1522 return (stbtt_uint16) (unicode_codepoint + ttSHORT(data + index_map + 14 + segcount*4 + 2 + 2*item));
1524 return ttUSHORT(data + offset + (unicode_codepoint-start)*2 + index_map + 14 + segcount*6 + 2 + 2*item);

Completed in 21 milliseconds