Home
last modified time | relevance | path

Searched defs:area (Results 1 - 25 of 107) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/
H A DderivedInterfaceCallSignature.js27 var area: D3SvgArea; variable
31 var area; variable
H A DtypeGuardNarrowsIndexedAccessOfKnownProperty1.js87 function area(s) { function
H A DexhaustiveSwitchStatements1.js307 function area(s) { global() function
[all...]
/third_party/node/test/fixtures/wpt/url/
H A Dtoascii.window.js
/third_party/skia/src/gpu/
H A DGrRectanizerPow2.cpp16 int32_t area = width * height; // computed here since height will be modified in addRect() local
/third_party/node/test/parallel/
H A Dtest-whatwg-url-toascii.js
/third_party/skia/bench/
H A DGrQuadBench.cpp51 SkScalar area = 0.f; variable
/third_party/alsa-lib/src/
H A Dshmarea.c70 struct snd_shm_area *area = malloc(sizeof(*area)); in snd_shm_area_create() local
87 snd_shm_area_share(struct snd_shm_area *area) snd_shm_area_share() argument
103 snd_shm_area_destroy(struct snd_shm_area *area) snd_shm_area_destroy() argument
121 struct snd_shm_area *area; snd_shm_area_destructor() local
[all...]
/third_party/skia/tests/
H A DBitmapGetColorTest.cpp35 const SkIRect area = { 1, 1, 3, 3 }; in DEF_TEST() local
H A DRecordTest.cpp29 int area() const { return fArea; } in area() function in AreaSummer
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_filter_task.cpp92 Process(uint32 threadIndex, const dng_rect &area, dng_abort_sniffer * ) Process() argument
H A Ddng_tile_iterator.cpp26 dng_tile_iterator(const dng_image &image, const dng_rect &area) dng_tile_iterator() argument
51 dng_tile_iterator(const dng_point &tileSize, const dng_rect &area) dng_tile_iterator() argument
81 dng_tile_iterator(const dng_rect &tile, const dng_rect &area) dng_tile_iterator() argument
106 Initialize(const dng_rect &tile, const dng_rect &area) Initialize() argument
[all...]
H A Ddng_simple_image.cpp161 AcquireTileBuffer(dng_tile_buffer &buffer, const dng_rect &area, bool dirty) const AcquireTileBuffer() argument
H A Ddng_area_task.cpp185 ProcessOnThread(uint32 threadIndex, const dng_rect &area, const dng_point &tileSize, dng_abort_sniffer *sniffer) ProcessOnThread() argument
254 Perform(dng_area_task &task, const dng_rect &area, dng_memory_allocator *allocator, dng_abort_sniffer *sniffer) Perform() argument
[all...]
H A Ddng_host.cpp234 PerformAreaTask(dng_area_task &task, const dng_rect &area) PerformAreaTask() argument
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DInfoDialog.java28 protected TextArea area; field in InfoDialog
/third_party/skia/include/core/
H A DSkSize.h36 constexpr int64_t area() const { return fWidth * fHeight; } in area() function
/third_party/alsa-utils/axfer/
H A Dxfer-libasound-irq-mmap.c57 const snd_pcm_channel_area_t *area = areas + i; in irq_mmap_pre_process() local
/third_party/libuv/src/unix/
H A Dhaiku.c93 area_info area; in uv_resident_set_memory() local
/third_party/node/deps/uv/src/unix/
H A Dhaiku.c88 area_info area; in uv_resident_set_memory() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DPrimitive.hpp60 float area; member
/third_party/glfw/tests/
H A Dgamma.c145 struct nk_rect area; in main() local
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DDemoUtility.java95 public static void setText(TextComponent area, String newText) { in setText() argument
/third_party/skia/src/gpu/geometry/
H A DGrRect.h45 int area() const { return this->width() * this->height(); } in area() function
/third_party/skia/samplecode/
H A DSampleDegenerateQuads.cpp77 SkScalar area = 0.f; in get_area_coverage() local

Completed in 8 milliseconds

12345