Home
last modified time | relevance | path

Searched refs:span_left (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp323 int span_left,
332 int span_left,
342 int span_left,
352 int span_left,
362 int span_left,
372 int span_left,
406 int span_left);
419 inline int GetColStart(int span_left, int clip_left) const { in GetColStart() argument
420 return span_left < clip_left ? clip_left - span_left : 0; in GetColStart()
423 inline int GetColEnd(int span_left, int span_len, int clip_right) const { in GetColEnd() argument
[all …]
/external/skia/src/compute/hs/gen/
Dmain.c1231 uint32_t const span_left, in hsg_fm_merge() argument
1241 ops = hsg_op(ops,FM_KERNEL_PREAMBLE(span_left,span_right)); in hsg_fm_merge()
1244 ops = hsg_fm_thread_load_left(ops,span_left); in hsg_fm_merge()
1247 ops = hsg_fm_thread_load_right(ops,span_left,span_right); in hsg_fm_merge()
1250 ops = hsg_thread_merge_left_right(ops,span_left,span_right); in hsg_fm_merge()
1253 ops = hsg_thread_merge(ops,span_left); in hsg_fm_merge()
1256 ops = hsg_thread_merge_offset(ops,span_left,span_right); in hsg_fm_merge()
1259 ops = hsg_fm_thread_store_left(ops,span_left); in hsg_fm_merge()
1262 ops = hsg_fm_thread_store_right(ops,span_left,span_right); in hsg_fm_merge()
1274 uint32_t const span_left = (warps << scale_log2) / 2; in hsg_fm_merge_all() local
[all …]
Dtarget_cuda.c384 uint32_t const span_left = (merge[0].warps << ops->a) / 2; in hsg_target_cuda() local
390 if (span_right == span_left) in hsg_target_cuda()
/external/skqp/src/compute/hs/gen/
Dmain.c1231 uint32_t const span_left, in hsg_fm_merge() argument
1241 ops = hsg_op(ops,FM_KERNEL_PREAMBLE(span_left,span_right)); in hsg_fm_merge()
1244 ops = hsg_fm_thread_load_left(ops,span_left); in hsg_fm_merge()
1247 ops = hsg_fm_thread_load_right(ops,span_left,span_right); in hsg_fm_merge()
1250 ops = hsg_thread_merge_left_right(ops,span_left,span_right); in hsg_fm_merge()
1253 ops = hsg_thread_merge(ops,span_left); in hsg_fm_merge()
1256 ops = hsg_thread_merge_offset(ops,span_left,span_right); in hsg_fm_merge()
1259 ops = hsg_fm_thread_store_left(ops,span_left); in hsg_fm_merge()
1262 ops = hsg_fm_thread_store_right(ops,span_left,span_right); in hsg_fm_merge()
1274 uint32_t const span_left = (warps << scale_log2) / 2; in hsg_fm_merge_all() local
[all …]
Dtarget_cuda.c384 uint32_t const span_left = (merge[0].warps << ops->a) / 2; in hsg_target_cuda() local
390 if (span_right == span_left) in hsg_target_cuda()
/external/libtextclassifier/annotator/
Dfeature-processor.cc271 int span_left = 0; in SpanToLabel() local
274 ++span_left; in SpanToLabel()
291 const CodepointIndex tokens_start = tokens[click_position - span_left].start; in SpanToLabel()
297 tokens[click_position - span_left].value, /*do_copy=*/false); in SpanToLabel()
317 *label = TokenSpanToLabel({span_left, span_right}); in SpanToLabel()