Home
last modified time | relevance | path

Searched refs:h (Results 401 – 425 of 653) sorted by relevance

1...<<11121314151617181920>>...27

/php-src/ext/gd/libgd/
H A Dgd_gd2.c412 gdImagePtr gdImageCreateFromGd2PartPtr (int size, void *data, int srcx, int srcy, int w, int h) in gdImageCreateFromGd2PartPtr() argument
416 im = gdImageCreateFromGd2PartCtx(in, srcx, srcy, w, h); in gdImageCreateFromGd2PartPtr()
422 gdImagePtr gdImageCreateFromGd2Part (FILE * inFile, int srcx, int srcy, int w, int h) in gdImageCreateFromGd2Part() argument
427 im = gdImageCreateFromGd2PartCtx(in, srcx, srcy, w, h); in gdImageCreateFromGd2Part()
434 gdImagePtr gdImageCreateFromGd2PartCtx (gdIOCtx * in, int srcx, int srcy, int w, int h) in gdImageCreateFromGd2PartCtx() argument
455 if (w<1 || h <1) { in gdImageCreateFromGd2PartCtx()
471 im = gdImageCreateTrueColor(w, h); in gdImageCreateFromGd2PartCtx()
473 im = gdImageCreate(w, h); in gdImageCreateFromGd2PartCtx()
521 ecy = (srcy + h) / cs; in gdImageCreateFromGd2PartCtx()
604 …if ((x >= srcx) && (x < (srcx + w)) && (x < fsx) && (x >= 0) && (y >= srcy) && (y < (srcy + h)) &&… in gdImageCreateFromGd2PartCtx()
H A Dgd.h280 int h; member
401 gdImagePtr gdImageCreateFromGd2Part(FILE *in, int srcx, int srcy, int w, int h);
402 gdImagePtr gdImageCreateFromGd2PartCtx(gdIOCtxPtr in, int srcx, int srcy, int w, int h);
675 void gdImageEllipse(gdImagePtr im, int cx, int cy, int w, int h, int c);
694 void gdImageFilledArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int sty…
695 void gdImageArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color);
696 void gdImageFilledEllipse(gdImagePtr im, int cx, int cy, int w, int h, int color);
699 … gdImageCopy(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h);
701 int srcX, int srcY, int w, int h, int pct);
703 int srcX, int srcY, int w, int h, int pct);
/php-src/ext/filter/tests/
H A D056.phpt14 'cont-ains.h-yph-en-s.com',
48 string(24) "cont-ains.h-yph-en-s.com"
/php-src/ext/date/tests/
H A Dbug55253.phpt18 echo $interval->format('Add %h hours %i minutes') . "\n";
29 echo $interval->format('Subtract %h hours %i minutes from expected') . "\n";
H A Dgh8730.phpt15 [h] => 0
H A Dbug-gh11600.phpt19 string(%d) "h:mm%sa"
H A Dbug78452.phpt18 ["h"]=>
H A Dbug53437_var0.phpt60 ["h"]=>
111 ["h"]=>
/php-src/ext/standard/tests/strings/
H A Dsprintf_star.phpt15 printf("%.*h\n", -1, $fx);
97 Precision -1 is only supported for %g, %G, %h and %H
H A Dstr_split_variation7.phpt64 string(1) "h"
92 string(1) "h"
/php-src/ext/pdo_dblib/
H A Dconfig.m422 if test -f $PHP_PDO_DBLIB/include/sybdb.h; then
25 elif test -f $PHP_PDO_DBLIB/include/freetds/sybdb.h; then
/php-src/ext/standard/tests/time/
H A Didate.phpt23 h: 12
/php-src/ext/phar/tests/cache_list/files/
H A Dfrontcontroller16.phar10 7������������������ ���index.php����hH���JVԋ�������<?php
/php-src/ext/phar/tests/files/
H A Dfrontcontroller16.phar10 7������������������ ���index.php����hH���JVԋ�������<?php
/php-src/ext/exif/tests/
H A Dexif005.phpt10 // test5.jpg is a 1*1 image that contains an Exif section with ifd = 00000009h
/php-src/ext/ffi/tests/
H A D303.phpt9 ffi.preload={PWD}/300*.h
H A Dgh14215.phpt17 $header_path = __DIR__.'\\gh14215.h';
/php-src/ext/date/lib/
H A Dparse_iso_intervals.re25 #include "timelib.h"
26 #include "timelib_private.h"
28 #include <ctype.h>
235 current->h = timelib_get_nr(&ptr, 2);
265 case 'H': s->period->h = nr; break;
295 s->period->h = timelib_get_unsigned_nr(&ptr, 2);
376 in.begin->h = TIMELIB_UNSET;
389 in.end->h = TIMELIB_UNSET;
402 in.period->h = 0;
/php-src/ext/dba/libcdb/
H A Dcdb_make.h28 uint32 h; member
/php-src/ext/random/
H A Drandom.c341 for (size_t h = len; 0 < h; h--) { local
342 size_t j = h-1;
366 for (size_t h = len; 0 < h; h--) { local
367 size_t j = h-1;
/php-src/Zend/tests/
H A Dforeach_010.phpt5 $o = (object)['a'=>0, 'b'=>1, 'c'=>2, 'd'=>3, 'e'=>4, 'f'=>5, 'g'=>6, 'h'=>7];
H A Dbug22836.phpt13 $h =& f();
/php-src/ext/libxml/
H A Dconfig0.m415 PHP_INSTALL_HEADERS([ext/libxml], [php_libxml.h])
/php-src/win32/build/
H A Dtemplate.rc7 #include "winresrc.h"
8 #include "main/php_version.h"
/php-src/ext/reflection/tests/
H A DReflectionClass_getModifierNames_basic.phpt23 function h() {}
119 string(4) "x::h"

Completed in 54 milliseconds

1...<<11121314151617181920>>...27