HomeSort by relevance Sort by last modified time
    Searched refs:dt (Results 26 - 50 of 730) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/ImageMagick/www/api/
image.php 74 <dt>image_info</dt>
78 <dt>exception</dt>
111 <dt>image_info</dt>
115 <dt>image</dt>
119 <dt>exception</dt>
    [all...]
module.php 74 <dt>path</dt>
78 <dt>tag</dt>
110 <dt>tag</dt>
114 <dt>exception</dt>
137 <dt>pattern</dt>
    [all...]
cipher.php 84 <dt>aes_info</dt>
107 <dt>aes_info</dt>
111 <dt>plaintext</dt>
115 <dt>ciphertext</dt>
140 <dt>image</dt>
    [all...]
fx.php 75 <dt>image</dt>
79 <dt>channel</dt>
83 <dt>noise_type</dt>
87 <dt>attenuate</dt>
91 <dt>exception</dt>
    [all...]
draw.php 85 <dt>image_info</dt>
89 <dt>draw_info</dt>
111 <dt>draw_info</dt>
134 <dt>image</dt>
138 <dt>source</dt>
    [all...]
paint.php 79 <dt>image</dt>
83 <dt>draw_info</dt>
87 <dt>target</dt>
91 <dt>x_offset,y_offset</dt>
95 <dt>invert</dt>
    [all...]
magick-image.php 74 <dt>wand</dt>
97 <dt>wand</dt>
101 <dt>radius</dt>
105 <dt>sigma</dt>
123 <dt>wand</dt>
    [all...]
magick-property.php 75 <dt>image</dt>
79 <dt>artifact</dt>
102 <dt>image</dt>
106 <dt>property</dt>
129 <dt>image</dt>
    [all...]
decorate.php 75 <dt>image</dt>
79 <dt>border_info</dt>
83 <dt>compose</dt>
87 <dt>exception</dt>
110 <dt>image</dt>
    [all...]
transform.php 75 <dt>image</dt>
79 <dt>orientation</dt>
83 <dt>exception</dt>
106 <dt>image</dt>
110 <dt>chop_info</dt>
    [all...]
pixel-wand.php 74 <dt>wand</dt>
96 <dt>wand</dt>
119 <dt>wands</dt>
123 <dt>number_wands</dt>
145 <dt>wand</dt>
    [all...]
cache-view.php 75 <dt>image</dt>
79 <dt>exception</dt>
102 <dt>image</dt>
106 <dt>exception</dt>
128 <dt>cache_view</dt>
    [all...]
display.php 75 <dt>image_info</dt>
79 <dt>image</dt>
83 <dt>exception</dt>
106 <dt>image_info</dt>
110 <dt>window</dt>
    [all...]
annotate.php 125 <dt>image</dt>
129 <dt>draw_info</dt>
133 <dt>exception</dt>
152 <dt>image</dt>
155 <dt>draw_info</dt>
    [all...]
feature.php 76 <dt>image</dt>
80 <dt>radius</dt>
84 <dt>sigma</dt>
88 <dt>lower_precent</dt>
92 <dt>upper_percent</dt>
    [all...]
histogram.php 70 <dt>image</dt>
73 <dt>file</dt>
76 <dt>exception</dt>
92 <dt>image</dt>
95 <dt>exception</dt>
    [all...]
attribute.php 74 <dt>image</dt>
78 <dt>exception</dt>
101 <dt>image</dt>
105 <dt>constrain</dt>
129 <dt>image</dt>
    [all...]
memory.php 74 <dt>count</dt>
78 <dt>quantum</dt>
100 <dt>size</dt>
122 <dt>count</dt>
126 <dt>quantum</dt>
    [all...]
colorspace.php 75 <dt>image</dt>
79 <dt>colorspace</dt>
83 <dt>exception</dt>
106 <dt>image</dt>
110 <dt>exception</dt>
    [all...]
  /system/extras/tests/timetest/
timetest.c 80 struct timespec t, dt; local
82 dt = ts_sub(t, t1);
84 dtmin = ts_min(dtmin, dt);
85 if(dt.tv_sec > 0 || dt.tv_nsec > 0)
86 dtminp = ts_min(dtminp, dt);
88 dtmax = ts_max(dtmax, dt);
90 fprintf(stderr,"%09ld.%09ld, dt %ld.%09ld, min %ld.%09ld, minp %ld.%09ld, max %ld.%09ld\n",
91 t.tv_sec, t.tv_nsec, dt.tv_sec, dt.tv_nsec
    [all...]
  /external/mesa3d/src/gallium/winsys/sw/null/
null_sw_winsys.c 57 struct sw_displaytarget *dt,
67 struct sw_displaytarget *dt )
75 struct sw_displaytarget *dt)
106 struct sw_displaytarget *dt,
116 struct sw_displaytarget *dt,
  /external/pdfium/xfa/src/fgas/include/
fx_datetime.h 222 FX_DATETIME dt; member in union:_FX_DATETIMEZONE::__anon23161
239 CFX_DateTime(const FX_DATETIME& dt) { m_DateTime = dt; }
240 CFX_DateTime(const CFX_DateTime& dt) { m_DateTime = dt.m_DateTime; }
246 CFX_DateTime& operator=(const CFX_DateTime& dt) {
247 m_DateTime = dt.m_DateTime;
250 CFX_DateTime& operator=(const FX_DATETIME& dt) {
251 m_DateTime = dt;
254 CFX_DateTime& operator+=(const CFX_DateTime& dt) {
298 CFX_DateTime dt; local
304 CFX_DateTime dt; local
310 CFX_DateTime dt; local
316 CFX_DateTime dt; local
322 CFX_DateTime dt; local
328 CFX_DateTime dt; local
    [all...]
  /external/mesa3d/src/gallium/winsys/sw/dri/
dri_sw_winsys.c 59 dri_sw_displaytarget( struct sw_displaytarget *dt )
61 return (struct dri_sw_displaytarget *)dt;
120 struct sw_displaytarget *dt)
122 struct dri_sw_displaytarget *dri_sw_dt = dri_sw_displaytarget(dt);
133 struct sw_displaytarget *dt,
136 struct dri_sw_displaytarget *dri_sw_dt = dri_sw_displaytarget(dt);
143 struct sw_displaytarget *dt)
145 struct dri_sw_displaytarget *dri_sw_dt = dri_sw_displaytarget(dt);
161 struct sw_displaytarget *dt,
170 struct sw_displaytarget *dt,
    [all...]
  /external/dng_sdk/source/
dng_date_time.cpp 705 dng_date_time dt; local
707 dt.fYear = t.tm_year + 1900;
708 dt.fMonth = t.tm_mon + 1;
709 dt.fDay = t.tm_mday;
710 dt.fHour = t.tm_hour;
711 dt.fMinute = t.tm_min;
712 dt.fSecond = t.tm_sec;
714 info.SetDateTime (dt);
752 void DecodeUnixTime (uint32 unixTime, dng_date_time &dt)
779 dt.Clear ()
    [all...]
  /external/toybox/toys/pending/
dumpleases.c 65 unsigned dt, hr, m; local
67 dt = expires / (24*60*60); expires %= (24*60*60);
70 if (dt) xprintf("%u days ", dt);

Completed in 955 milliseconds

12 3 4 5 6 7 8 91011>>