Home
last modified time | relevance | path

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

/external/skqp/tests/
DFontHostStreamTest.cpp48 int refY = y + yOff; in compare() local
51 refY >= 0 && refY < ref.height()) in compare()
53 refColor = ref.getColor(refX, refY); in compare()
DDrawTextTest.cpp47 int refY = y + yOff; in compare() local
50 refY >= 0 && refY < ref.height()) in compare()
52 refColor = ref.getColor(refX, refY); in compare()
DBlurTest.cpp107 int refY = y + yOff; in compare() local
110 refY >= 0 && refY < ref.height()) in compare()
112 refColor = ref.getColor(refX, refY); in compare()
/external/skia/tests/
DFontHostStreamTest.cpp48 int refY = y + yOff; in compare() local
51 refY >= 0 && refY < ref.height()) in compare()
53 refColor = ref.getColor(refX, refY); in compare()
DDrawTextTest.cpp49 int refY = y + yOff; in compare() local
52 refY >= 0 && refY < ref.height()) in compare()
54 refColor = ref.getColor(refX, refY); in compare()
DBlurTest.cpp106 int refY = y + yOff; in compare() local
109 refY >= 0 && refY < ref.height()) in compare()
111 refColor = ref.getColor(refX, refY); in compare()
/external/rust/cxx/book/src/
Doverview.svg39 …<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" …
/external/rust/cxx/book/diagram/
Doverview.svg74 …<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" …
/external/OpenCL-CTS/test_common/harness/
DimageHelpers.cpp1570 float refX = floorf(x), refY = floorf(y), refZ = floorf(z); in get_integer_coords_offset() local
1701 return !((int)refX == outX && (int)refY == outY && (int)refZ == outZ); in get_integer_coords_offset()