Searched refs:refY (Results 1 – 9 of 9) sorted by relevance
48 int refY = y + yOff; in compare() local51 refY >= 0 && refY < ref.height()) in compare()53 refColor = ref.getColor(refX, refY); in compare()
47 int refY = y + yOff; in compare() local50 refY >= 0 && refY < ref.height()) in compare()52 refColor = ref.getColor(refX, refY); in compare()
107 int refY = y + yOff; in compare() local110 refY >= 0 && refY < ref.height()) in compare()112 refColor = ref.getColor(refX, refY); in compare()
49 int refY = y + yOff; in compare() local52 refY >= 0 && refY < ref.height()) in compare()54 refColor = ref.getColor(refX, refY); in compare()
106 int refY = y + yOff; in compare() local109 refY >= 0 && refY < ref.height()) in compare()111 refColor = ref.getColor(refX, refY); in compare()
39 …<marker id="arrow" viewBox="-2 -2 8 8" refX="4" refY="2" markerWidth="7" markerHeight="7" orient="…42 …<marker id="diamond" viewBox="-2 -2 8 8" refX="4" refY="2" markerWidth="7" markerHeight="7" orient…45 …<marker id="circle" viewBox="0 0 8 8" refX="4" refY="4" markerWidth="7" markerHeight="7" orient="a…48 …<marker id="open_circle" viewBox="0 0 8 8" refX="4" refY="4" markerWidth="7" markerHeight="7" orie…51 …<marker id="big_open_circle" viewBox="0 0 8 8" refX="4" refY="4" markerWidth="7" markerHeight="7" …
74 …<marker id="arrow" viewBox="-2 -2 8 8" refX="4" refY="2" markerWidth="7" markerHeight="7" orient="…77 …<marker id="diamond" viewBox="-2 -2 8 8" refX="4" refY="2" markerWidth="7" markerHeight="7" orient…80 …<marker id="circle" viewBox="0 0 8 8" refX="4" refY="4" markerWidth="7" markerHeight="7" orient="a…83 …<marker id="open_circle" viewBox="0 0 8 8" refX="4" refY="4" markerWidth="7" markerHeight="7" orie…86 …<marker id="big_open_circle" viewBox="0 0 8 8" refX="4" refY="4" markerWidth="7" markerHeight="7" …
1570 float refX = floorf(x), refY = floorf(y), refZ = floorf(z); in get_integer_coords_offset() local1701 return !((int)refX == outX && (int)refY == outY && (int)refZ == outZ); in get_integer_coords_offset()