Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/control/
H A Deld.c50 unsigned int l, spc; in __snd_pcm_info_eld_fixup() local
87 spc = 0; in __snd_pcm_info_eld_fixup()
96 if (spc == 0) in __snd_pcm_info_eld_fixup()
97 spc = l + 1; in __snd_pcm_info_eld_fixup()
101 s[spc] = '\0'; in __snd_pcm_info_eld_fixup()
/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h589 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int width, int height, int stride_in_bytes, int padding, void *alloc_context);
600 STBTT_DEF void stbtt_PackEnd (stbtt_pack_context *spc);
605 STBTT_DEF int stbtt_PackFontRange(stbtt_pack_context *spc, const unsigned char *fontdata, int font_index, float font_size,
630 STBTT_DEF int stbtt_PackFontRanges(stbtt_pack_context *spc, const unsigned char *fontdata, int font_index, stbtt_pack_range *ranges, int num_ranges);
636 STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsigned int v_oversample);
652 STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context *spc, int skip);
664 STBTT_DEF int stbtt_PackFontRangesGatherRects(stbtt_pack_context *spc, const stbtt_fontinfo *info, stbtt_pack_range *ranges, int num_ranges, stbrp_rect *rects);
665 STBTT_DEF void stbtt_PackFontRangesPackRects(stbtt_pack_context *spc, stbrp_rect *rects, int num_rects);
666 STBTT_DEF int stbtt_PackFontRangesRenderIntoRects(stbtt_pack_context *spc, const stbtt_fontinfo *info, stbtt_pack_range *ranges, int num_ranges, stbrp_rect *rects);
3797 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigne
[all...]
H A Dimgui_draw.cpp1941 stbtt_pack_context spc = {}; in ImFontAtlasBuildWithStbTruetype() local
1942 stbtt_PackBegin(&spc, NULL, atlas->TexWidth, TEX_HEIGHT_MAX, 0, atlas->TexGlyphPadding, NULL); in ImFontAtlasBuildWithStbTruetype()
1943 ImFontAtlasBuildPackCustomRects(atlas, spc.pack_info); in ImFontAtlasBuildWithStbTruetype()
1952 stbrp_pack_rects((stbrp_context*)spc.pack_info, src_tmp.Rects, src_tmp.GlyphsCount); in ImFontAtlasBuildWithStbTruetype()
1966 spc.pixels = atlas->TexPixelsAlpha8; in ImFontAtlasBuildWithStbTruetype()
1967 spc.height = atlas->TexHeight; in ImFontAtlasBuildWithStbTruetype()
1977 stbtt_PackFontRangesRenderIntoRects(&spc, &src_tmp.FontInfo, &src_tmp.PackRange, 1, src_tmp.Rects); in ImFontAtlasBuildWithStbTruetype()
1993 stbtt_PackEnd(&spc); in ImFontAtlasBuildWithStbTruetype()
/third_party/skia/third_party/externals/imgui/
H A Dimstb_truetype.h589 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int width, int height, int stride_in_bytes, int padding, void *alloc_context);
600 STBTT_DEF void stbtt_PackEnd (stbtt_pack_context *spc);
605 STBTT_DEF int stbtt_PackFontRange(stbtt_pack_context *spc, const unsigned char *fontdata, int font_index, float font_size,
630 STBTT_DEF int stbtt_PackFontRanges(stbtt_pack_context *spc, const unsigned char *fontdata, int font_index, stbtt_pack_range *ranges, int num_ranges);
636 STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsigned int v_oversample);
652 STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context *spc, int skip);
664 STBTT_DEF int stbtt_PackFontRangesGatherRects(stbtt_pack_context *spc, const stbtt_fontinfo *info, stbtt_pack_range *ranges, int num_ranges, stbrp_rect *rects);
665 STBTT_DEF void stbtt_PackFontRangesPackRects(stbtt_pack_context *spc, stbrp_rect *rects, int num_rects);
666 STBTT_DEF int stbtt_PackFontRangesRenderIntoRects(stbtt_pack_context *spc, const stbtt_fontinfo *info, stbtt_pack_range *ranges, int num_ranges, stbrp_rect *rects);
3797 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigne
[all...]
H A Dimgui_draw.cpp2492 stbtt_pack_context spc = {}; in ImFontAtlasBuildWithStbTruetype() local
2493 stbtt_PackBegin(&spc, NULL, atlas->TexWidth, TEX_HEIGHT_MAX, 0, atlas->TexGlyphPadding, NULL); in ImFontAtlasBuildWithStbTruetype()
2494 ImFontAtlasBuildPackCustomRects(atlas, spc.pack_info); in ImFontAtlasBuildWithStbTruetype()
2503 stbrp_pack_rects((stbrp_context*)spc.pack_info, src_tmp.Rects, src_tmp.GlyphsCount); in ImFontAtlasBuildWithStbTruetype()
2517 spc.pixels = atlas->TexPixelsAlpha8; in ImFontAtlasBuildWithStbTruetype()
2518 spc.height = atlas->TexHeight; in ImFontAtlasBuildWithStbTruetype()
2528 stbtt_PackFontRangesRenderIntoRects(&spc, &src_tmp.FontInfo, &src_tmp.PackRange, 1, src_tmp.Rects); in ImFontAtlasBuildWithStbTruetype()
2544 stbtt_PackEnd(&spc); in ImFontAtlasBuildWithStbTruetype()
/third_party/glfw/deps/
H A Dnuklear.h12257 nk_tt_PackBegin(struct nk_tt_pack_context *spc, unsigned char *pixels, in nk_tt_PackBegin() argument
12272 spc->width = pw; in nk_tt_PackBegin()
12273 spc->height = ph; in nk_tt_PackBegin()
12274 spc->pixels = pixels; in nk_tt_PackBegin()
12275 spc->pack_info = context; in nk_tt_PackBegin()
12276 spc->nodes = nodes; in nk_tt_PackBegin()
12277 spc->padding = padding; in nk_tt_PackBegin()
12278 spc->stride_in_bytes = (stride_in_bytes != 0) ? stride_in_bytes : pw; in nk_tt_PackBegin()
12279 spc->h_oversample = 1; in nk_tt_PackBegin()
12280 spc in nk_tt_PackBegin()
12288 nk_tt_PackEnd(struct nk_tt_pack_context *spc, struct nk_allocator *alloc) nk_tt_PackEnd() argument
12294 nk_tt_PackSetOversampling(struct nk_tt_pack_context *spc, unsigned int h_oversample, unsigned int v_oversample) nk_tt_PackSetOversampling() argument
12443 nk_tt_PackFontRangesGatherRects(struct nk_tt_pack_context *spc, struct nk_tt_fontinfo *info, struct nk_tt_pack_range *ranges, int num_ranges, struct nk_rp_rect *rects) nk_tt_PackFontRangesGatherRects() argument
12474 nk_tt_PackFontRangesRenderIntoRects(struct nk_tt_pack_context *spc, struct nk_tt_fontinfo *info, struct nk_tt_pack_range *ranges, int num_ranges, struct nk_rp_rect *rects, struct nk_allocator *alloc) nk_tt_PackFontRangesRenderIntoRects() argument
12601 struct nk_tt_pack_context spc; global() member
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DPluralRulesTest.java1090 for (StandardPluralCategories spc : set) { in generateLOCALE_SNAPSHOT()
1091 String keyword = spc.toString(); in generateLOCALE_SNAPSHOT()
1093 System.out.print("; " + spc + ": " + samples); in generateLOCALE_SNAPSHOT()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPluralRulesTest.java1527 for (StandardPluralCategories spc : set) { in generateLOCALE_SNAPSHOT()
1528 String keyword = spc.toString(); in generateLOCALE_SNAPSHOT()
1530 System.out.print("; " + spc + ": " + samples); in generateLOCALE_SNAPSHOT()

Completed in 63 milliseconds