OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:faily
(Results
1 - 1
of
1
) sorted by null
/external/skia/tests/
ClearTest.cpp
19
uint32_t* actualValue, int* failX, int*
failY
) {
32
*
failY
= y + rect.fTop;
93
int failX,
failY
;
104
if (!check_rect(drawContext, fullRect, kColor1, &actualValue, &failX, &
failY
)) {
106
failX,
failY
);
116
if (!check_rect(drawContext, fullRect, kColor1, &actualValue, &failX, &
failY
)) {
118
failX,
failY
);
128
if (!check_rect(drawContext, fullRect, kColor2, &actualValue, &failX, &
failY
)) {
130
failX,
failY
);
140
if (!check_rect(drawContext, fullRect, kColor1, &actualValue, &failX, &
failY
)) {
[
all
...]
Completed in 60 milliseconds