Searched defs:topleft (Results 1 - 3 of 3) sorted by relevance

/external/freetype/src/base/
H A Dftobjs.c4607 unsigned char* topleft = slot->bitmap.buffer; local
4610 topleft -= pitch * ( rows - 1 );
4621 FT_TRACE7(( " %d", ( topleft[i * pitch + j / 8] & m ) != 0 ));
4631 FT_TRACE7(( " %3u", topleft[i * pitch + j] ));
/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow_gcc.cc4653 void CumulativeSumToAverageRow_SSE2(const int32* topleft, const int32* botleft, argument
4771 : "+r"(topleft), // %0
/external/libyuv/files/source/
H A Drow_gcc.cc4717 void CumulativeSumToAverageRow_SSE2(const int32* topleft, argument
4838 : "+r"(topleft), // %0

Completed in 1734 milliseconds