/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/ |
D | chunked.css | 18 margin-top: 20px; 21 @media only screen and (min-width: 768px) { 29 left: 0px; 31 padding-left: 20px; 32 padding-top: 20px; 33 margin-top: 0px; 34 top: 0px; 35 /* border-bottom: 1px solid black; */ 36 /* box-shadow: 0px 10px 20px -10px #444444; */ 41 @media only screen and (min-width: 1280px) { [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/ |
D | khronos.css | 39 abbr[title] { border-bottom: 1px dotted; } 85 fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } 124 meta.foundation-mq-small { font-family: "only screen and (min-width: 768px)"; width: 768px; } 126 meta.foundation-mq-medium { font-family: "only screen and (min-width:1280px)"; width: 1280px; } 128 meta.foundation-mq-large { font-family: "only screen and (min-width:1440px)"; width: 1440px; } 164 textarea { height: auto; min-height: 50px; } 206 hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 1.25em 0 1.1875em; height: 0; } 239 abbr, acronym { text-transform: uppercase; font-size: 90%; color: black; border-bottom: 1px dotted … 244 blockquote { margin: 0 0 0.75em; padding: 0.5625em 1.25em 0 1.1875em; border-left: 1px solid #ddd; } 252 .vcard { display: inline-block; margin: 0 0 1.25em 0; border: 1px solid #ddd; padding: 0.625em 0.75… [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | misc.adoc | 25 The PDF output has an available width of just over 660px (at the default 26 96dpi), and a height somewhere around 1000px (which diagrams should really 36 dimensions of roughly 184mm x 271mm - or equivalently 697px x 1026px (A4 45 Dimensions of elements in the SVG file should be authored in pixels (`px`) 48 In many cases it is useful to also set the background grid to px, but it not 49 necessary; Inkscape has reliable conversions between px and mm using a
|
/hardware/google/gfxstream/host/ |
D | RenderWindow.cpp | 114 float px; member 230 GL_LOG("CMD_SET_TRANSLATION translation=%f,%f", msg.trans.px, msg.trans.py); in process() 231 D("CMD_SET_TRANSLATION translation=%f,%f\n", msg.trans.px, msg.trans.py); in process() 234 fb->setDisplayTranslation(msg.trans.px, msg.trans.py); in process() 610 void RenderWindow::setTranslation(float px, float py) { in setTranslation() argument 611 D("Entering translation=%f,%f\n", px, py); in setTranslation() 614 msg.trans.px = px; in setTranslation()
|
D | RenderWindow.h | 132 void setTranslation(float px, float py);
|
D | PostWorkerGl.cpp | 221 float px = mFb->getPx(); in postWithOverlay() local 234 float dx = px * fx; in postWithOverlay()
|
D | FrameBuffer.h | 353 void setDisplayTranslation(float px, float py) { in setDisplayTranslation() argument 355 const float x = px > 1.f ? 1.f : (px < 0.f ? 0.f : px); in setDisplayTranslation()
|
D | RendererImpl.h | 84 void setOpenGLDisplayTranslation(float px, float py) final;
|
D | RendererImpl.cpp | 516 void RendererImpl::setOpenGLDisplayTranslation(float px, float py) { in setOpenGLDisplayTranslation() argument 518 mRenderWindow->setTranslation(px, py); in setOpenGLDisplayTranslation()
|
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedSensor.cpp | 1513 uint16_t* px = (uint16_t*)img + out_y * (row_stride_in_bytes / 2); in CaptureRaw() local 1551 *px++ = raw_count; in CaptureRaw() 1573 uint8_t* px = img + outy * stride; in CaptureRGB() local 1592 *px++ = r; in CaptureRGB() 1593 *px++ = g; in CaptureRGB() 1594 *px++ = b; in CaptureRGB() 1597 *px++ = r; in CaptureRGB() 1598 *px++ = g; in CaptureRGB() 1599 *px++ = b; in CaptureRGB() 1600 *px++ = 255; in CaptureRGB() [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/ |
D | katex.min.css | 1 …px,1px,1px,1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}.katex .katex-html>.newlin…
|
D | katex.css | 136 clip: rect(1px, 1px, 1px, 1px); 139 height: 1px; 140 width: 1px; 257 margin-right: -2px; 262 font-size: 1px; 263 width: 2px; 264 min-width: 2px; 283 min-height: 1px; 871 min-width: 1px;
|
D | katex.mjs | 5307 "px": 803 / 800 // \pdfpxdimen defaults to 1 bp in pdfTeX and LuaTeX property 10797 node.setAttribute("linethickness", "0px"); 11650 node.setAttribute("width", "0px"); 12459 node.setAttribute("height", "0px"); 12460 node.setAttribute("depth", "0px"); 12489 node.setAttribute("width", "0px"); 12767 node.setAttribute("height", "0px"); 12771 node.setAttribute("depth", "0px"); 14387 defineMacro("\\pmb", "\\html@mathml{" + "\\@binrel{#1}{\\mathrlap{#1}\\kern0.5px#1}}" + "{\\mathbf{…
|
D | katex.min.js | 1 …1.00375,pc:12,dd:1238/1157,cc:14856/1157,nd:685/642,nc:1370/107,sp:1/65536,px:1.00375},zt={ex:!0,e… property
|
/hardware/google/gfxstream/host/gl/gl-host-common/include/host-common/ |
D | opengles.h | 114 AEMU_EXPORT void android_setOpenglesTranslation(float px, float py);
|
/hardware/google/gfxstream/host/gl/gl-host-common/ |
D | opengles.cpp | 401 android_setOpenglesTranslation(float px, float py) in android_setOpenglesTranslation() argument 404 sRenderer->setOpenGLDisplayTranslation(px, py); in android_setOpenglesTranslation()
|
/hardware/google/gfxstream/include/render-utils/ |
D | Renderer.h | 216 virtual void setOpenGLDisplayTranslation(float px, float py) = 0;
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | tinyexr.h | 8072 unsigned short *px = py; in wav2Encode() local 8079 for (; px <= ex; px += ox2) { in wav2Encode() 8080 unsigned short *p01 = px + ox1; in wav2Encode() 8081 unsigned short *p10 = px + oy1; in wav2Encode() 8089 wenc14(*px, *p01, i00, i01); in wav2Encode() 8091 wenc14(i00, i10, *px, *p10); in wav2Encode() 8094 wenc16(*px, *p01, i00, i01); in wav2Encode() 8096 wenc16(i00, i10, *px, *p10); in wav2Encode() 8106 unsigned short *p10 = px + oy1; in wav2Encode() 8109 wenc14(*px, *p10, i00, *p10); in wav2Encode() [all …]
|
D | stb_image_write.h | 420 unsigned char bg[3] = { 255, 0, 255}, px[3]; in stbiw__write_pixel() local 438 px[k] = bg[k] + ((d[k] - bg[k]) * d[3]) / 255; in stbiw__write_pixel() 439 stbiw__write3(s, px[1 - rgb_dir], px[1], px[1 + rgb_dir]); in stbiw__write_pixel()
|
D | stb_image.h | 5769 stbi__uint16 px = (stbi__uint16)stbi__get16le(s); in stbi__tga_read_rgb16() local 5772 int r = (px >> 10) & fiveBitMask; in stbi__tga_read_rgb16() 5773 int g = (px >> 5) & fiveBitMask; in stbi__tga_read_rgb16() 5774 int b = px & fiveBitMask; in stbi__tga_read_rgb16() 6415 static void *stbi__pic_load(stbi__context *s,int *px,int *py,int *comp,int req_comp, stbi__result_i… in stbi__pic_load() argument 6448 *px = x; in stbi__pic_load()
|
/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image_write.h | 420 unsigned char bg[3] = { 255, 0, 255}, px[3]; in stbiw__write_pixel() local 438 px[k] = bg[k] + ((d[k] - bg[k]) * d[3]) / 255; in stbiw__write_pixel() 439 stbiw__write3(s, px[1 - rgb_dir], px[1], px[1 + rgb_dir]); in stbiw__write_pixel()
|
D | stb_image.h | 5776 stbi__uint16 px = (stbi__uint16)stbi__get16le(s); in stbi__tga_read_rgb16() local 5779 int r = (px >> 10) & fiveBitMask; in stbi__tga_read_rgb16() 5780 int g = (px >> 5) & fiveBitMask; in stbi__tga_read_rgb16() 5781 int b = px & fiveBitMask; in stbi__tga_read_rgb16() 6422 static void *stbi__pic_load(stbi__context *s,int *px,int *py,int *comp,int req_comp, stbi__result_i… in stbi__pic_load() argument 6455 *px = x; in stbi__pic_load()
|
/hardware/interfaces/automotive/sv/1.0/ |
D | types.hal | 250 * Example: If width = 1080 px and mapping_width = 5000 mm, mapping_height = 10000 mm. 251 * then, height = width * (mapping_height / mapping_width) = 2160 px.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | primsrast.adoc | 2187 sample index>> latexmath:[fs] of pixel latexmath:[(px,py)] as follows: 2192 px = & fx + (\left\lfloor {cs \over fsc} \right\rfloor \text{ \% } fw) \\ 2206 px = & fx + cs \text{ \% } fw \\
|
/hardware/interfaces/tv/tuner/assets/ |
D | tuner_frontend_input.es | 1203 q\+Y����x@M4#���Pp��K�q��[�Gz}�[��ţ��Un�G��1"����sˌB)�s�)��p�b��~�`�px���#渝�7��L=DG�N���… 1915 …��<���@~Ĉ�;�������;�Z��{�� �A���S�<U�>�I7��G�����:���7[��px��`�G/J�������b�S��T… 2835 qpx����F;��2���Ig��!�ށ���[ 4711 …P@xyl7���b���/�Hy�]�3�(Ɵa���t��}������0��~����3s�~�x(���g�px�8`��3Ԁa��T���P�~�{…
|