Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp2187 static void UnpackAccumulativeOffsetsIntoRanges(int base_codepoint, const short* accumulative_offse… in UnpackAccumulativeOffsetsIntoRanges() argument
2191 out_ranges[0] = out_ranges[1] = (ImWchar)(base_codepoint + accumulative_offsets[n]); in UnpackAccumulativeOffsetsIntoRanges()
2192 base_codepoint += accumulative_offsets[n]; in UnpackAccumulativeOffsetsIntoRanges()