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

  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
pi.h 56 OPJ_UINT32 pdx, pdy; member in struct:opj_pi_resolution
pi.c 329 dx = comp->dx * (1u << (res->pdx + comp->numresolutions - 1 - resno));
361 rpx = res->pdx + levelno;
374 prci = opj_int_floordivpow2(opj_int_ceildiv(pi->x, (OPJ_INT32)(comp->dx << levelno)), (OPJ_INT32)res->pdx)
375 - opj_int_floordivpow2(trx0, (OPJ_INT32)res->pdx);
413 dx = comp->dx * (1u << (res->pdx + comp->numresolutions - 1 - resno));
442 rpx = res->pdx + levelno;
455 prci = opj_int_floordivpow2(opj_int_ceildiv(pi->x, (OPJ_INT32)(comp->dx << levelno)), (OPJ_INT32)res->pdx)
456 - opj_int_floordivpow2(trx0, (OPJ_INT32)res->pdx);
496 dx = comp->dx * (1u << (res->pdx + comp->numresolutions - 1 - resno));
521 rpx = res->pdx + levelno
    [all...]
openjpeg.h 701 int pdx[33]; member in struct:opj_tile_info
    [all...]
tcd.c     [all...]
j2k.c     [all...]
  /external/pixman/pixman/
pixman-radial-gradient.c 204 * hypot(t·cdx - pdx, t·cdy - pdy) = r? + t·dr
208 * ?((t·cdx - pdx)² + (t·cdy - pdy)²) = r? + t·dr.
212 * (t·cdx - pdx)² + (t·cdy - pdy)² = (r? + t·dr)²
216 * t²cdx² - 2t·cdx·pdx + pdx² + t²cdy² - 2t·cdy·pdy + pdy² =
219 * (cdx² + cdy² - dr²)t² - 2(cdx·pdx + cdy·pdy + r?·dr)t +
220 * (pdx² + pdy² - r?²) = 0
223 * B = pdx·cdx + pdy·cdy + r?·dr
224 * C = pdx² + pdy² - r?²
287 * B = pdx·cdx + pdy·cdy + r?·d
359 double pdx, pdy, invv2, b, c; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntgdi.h 294 W32KAPI WINBOOL WINAPI NtGdiExtTextOutW(HDC hdc,int x,int y,UINT flOpts,LPRECT prcl,LPWSTR pwsz,int cwc,LPINT pdx,DWORD dwCodePage);
    [all...]
wingdi.h 2433 int *pdx; member in struct:tagPOLYTEXTA
2443 int *pdx; member in struct:tagPOLYTEXTW
    [all...]

Completed in 662 milliseconds