Home
last modified time | relevance | path

Searched refs:x_position (Results 1 – 2 of 2) sorted by relevance

/external/oss-fuzz/projects/libgd/
Dgd_image_string_fuzzer.cc40 const int x_position = stream.ConsumeIntegral<int>(); in LLVMFuzzerTestOneInput() local
48 gdImageString(slate_image, font_ptr, x_position, y_position, in LLVMFuzzerTestOneInput()
/external/ImageMagick/coders/
Dtiff.c1207 x_position, in ReadTIFFImage() local
1506 if ((TIFFGetFieldDefaulted(tiff,TIFFTAG_XPOSITION,&x_position,sans) == 1) && in ReadTIFFImage()
1509 image->page.x=CastDoubleToLong(ceil(x_position* in ReadTIFFImage()