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

  /external/pdfium/core/fxge/dib/
cfx_imagetransformer.cpp 30 int res_y,
44 return (r_pos_0 * (255 - res_y) + r_pos_1 * res_y) >> 8;
53 int res_y,
76 int res_y,
95 v_w[0] = SDP_Table[256 + res_y];
96 v_w[1] = SDP_Table[res_y];
97 v_w[2] = SDP_Table[256 - res_y];
98 v_w[3] = SDP_Table[512 - res_y];
192 void Transform(int x, int y, int* x1, int* y1, int* res_x, int* res_y) const
    [all...]
cfx_imagetransformer.h 37 int res_y; member in struct:CFX_ImageTransformer::BilinearData
48 int res_y; member in struct:CFX_ImageTransformer::BicubicData
  /external/honggfuzz/examples/libpng/
persistent-png.c 112 png_uint_32 width, ret, res_x, res_y; local
124 ret = png_get_pHYs(png_ptr, info_ptr, &res_x, &res_y, &unit_type);
  /external/libpng/
pngget.c 422 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
437 if (res_y != NULL)
439 *res_y = info_ptr->y_pixels_per_unit;
451 if (res_y != NULL) *res_y = (png_uint_32)(*res_y * .0254 + .50);
978 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
993 if (res_y != NULL)
995 *res_y = info_ptr->y_pixels_per_unit;
    [all...]
pngtest.c 1255 png_uint_32 res_x, res_y; local
    [all...]
png.h     [all...]
pngset.c 557 png_uint_32 res_x, png_uint_32 res_y, int unit_type)
565 info_ptr->y_pixels_per_unit = res_y;
    [all...]
pngrutil.c 2140 png_uint_32 res_x, res_y; local
    [all...]
  /external/pdfium/third_party/libpng16/
pngget.c 422 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
437 if (res_y != NULL)
439 *res_y = info_ptr->y_pixels_per_unit;
451 if (res_y != NULL) *res_y = (png_uint_32)(*res_y * .0254 + .50);
949 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
964 if (res_y != NULL)
966 *res_y = info_ptr->y_pixels_per_unit;
    [all...]
png.h     [all...]
pngset.c 509 png_uint_32 res_x, png_uint_32 res_y, int unit_type)
517 info_ptr->y_pixels_per_unit = res_y;
    [all...]
pngrutil.c 2063 png_uint_32 res_x, res_y; local
    [all...]
  /external/pdfium/core/fxcodec/codec/
ccodec_pngmodule.cpp 57 png_uint_32 res_x, res_y; local
59 png_get_pHYs(png_ptr, info_ptr, &res_x, &res_y, &unit_type);
  /external/boringssl/src/crypto/fipsmodule/ec/asm/
p256-x86_64-asm.pl     [all...]

Completed in 694 milliseconds