Searched refs:box (Results 1 – 8 of 8) sorted by relevance
/system/teeui/libteeui/src/ |
D | label.cpp | 55 auto drawBox = [&](const Box<pxs>& box, Color c) { in draw() argument 56 for (int y = 0; y < box.h().count(); ++y) { in draw() 57 for (int x = 0; x < box.w().count(); ++x) { in draw() 58 drawPixel(box.x().count() + x, box.y().count() + y, (c & 0xffffff) | 0x40000000); in draw()
|
D | button.cpp | 41 auto drawBox = [&](const Box<intpxs>& box, Color c) -> Error { in draw() argument 42 for (int y = 0; y < box.h().count(); ++y) { in draw() 43 for (int x = 0; x < box.w().count(); ++x) { in draw() 44 if (auto error = drawPixel(box.x().count() + x, box.y().count() + y, c)) { in draw() 53 auto drawDebugBox = [&](const Box<pxs>& box, Color c) { in draw() argument 54 drawBox(box, (c & 0xffffff) | 0x40000000); in draw()
|
/system/update_engine/update_manager/ |
D | boxed_value_unittest.cc | 72 BoxedValue* box = new BoxedValue(deleter_marker); in TEST() local 74 delete box; in TEST() 82 BoxedValue* box = new BoxedValue(deleter_marker); in TEST() local 83 BoxedValue* new_box = new BoxedValue(std::move(*box)); in TEST() 85 delete box; in TEST()
|
/system/extras/simpleperf/scripts/purgatorio/templates/ |
D | styles.css | 26 box-shadow: inset 0 0 0.1em white;
|
/system/extras/simpleperf/scripts/purgatorio/ |
D | README.md | 62 …lize an inverted callstack. This can be done by clicking the related check box. The graph below is…
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 1495 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for 1502 # search using the keyboard; to jump to the search box use <access key> + S 1504 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down 1508 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys> 2351 # by representing a node as a red box. Note that doxygen if the number of direct 2374 # to support this out of the box.
|
/system/chre/pal/doc/ |
D | Doxyfile | 1495 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for 1502 # search using the keyboard; to jump to the search box use <access key> + S 1504 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down 1508 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys> 2351 # by representing a node as a red box. Note that doxygen if the number of direct 2374 # to support this out of the box.
|
/system/media/audio_utils/ |
D | Doxyfile | 1584 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for 1591 # search using the keyboard; to jump to the search box use <access key> + S 1593 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down 1597 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys> 2461 # by representing a node as a red box. Note that doxygen if the number of direct 2484 # to support this out of the box.
|