Searched refs:twidth (Results 1 – 7 of 7) sorted by relevance
2442 int twidth = width > MAXTWIDTH ? MAXTWIDTH : width; in I422ToRGB565Row_SSSE3() local2443 I422ToARGBRow_SSSE3(src_y, src_u, src_v, row, yuvconstants, twidth); in I422ToRGB565Row_SSSE3()2444 ARGBToRGB565Row_SSE2(row, dst_rgb565, twidth); in I422ToRGB565Row_SSSE3()2445 src_y += twidth; in I422ToRGB565Row_SSSE3()2446 src_u += twidth / 2; in I422ToRGB565Row_SSSE3()2447 src_v += twidth / 2; in I422ToRGB565Row_SSSE3()2448 dst_rgb565 += twidth * 2; in I422ToRGB565Row_SSSE3()2449 width -= twidth; in I422ToRGB565Row_SSSE3()2464 int twidth = width > MAXTWIDTH ? MAXTWIDTH : width; in I422ToARGB1555Row_SSSE3() local2465 I422ToARGBRow_SSSE3(src_y, src_u, src_v, row, yuvconstants, twidth); in I422ToARGB1555Row_SSSE3()[all …]
2424 int twidth = width > MAXTWIDTH ? MAXTWIDTH : width; in I422ToRGB565Row_SSSE3() local2425 I422ToARGBRow_SSSE3(src_y, src_u, src_v, row, yuvconstants, twidth); in I422ToRGB565Row_SSSE3()2426 ARGBToRGB565Row_SSE2(row, dst_rgb565, twidth); in I422ToRGB565Row_SSSE3()2427 src_y += twidth; in I422ToRGB565Row_SSSE3()2428 src_u += twidth / 2; in I422ToRGB565Row_SSSE3()2429 src_v += twidth / 2; in I422ToRGB565Row_SSSE3()2430 dst_rgb565 += twidth * 2; in I422ToRGB565Row_SSSE3()2431 width -= twidth; in I422ToRGB565Row_SSSE3()2446 int twidth = width > MAXTWIDTH ? MAXTWIDTH : width; in I422ToARGB1555Row_SSSE3() local2447 I422ToARGBRow_SSSE3(src_y, src_u, src_v, row, yuvconstants, twidth); in I422ToARGB1555Row_SSSE3()[all …]
56 VGint twidth, VGint theight, in intersect_rectangles() argument60 if (tx + twidth <= 0 || tx >= dwidth) in intersect_rectangles()74 location[2] = MIN2(tx + swidth, MIN2(dwidth, tx + twidth)); in intersect_rectangles()77 offsets[2] = MIN2(twidth, MIN2(dwidth - tx, swidth )); in intersect_rectangles()
122 #define S_SCALE twidth133 const GLfloat twidth = (GLfloat) texImg->Width; \180 #define S_SCALE twidth191 const GLfloat twidth = (GLfloat) texImg->Width; \536 #define S_SCALE twidth548 const GLfloat twidth = (GLfloat) texImg->Width; \
3217 char twidth[256], /* Width string */ in _ppdCreateFromIPP() local3228 _cupsStrFormatd(twidth, twidth + sizeof(twidth), pwg->width * 72.0 / 2540.0, loc); in _ppdCreateFromIPP()3231 …FilePrintf(fp, "*PageSize %s: \"<</PageSize[%s %s]>>setpagedevice\"\n", pwg->ppd, twidth, tlength); in _ppdCreateFromIPP()3257 char twidth[256], /* Width string */ in _ppdCreateFromIPP() local3265 _cupsStrFormatd(twidth, twidth + sizeof(twidth), pwg->width * 72.0 / 2540.0, loc); in _ppdCreateFromIPP()3268 …lePrintf(fp, "*PageRegion %s: \"<</PageSize[%s %s]>>setpagedevice\"\n", pwg->ppd, twidth, tlength); in _ppdCreateFromIPP()3297 twidth[256], /* Width string */ in _ppdCreateFromIPP() local3309 _cupsStrFormatd(twidth, twidth + sizeof(twidth), pwg->width * 72.0 / 2540.0, loc); in _ppdCreateFromIPP()3313 cupsFilePrintf(fp, "*PaperDimension %s: \"%s %s\"\n", pwg->ppd, twidth, tlength); in _ppdCreateFromIPP()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
1770 s << "\twidth = " << value.width << '\n';2451 s << "\twidth = " << value.width << '\n';2471 s << "\twidth = " << value.width << '\n';2820 s << "\twidth = " << value.width << '\n';