Home
last modified time | relevance | path

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

/external/freetype/src/base/
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()
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()
/external/freetype/src/cff/
Dcffload.h45 FT_Byte** pbytes,
50 FT_Byte** pbytes );
Dcffload.c472 FT_Byte** pbytes, in cff_index_access_element() argument
530 *pbytes = idx->bytes + off1 - 1; in cff_index_access_element()
536 FT_FRAME_EXTRACT( off2 - off1, *pbytes ) ) in cff_index_access_element()
543 *pbytes = 0; in cff_index_access_element()
557 FT_Byte** pbytes ) in cff_index_forget_element() argument
564 FT_FRAME_RELEASE( *pbytes ); in cff_index_forget_element()
/external/freetype/include/freetype/internal/
Dftstream.h423 FT_Byte** pbytes );
428 FT_Byte** pbytes );