Home
last modified time | relevance | path

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

/dports/graphics/freeimage/FreeImage/Source/FreeImageToolkit/
H A DJPEGTransform.cpp104 getCropString(char* crop, int* left, int* top, int* right, int* bottom, int width, int height) { in getCropString() function
254 …const BOOL hasCrop = getCropString(crop, left, top, right, bottom, swappedDim ? srcinfo.image_heig… in JPEGTransformFromHandle()