Searched refs:DIM (Results 1 - 25 of 39) sorted by relevance

12

/external/skia/tests/
H A DImageCacheTest.cpp18 static const int DIM = 256; local
19 static const size_t defLimit = DIM * DIM * 4 * COUNT + 1024; // 1K slop
29 make_bm(&bm[i], DIM, DIM);
33 make_bm(&tmp, DIM, DIM);
55 make_bm(&tmp, DIM, DIM);
/external/skia/bench/
H A DImageCacheBench.cpp17 DIM = 1, enumerator in enum:ImageCacheBench::__anon25271
22 fBM.setConfig(SkBitmap::kARGB_8888_Config, DIM, DIM);
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dsearch_webstore_result.cc31 details_tags.push_back(Tag(SearchResult::Tag::DIM, 0, details.length()));
H A Domnibox_provider.cc27 if (styles & ACMatchClassification::DIM)
28 tag_styles |= SearchResult::Tag::DIM;
H A Dwebstore_result.cc107 details_tags.push_back(Tag(SearchResult::Tag::DIM, 0, details.length()));
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_match.h50 DIM = 1 << 2, // "Helper text" enumerator in enum:AutocompleteMatch::ACMatchClassification::Style
112 // will also not be dimmed, if |style| has DIM set.)
H A Dextension_app_provider.cc126 ACMatchClassification(0, ACMatchClassification::DIM));
133 ACMatchClassification::DIM));
H A Dautocomplete_match.cc147 (style | ACMatchClassification::MATCH) & ~ACMatchClassification::DIM));
H A Dkeyword_provider.cc334 ACMatchClassification(0, ACMatchClassification::DIM));
441 ACMatchClassification::DIM,
H A Dhistory_quick_provider.cc222 spans.push_back(ACMatchClassification(0, ACMatchClassification::DIM));
H A Dautocomplete_popup_view_gtk_unittest.cc262 // Test that DIM works as expected.
275 ACMatchClassification(runLength1, ACMatchClassification::DIM));
/external/chromium_org/ui/app_list/
H A Dsearch_result.h39 DIM = 1 << 2, enumerator in enum:app_list::SearchResult::Tag::Style
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texfetch.c82 #define DIM 1 macro
85 #define DIM 2 macro
88 #define DIM 3 macro
/external/mesa3d/src/mesa/swrast/
H A Ds_texfetch.c82 #define DIM 1 macro
85 #define DIM 2 macro
88 #define DIM 3 macro
/external/chromium/chrome/browser/extensions/
H A Dextension_omnibox_unittest.cc15 const int kDim = ACMatchClassification::DIM;
H A Dextension_omnibox_api.cc210 (type == "dim") ? ACMatchClassification::DIM : -1;
H A Dextension_omnibox_apitest.cc175 EXPECT_EQ(ACMatchClassification::DIM,
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_match.h57 DIM = 1 << 2, // "Helper text" enumerator in enum:AutocompleteMatch::ACMatchClassification::Style
119 // will also not be dimmed, if |style| has DIM set.)
H A Dshortcuts_provider_unittest.cc521 matches.push_back(ACMatchClassification(0, ACMatchClassification::DIM));
535 EXPECT_EQ(ACMatchClassification::DIM | ACMatchClassification::MATCH,
538 EXPECT_EQ(ACMatchClassification::DIM, spans_k[1].style);
540 EXPECT_EQ(ACMatchClassification::DIM | ACMatchClassification::MATCH,
/external/chromium_org/ash/shell/
H A Dapp_list.cc177 details_tags.push_back(Tag(Tag::DIM, 0, details.length()));
/external/chromium_org/chrome/browser/extensions/api/omnibox/
H A Domnibox_api_browsertest.cc115 EXPECT_EQ(ACMatchClassification::DIM,
H A Domnibox_unittest.cc23 const int kDim = ACMatchClassification::DIM;
/external/llvm/utils/lit/lit/
H A DProgressBar.py58 DIM = '' #: Turn on half-bright mode variable in class:TerminalController
80 BLINK=blink DIM=dim REVERSE=rev UNDERLINE=smul NORMAL=sgr0
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
H A Domnibox_popup_view_gtk_unittest.cc247 // Test that DIM works as expected.
260 ACMatchClassification(kRunLength1, ACMatchClassification::DIM));
/external/chromium_org/ui/app_list/views/
H A Dsearch_result_view.cc53 if (it->styles & app_list::SearchResult::Tag::DIM)

Completed in 347 milliseconds

12