Searched refs:get_start_coord (Results 1 – 14 of 14) sorted by relevance
55 static inline int get_start_coord(int sampleFactor) { return sampleFactor / 2; }; in get_start_coord() function77 int startCoord = get_start_coord(sampleFactor); in is_coord_necessary()
44 return (row - get_start_coord(fSampleY)) % fSampleY == 0; in rowNeeded()
305 const int srcStartX = get_start_coord(sampleX); in decodeIcoMask()
210 const int samplingOffsetY = get_start_coord(sampleY); in sampledDecode()
552 fX0 = get_start_coord(sampleX) + fSrcOffset; in onSetSampleX()
734 int srcRow = get_start_coord(sampleY); in decode()
1207 fSrcOffsetUnits = (get_start_coord(frameSampleX) + fSrcOffset) * fSrcBPP; in onSetSampleX()
203 const int samplingOffsetY = get_start_coord(sampleY); in sampledDecode()
732 int srcRow = get_start_coord(sampleY); in decode()