HomeSort by relevance Sort by last modified time
    Searched defs:xx1 (Results 1 - 6 of 6) sorted by null

  /external/freetype/src/autofit/
afwarp.c 67 /* `xx1' to `xx2', and store the best result in `warper'. If */
75 FT_Pos xx1,
89 idx0 = xx1 - warper->t1;
95 FT_Pos w = xx2 - xx1;
111 " min=%d max=%d, xx1=%ld xx2=%ld,\n"
113 idx_min, idx_max, xx1, xx2,
305 FT_Pos xx1, xx2; local
310 xx1 = warper->x1;
314 xx1 -= w - warper->w0;
315 if ( xx1 < warper->x1min
    [all...]
  /external/skia/src/core/
SkBitmapProcState_sample.h 91 uint32_t xx1 = *xy++; local
94 SRCTYPE x2 = srcAddr[UNPACK_PRIMARY_SHORT(xx1)];
95 SRCTYPE x3 = srcAddr[UNPACK_SECONDARY_SHORT(xx1)];
  /external/qemu/hw/
goldfish_fb.c 286 int xx1, xx2; local
320 xx1 = 0;
322 if (src[xx1] != dst[xx1])
324 xx1++;
326 if (xx1 == width) {
330 DUFF4(xx2-xx1, {
337 int xx = xx1;
338 DUFF4(xx2-xx1+1,{
344 memcpy( dst+xx1, src+xx1, (xx2-xx1+1)*2 )
    [all...]
  /external/jpeg/
jquant2.c 790 INT32 xx0, xx1; /* distance increments */ local
830 xx1 = inc1;
844 dist1 += xx1;
845 xx1 += 2 * STEP_C1 * STEP_C1;
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 1122 int xx1 = (x1 + delta1) >> XY_SHIFT; local
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 200 milliseconds