Searched refs:rect (Results 1 – 5 of 5) sorted by relevance
/tools/security/fuzzing/llm/frameDecoder_fuzzer2/ |
D | FrameDecoderFuzzer2.cpp | 56 FrameRect rect; in LLVMFuzzerTestOneInput() local 57 rect.left = fdp.ConsumeIntegral<int32_t>(); in LLVMFuzzerTestOneInput() 58 rect.top = fdp.ConsumeIntegral<int32_t>(); in LLVMFuzzerTestOneInput() 59 rect.right = fdp.ConsumeIntegral<int32_t>(); in LLVMFuzzerTestOneInput() 60 rect.bottom = fdp.ConsumeIntegral<int32_t>(); in LLVMFuzzerTestOneInput() 65 decoder->extractFrame(&rect); in LLVMFuzzerTestOneInput()
|
/tools/netsim/ui/ts/ |
D | device-dropzone.ts | 52 const rect = (dropzone as HTMLElement).getBoundingClientRect(); constant 55 dropped.style.left = `${ev.clientX - rect.left}px`; 56 dropped.style.top = `${ev.clientY - rect.top}px`; 71 id, (ev.clientX - rect.left) / 100, (ev.clientY - rect.top) / 100);
|
/tools/netsim/ui/assets/ |
D | grid-background.svg | 4 <rect width="10" height="10" style="fill:none;stroke:#a9a9a9"/> 7 <rect width="100" height="100" style="stroke:#366" fill="url(#square)"/> 10 <rect width="1000" height="1000" fill="url(#quad)" style="stroke:#366;stroke-width:2px"/>
|
/tools/netsim/ui/dist/assets/ |
D | grid-background.svg | 4 <rect width="10" height="10" style="fill:none;stroke:#a9a9a9"/> 7 <rect width="100" height="100" style="stroke:#366" fill="url(#square)"/> 10 <rect width="1000" height="1000" fill="url(#quad)" style="stroke:#366;stroke-width:2px"/>
|
/tools/dexter/testdata/expected/ |
D | medium.compact_cfg | 47134 .params "eventLayout", "rect", "canvas", "top", "bottom", "center" 163788 .params "day", "rect" 183634 .local v0, "rect", android.graphics.Rect 195512 .local v0, "rect", android.graphics.Rect
|