Searched defs:Y (Results 1 – 5 of 5) sorted by relevance
/PHP-5.4/ext/gd/libgd/ |
H A D | gd_webp.c | 40 unsigned char *Y = NULL; in gdImageCreateFromWebpPtr() local 66 unsigned char *Y = NULL; in gdImageCreateFromWebpCtx() local 164 unsigned char *Y = NULL, in gdImageWebpCtx() local
|
H A D | webpimg.c | 326 void YUV420toRGBA(uint8* Y, in YUV420toRGBA() 354 void gd_YUV420toRGBA(uint8* Y, in gd_YUV420toRGBA() 536 uint8* Y, in gd_RGBAToYUV420() 599 uint8* Y, in RGBAToYUV420() 655 static WebPResult VPXEncode(const uint8* Y, in VPXEncode() 742 WebPResult WebPEncode(const uint8* Y, in WebPEncode() 790 void AdjustColorspace(uint8* Y, uint8* U, uint8* V, int width, int height) { in AdjustColorspace() 818 void AdjustColorspaceBack(uint8* Y, uint8* U, uint8* V, int width, int height) { in AdjustColorspaceBack()
|
H A D | gd.c | 1849 #define FILL_PUSH(Y, XL, XR, DY) \ argument 1853 #define FILL_POP(Y, XL, XR, DY) \ argument
|
/PHP-5.4/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 9612 # define sqlite3SchemaMutexHeld(X,Y,Z) 1 argument 13340 # define sqlite3TriggerList(X, Y) 0 argument 13440 # define sqlite3FileSuffix3(X,Y) argument 13560 # define sqlite3VtabClear(Y) argument 13561 # define sqlite3VtabSync(X,Y) SQLITE_OK argument 13569 # define sqlite3GetVTable(X,Y) ((VTable*)0) argument 13770 # define sqlite3MemdebugHasType(X,Y) 1 argument 13771 # define sqlite3MemdebugNoType(X,Y) 1 argument 15384 int Y, M, D; /* Year, month, and day */ member 15538 int Y, M, D, A, B, X1, X2; in computeJD() local [all …]
|
/PHP-5.4/ext/gd/ |
H A D | gd.c | 3643 long SIZE, X, Y, COL; in php_imagechar() local
|
Completed in 294 milliseconds