Home | History | Annotate | Download | only in common

Lines Matching refs:at_top

22 static int GetThumbnailType(bool good_clipping, bool at_top) {
23 if (good_clipping && at_top) {
25 } else if (good_clipping && !at_top) {
27 } else if (!good_clipping && at_top) {
29 } else if (!good_clipping && !at_top) {
40 at_top(false),
48 at_top(top),
57 at_top(top),
71 at_top == rhs.at_top &&
77 return StringPrintf("boring_score: %f, at_top %d, good_clipping %d, "
80 at_top,
88 int current_type = GetThumbnailType(current.good_clipping, current.at_top);
90 replacement.at_top);
139 good_clipping && at_top &&