Searched defs:codepoint (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/src/libs/thorvg/rapidjson/internal/ |
D | regex.h | 159 unsigned codepoint; in RAPIDJSON_DIAG_OFF() member 197 unsigned codepoint; in RAPIDJSON_DIAG_OFF() local 488 unsigned codepoint; in RAPIDJSON_DIAG_OFF() local 563 unsigned codepoint; in RAPIDJSON_DIAG_OFF() local 662 unsigned codepoint; in RAPIDJSON_DIAG_OFF() local
|
D | strfunc.h | 71 unsigned codepoint; in CountStringCodePoint() local
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | encodings.h | 662 unsigned codepoint; in Transcode() local 671 unsigned codepoint; in TranscodeUnsafe() local
|
D | writer.h | 402 unsigned codepoint; in WriteString() local
|
D | reader.h | 907 unsigned codepoint = 0; in ParseHex4() local 1024 unsigned codepoint = ParseHex4(is, escapeOffset); in ParseStringToStream() local
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 1844 STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo * info, int codepoint, int * x0, int * y0,… 2920 STBTT_DEF void stbtt_GetCodepointHMetrics(const stbtt_fontinfo * info, int codepoint, int * advance… 3039 STBTT_DEF void stbtt_GetCodepointBitmapBoxSubpixel(const stbtt_fontinfo * font, int codepoint, floa… 3046 STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo * font, int codepoint, float scale_… 4122 … float shift_x, float shift_y, int codepoint, int * width, int * height, int * xoff, int * yoff) 4130 … int oversample_y, float * sub_x, float * sub_y, int codepoint) 4137 …t out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int codepoint) 4144 … int codepoint, int * width, int * height, int * xoff, int * yoff) 4150 … int out_stride, float scale_x, float scale_y, int codepoint) 4519 …int codepoint = ranges[i].array_of_unicode_codepoints == NULL ? ranges[i].first_unicode_codepoint_… local [all …]
|