HomeSort by relevance Sort by last modified time
    Searched refs:lastx (Results 1 - 9 of 9) sorted by null

  /external/pdfium/third_party/libtiff/
tif_fax3.h 46 * fillruns(unsigned char* buf, uint32* runs, uint32* erun, uint32 lastx)
50 * lastx is the width of the row in pixels. Fill routines can assume
51 * the run array has room for at least lastx runs and can overwrite
288 if (a0 != lastx) { \
289 badlength(a0, lastx); \
290 while (a0 > lastx && pa > thisrun) \
292 if (a0 < lastx) { \
297 SETVALUE(lastx - a0); \
298 } else if (a0 > lastx) { \
299 SETVALUE(lastx); \
    [all...]
tif_fax3.c 107 int lastx = sp->b.rowpixels; /* last element in row */ \
201 Fax3BadLength(const char* module, TIFF* tif, uint32 line, uint32 a0, uint32 lastx)
204 a0 < lastx ? "Premature EOL" : "Line length mismatch",
207 a0, lastx);
209 #define badlength(a0,lastx) Fax3BadLength(module, tif, sp->line, a0, lastx)
249 (*sp->fill)(buf, thisrun, pa, lastx);
257 (*sp->fill)(buf, thisrun, pa, lastx);
304 (*sp->fill)(buf, thisrun, pa, lastx);
314 (*sp->fill)(buf, thisrun, pa, lastx);
    [all...]
  /external/regex-re2/benchlog/
mktable 44 %lastx = ();
55 $lastx{$who} = $i;
79 $x1 = $lastx{$who};
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
LineGraph.java 118 int lastx= 0; local
129 g.drawLine(lastx, lasty, xposition, yposition);
153 lastx= xposition;
TimeLineGraph.java 85 int lastx = 0; local
107 g.drawLine(lastx, lasty, xposition, yposition);
140 lastx = xposition;
  /frameworks/av/include/media/
Interpolator.h 273 float lastx; local
281 if (i > 0 && !(x > lastx) /* handle nan */
290 lastx = x;
  /external/libvorbis/examples/
frameview.pl 430 my$lastx=$width;
441 if($x+$maxxlabelwidth<=$lastx){
444 $lastx=$x;
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 1172 double lastx = width - 1.0; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 389 milliseconds