Searched refs:bim_UInt32Image_size (Results 1 – 4 of 4) sorted by relevance
/external/neven/Embedded/common/src/b_ImageEm/ |
D | UInt32Image.c | 149 bim_UInt32Image_size( cpA, ptrA, widthA, heightA ); in bim_UInt32Image_create() 182 void bim_UInt32Image_size( struct bbs_Context* cpA, in bim_UInt32Image_size() function
|
D | UInt32Image.h | 107 void bim_UInt32Image_size( struct bbs_Context* cpA,
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
D | LocalScanner.c | 200 …bim_UInt32Image_size( cpA, &ptrA->bitImageE, wL, ( hL >> 5 ) + ( ( ( hL & 0x1F ) != 0 ) ? 1 : 0 ) … in bbf_LocalScanner_createBitImage() 212 bim_UInt32Image_size( cpA, &ptrA->satE, wsL, hsL ); in bbf_LocalScanner_createBitImage()
|
D | Scanner.c | 280 …bim_UInt32Image_size( cpA, &ptrA->bitImageE, xwoL, ( xhoL >> 5 ) + ( ( ( xhoL & 0x1F ) != 0 ) ? 1 … in bbf_Scanner_createBitImage() 292 bim_UInt32Image_size( cpA, &ptrA->satE, wsL, hsL ); in bbf_Scanner_createBitImage()
|