Home
last modified time | relevance | path

Searched defs:spc (Results 1 – 6 of 6) sorted by relevance

/external/cronet/net/first_party_sets/
Dsame_party_context.cc18 std::ostream& operator<<(std::ostream& os, const SamePartyContext& spc) { in operator <<()
/external/angle/src/tests/perf_tests/
DVulkanPipelineCachePerf.cpp95 vk::PipelineCacheAccess spc; in step() local
/external/pdfium/third_party/lcms/src/
Dcmsio1.c269 cmsColorSpaceSignature spc = cmsGetColorSpace(hProfile); in _cmsReadFloatInputTag() local
669 cmsColorSpaceSignature spc = cmsGetColorSpace(hProfile); in _cmsReadFloatDevicelinkTag() local
/external/ipsec-tools/src/racoon/
Dproposal.c1007 char spc[21]; local
/external/mesa3d/src/imgui/
Dimstb_truetype.h3797 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int s… in stbtt_PackBegin()
3829 STBTT_DEF void stbtt_PackEnd (stbtt_pack_context *spc) in stbtt_PackEnd()
3835 STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsign… in stbtt_PackSetOversampling()
3845 STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context *spc, int skip) in stbtt_PackSetSkipMissingCodepoints()
3989 STBTT_DEF int stbtt_PackFontRangesGatherRects(stbtt_pack_context *spc, const stbtt_fontinfo *info, … in stbtt_PackFontRangesGatherRects()
4045 STBTT_DEF int stbtt_PackFontRangesRenderIntoRects(stbtt_pack_context *spc, const stbtt_fontinfo *in… in stbtt_PackFontRangesRenderIntoRects()
4127 STBTT_DEF void stbtt_PackFontRangesPackRects(stbtt_pack_context *spc, stbrp_rect *rects, int num_re… in stbtt_PackFontRangesPackRects()
4132 STBTT_DEF int stbtt_PackFontRanges(stbtt_pack_context *spc, const unsigned char *fontdata, int font… in stbtt_PackFontRanges()
4168 STBTT_DEF int stbtt_PackFontRange(stbtt_pack_context *spc, const unsigned char *fontdata, int font_… in stbtt_PackFontRange()
Dimgui_draw.cpp1941 stbtt_pack_context spc = {}; in ImFontAtlasBuildWithStbTruetype() local