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

/xsrc/external/mit/freetype/dist/src/cff/
H A Dcffload.h46 FT_Byte** pbytes,
51 FT_Byte** pbytes );
H A Dcffload.c506 FT_Byte** pbytes,
576 *pbytes = idx->bytes + off1 - 1;
582 FT_FRAME_EXTRACT( off2 - off1, *pbytes ) )
589 *pbytes = 0;
603 FT_Byte** pbytes )
610 FT_FRAME_RELEASE( *pbytes );
504 cff_index_access_element(CFF_Index idx,FT_UInt element,FT_Byte ** pbytes,FT_ULong * pbyte_len) argument
602 cff_index_forget_element(CFF_Index idx,FT_Byte ** pbytes) argument
/xsrc/external/mit/freetype/dist/src/base/
H A Dftstream.c194 FT_Byte** pbytes )
202 *pbytes = (FT_Byte*)stream->cursor;
215 FT_Byte** pbytes )
223 ft_mem_free( memory, *pbytes );
225 FT_FREE( *pbytes );
229 *pbytes = NULL;
192 FT_Stream_ExtractFrame(FT_Stream stream,FT_ULong count,FT_Byte ** pbytes) argument
214 FT_Stream_ReleaseFrame(FT_Stream stream,FT_Byte ** pbytes) argument
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxsingle.c894 int pbytes = ebits / 8; local in function:__glXDisp_ReadPixels
895 char *dst = buf + (sy-y)*rowsize + (sx-x)*pbytes;
897 int pad = (pbytes * sw) % 4;
901 memcpy( dst, src, pbytes*sw );
903 src += (pbytes*sw + (pad ? 4-pad : 0) );
/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dftstream.h451 FT_Byte** pbytes );
456 FT_Byte** pbytes );

Completed in 9 milliseconds