Home
last modified time | relevance | path

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

/external/freetype/src/raster/
Dftraster.c460 PProfile cProfile; /* current profile */ member
636 ras.cProfile = (PProfile)ras.top; in New_Profile()
637 ras.fProfile = ras.cProfile; in New_Profile()
650 ras.cProfile->flow = Flow_Up; in New_Profile()
651 FT_TRACE6(( "New ascending profile = %lx\n", (long)ras.cProfile )); in New_Profile()
655 ras.cProfile->flow = Flow_Down; in New_Profile()
656 FT_TRACE6(( "New descending profile = %lx\n", (long)ras.cProfile )); in New_Profile()
665 ras.cProfile->start = 0; in New_Profile()
666 ras.cProfile->height = 0; in New_Profile()
667 ras.cProfile->offset = ras.top; in New_Profile()
[all …]
/external/opencore/protocols/sdp/common/include/
Dh263_payload_info.h39 inline void setCodecProfile(int cProfile) in setCodecProfile() argument
41 h263_codecProfile = cProfile; in setCodecProfile()