Home
last modified time | relevance | path

Searched refs:pbytes (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/freetype/src/base/
A Dftapi.c93 FT_Byte** pbytes ) in FT_Extract_Frame() argument
95 return FT_Stream_ExtractFrame( stream, count, pbytes ); in FT_Extract_Frame()
101 FT_Byte** pbytes ) in FT_Release_Frame() argument
103 FT_Stream_ReleaseFrame( stream, pbytes ); in FT_Release_Frame()
A Dftstream.c195 FT_Byte** pbytes ) in FT_Stream_ExtractFrame() argument
203 *pbytes = (FT_Byte*)stream->cursor; in FT_Stream_ExtractFrame()
216 FT_Byte** pbytes ) in FT_Stream_ReleaseFrame() argument
223 ft_mem_free( memory, *pbytes ); in FT_Stream_ReleaseFrame()
224 *pbytes = NULL; in FT_Stream_ReleaseFrame()
226 FT_FREE( *pbytes ); in FT_Stream_ReleaseFrame()
229 *pbytes = 0; in FT_Stream_ReleaseFrame()
/AliOS-Things-master/components/freetype/src/cff/
A Dcffload.h45 FT_Byte** pbytes,
50 FT_Byte** pbytes );
A Dcffload.c472 FT_Byte** pbytes, in cff_index_access_element() argument
542 *pbytes = idx->bytes + off1 - 1; in cff_index_access_element()
548 FT_FRAME_EXTRACT( off2 - off1, *pbytes ) ) in cff_index_access_element()
555 *pbytes = 0; in cff_index_access_element()
569 FT_Byte** pbytes ) in cff_index_forget_element() argument
576 FT_FRAME_RELEASE( *pbytes ); in cff_index_forget_element()
/AliOS-Things-master/components/freetype/include/internal/
A Dftstream.h416 FT_Byte** pbytes );
421 FT_Byte** pbytes );

Completed in 9 milliseconds