Searched refs:base_ranges (Results 1 - 2 of 2) sorted by path
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 2251 static ImWchar base_ranges[] = // not zero-terminated local in function:ImFontAtlas::GetGlyphRangesChineseSimplifiedCommon 2259 static ImWchar full_ranges[IM_ARRAYSIZE(base_ranges) + IM_ARRAYSIZE(accumulative_offsets_from_0x4E00) * 2 + 1] = { 0 }; 2262 memcpy(full_ranges, base_ranges, sizeof(base_ranges)); 2263 UnpackAccumulativeOffsetsIntoRanges(0x4E00, accumulative_offsets_from_0x4E00, IM_ARRAYSIZE(accumulative_offsets_from_0x4E00), full_ranges + IM_ARRAYSIZE(base_ranges)); 2310 static ImWchar base_ranges[] = // not zero-terminated local in function:ImFontAtlas::GetGlyphRangesJapanese 2317 static ImWchar full_ranges[IM_ARRAYSIZE(base_ranges) + IM_ARRAYSIZE(accumulative_offsets_from_0x4E00)*2 + 1] = { 0 }; 2320 memcpy(full_ranges, base_ranges, sizeof(base_ranges)); 2321 UnpackAccumulativeOffsetsIntoRanges(0x4E00, accumulative_offsets_from_0x4E00, IM_ARRAYSIZE(accumulative_offsets_from_0x4E00), full_ranges + IM_ARRAYSIZE(base_ranges)); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 2251 static ImWchar base_ranges[] = // not zero-terminated local in function:ImFontAtlas::GetGlyphRangesChineseSimplifiedCommon 2259 static ImWchar full_ranges[IM_ARRAYSIZE(base_ranges) + IM_ARRAYSIZE(accumulative_offsets_from_0x4E00) * 2 + 1] = { 0 }; 2262 memcpy(full_ranges, base_ranges, sizeof(base_ranges)); 2263 UnpackAccumulativeOffsetsIntoRanges(0x4E00, accumulative_offsets_from_0x4E00, IM_ARRAYSIZE(accumulative_offsets_from_0x4E00), full_ranges + IM_ARRAYSIZE(base_ranges)); 2310 static ImWchar base_ranges[] = // not zero-terminated local in function:ImFontAtlas::GetGlyphRangesJapanese 2317 static ImWchar full_ranges[IM_ARRAYSIZE(base_ranges) + IM_ARRAYSIZE(accumulative_offsets_from_0x4E00)*2 + 1] = { 0 }; 2320 memcpy(full_ranges, base_ranges, sizeof(base_ranges)); 2321 UnpackAccumulativeOffsetsIntoRanges(0x4E00, accumulative_offsets_from_0x4E00, IM_ARRAYSIZE(accumulative_offsets_from_0x4E00), full_ranges + IM_ARRAYSIZE(base_ranges)); [all...] |
Completed in 17 milliseconds