Home
last modified time | relevance | path

Searched refs:px (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/doc/
Dlua.css6 border: solid #a0a0a0 1px ;
7 border-radius: 20px ;
8 padding: 26px ;
9 margin: 16px ;
28 border-radius: 8px ;
29 border: solid #a0a0a0 1px ;
38 padding-left: 0px ;
64 height: 1px ;
76 padding: 8px ;
77 border: solid #a0a0a0 2px ;
[all …]
Dmanual.css22 padding-left: 16px ;
23 margin-left: -16px ;
25 border-radius: 8px ;
26 border: solid #000080 1px ;
/device/generic/goldfish/camera/fake-pipeline2/
DSensor.cpp408 uint16_t *px = (uint16_t*)img + y * stride; in captureRaw() local
431 *px++ = rawCount; in captureRaw()
446 uint8_t *px = img + outY * stride * 4; in captureRGBA() local
456 *px++ = rCount < 255*64 ? rCount / 64 : 255; in captureRGBA()
457 *px++ = gCount < 255*64 ? gCount / 64 : 255; in captureRGBA()
458 *px++ = bCount < 255*64 ? bCount / 64 : 255; in captureRGBA()
459 *px++ = 255; in captureRGBA()
477 uint8_t *px = img + outY * stride * 3; in captureRGB() local
486 *px++ = rCount < 255*64 ? rCount / 64 : 255; in captureRGB()
487 *px++ = gCount < 255*64 ? gCount / 64 : 255; in captureRGB()
[all …]