Home
last modified time | relevance | path

Searched refs:mask_stack (Results 1 – 15 of 15) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skottie/src/
H A DLayer.cpp119 SkSTArray<4, MaskRecord, true> mask_stack; in AttachMask() local
164 mask_stack.push_back({ std::move(mask_path), in AttachMask()
170 if (mask_stack.empty()) in AttachMask()
177 if (mask_stack.count() == 1) { in AttachMask()
179 clip_node = std::move(mask_stack.front().mask_path); in AttachMask()
183 merge_recs.reserve(SkToSizeT(mask_stack.count())); in AttachMask()
185 for (auto& mask : mask_stack) { in AttachMask()
197 if (mask_stack.count() == 1) { in AttachMask()
199 const auto rec = mask_stack.front(); in AttachMask()
203 masks.reserve(SkToSizeT(mask_stack.count())); in AttachMask()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skottie/src/
H A DLayer.cpp143 SkSTArray<4, MaskRecord, true> mask_stack; in AttachMask() local
177 if (mask_stack.empty()) { in AttachMask()
194 mask_stack.push_back({ std::move(mask_path), in AttachMask()
200 if (mask_stack.empty()) in AttachMask()
207 if (mask_stack.count() == 1) { in AttachMask()
213 merge_recs.reserve(SkToSizeT(mask_stack.count())); in AttachMask()
215 for (auto& mask : mask_stack) { in AttachMask()
226 if (mask_stack.count() == 1) { in AttachMask()
228 const auto rec = mask_stack.front(); in AttachMask()
232 masks.reserve(SkToSizeT(mask_stack.count())); in AttachMask()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevp14.c562 result->mask_stack = NULL; in pdf14_buf_new()
690 if (ctx->mask_stack) { in pdf14_ctx_free()
764 buf->mask_stack = ctx->mask_stack; /* Save because the group rendering may in pdf14_push_transparency_group()
801 pdf14_mask_t *mask_stack = tos->mask_stack; in pdf14_pop_transparency_group() local
833 if (ctx->mask_stack) { in pdf14_pop_transparency_group()
1059 buf->mask_stack = ctx->mask_stack; in pdf14_push_transparency_mask()
1060 if (buf->mask_stack){ in pdf14_push_transparency_mask()
1132 if (tos->mask_stack) { in pdf14_pop_transparency_mask()
1271 if (ctx->mask_stack == NULL) in pdf14_pop_transparency_mask()
1340 ctx->mask_stack = ctx->mask_stack->previous; in pdf14_pop_transparency_state()
[all …]
H A Dgdevp14.h154 pdf14_mask_t *mask_stack; member
172 pdf14_mask_t *mask_stack; member
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevp14.c562 result->mask_stack = NULL; in pdf14_buf_new()
690 if (ctx->mask_stack) { in pdf14_ctx_free()
764 buf->mask_stack = ctx->mask_stack; /* Save because the group rendering may in pdf14_push_transparency_group()
801 pdf14_mask_t *mask_stack = tos->mask_stack; in pdf14_pop_transparency_group() local
833 if (ctx->mask_stack) { in pdf14_pop_transparency_group()
1059 buf->mask_stack = ctx->mask_stack; in pdf14_push_transparency_mask()
1060 if (buf->mask_stack){ in pdf14_push_transparency_mask()
1132 if (tos->mask_stack) { in pdf14_pop_transparency_mask()
1271 if (ctx->mask_stack == NULL) in pdf14_pop_transparency_mask()
1340 ctx->mask_stack = ctx->mask_stack->previous; in pdf14_pop_transparency_state()
[all …]
H A Dgdevp14.h154 pdf14_mask_t *mask_stack; member
172 pdf14_mask_t *mask_stack; member
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgdevp14.c978 ((mask_stack = ctx->mask_stack) != NULL) && in template_transform_color_buffer()
1179 if (buf->mask_stack && buf->mask_stack->rc_mask) in pdf14_buf_free()
1284 if (ctx->mask_stack) { in pdf14_ctx_free()
1383 buf->mask_stack = ctx->mask_stack; /* Save because the group rendering may in pdf14_push_transparency_group()
1467 pdf14_mask_t *mask_stack = tos->mask_stack; in pdf14_pop_transparency_group() local
1505 if (ctx->mask_stack) { in pdf14_pop_transparency_group()
1666 buf->mask_stack = ctx->mask_stack; in pdf14_push_transparency_mask()
1667 if (buf->mask_stack){ in pdf14_push_transparency_mask()
1721 pdf14_mask_t *mask_stack = ctx->mask_stack; in pdf14_free_mask_stack() local
1992 ctx->mask_stack = ctx->mask_stack->previous; in pdf14_pop_transparency_state()
[all …]
H A Dgdevp14.h165 pdf14_mask_t *mask_stack; member
184 pdf14_mask_t *mask_stack; member
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgdevp14.c978 ((mask_stack = ctx->mask_stack) != NULL) && in template_transform_color_buffer()
1179 if (buf->mask_stack && buf->mask_stack->rc_mask) in pdf14_buf_free()
1284 if (ctx->mask_stack) { in pdf14_ctx_free()
1383 buf->mask_stack = ctx->mask_stack; /* Save because the group rendering may in pdf14_push_transparency_group()
1467 pdf14_mask_t *mask_stack = tos->mask_stack; in pdf14_pop_transparency_group() local
1505 if (ctx->mask_stack) { in pdf14_pop_transparency_group()
1666 buf->mask_stack = ctx->mask_stack; in pdf14_push_transparency_mask()
1667 if (buf->mask_stack){ in pdf14_push_transparency_mask()
1721 pdf14_mask_t *mask_stack = ctx->mask_stack; in pdf14_free_mask_stack() local
1992 ctx->mask_stack = ctx->mask_stack->previous; in pdf14_pop_transparency_state()
[all …]
H A Dgdevp14.h165 pdf14_mask_t *mask_stack; member
184 pdf14_mask_t *mask_stack; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkRuntimeEffect.cpp382 std::vector<skvm::I32> mask_stack = cond_stack; in program_fn() local
527 stack[ix + i] = select(mask_stack.back(), next, curr); in program_fn()
618 mask_stack.push_back(mask_stack.back() & cond_stack.back()); in program_fn()
623 mask_stack.pop_back(); in program_fn()
627 mask_stack.pop_back(); in program_fn()
628 mask_stack.push_back(mask_stack.back() & ~cond_stack.back()); in program_fn()
647 mask_stack.pop_back(); in program_fn()
687 skvm::I32 returns_here = bit_clear(mask_stack.back(), in program_fn()
/dports/graphics/embree/embree-3.13.2/kernels/geometry/
H A Dcurve_intersector_oriented.h243 unsigned int mask_stack[stack_size]; in solve_newton_raphson_recursion() local
254 size_t mask = mask_stack[sptr]; in solve_newton_raphson_recursion()
258 mask_stack[sptr] = mask; in solve_newton_raphson_recursion()
304 mask_stack [sptr] = movemask(valid); in solve_newton_raphson_recursion()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevp14.c745 pdf14_mask_t *mask_stack = tos->maskbuf; in pdf14_pop_transparency_group() local
751 if ( mask_stack == NULL) { in pdf14_pop_transparency_group()
754 maskbuf = mask_stack->rc_mask->mask_buf; in pdf14_pop_transparency_group()
791 ctx->maskbuf = mask_stack; /* Restore the mask saved by pdf14_push_transparency_group. */ in pdf14_pop_transparency_group()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevp14.c745 pdf14_mask_t *mask_stack = tos->maskbuf; in pdf14_pop_transparency_group() local
751 if ( mask_stack == NULL) { in pdf14_pop_transparency_group()
754 maskbuf = mask_stack->rc_mask->mask_buf; in pdf14_pop_transparency_group()
791 ctx->maskbuf = mask_stack; /* Restore the mask saved by pdf14_push_transparency_group. */ in pdf14_pop_transparency_group()
/dports/lang/ruby26/ruby-2.6.9/
H A Dthread.c1747 const VALUE *mask_stack = RARRAY_CONST_PTR(th->pending_interrupt_mask_stack); in rb_threadptr_pending_interrupt_check_mask() local
1752 mask = mask_stack[mask_stack_len-(i+1)]; in rb_threadptr_pending_interrupt_check_mask()