Home
last modified time | relevance | path

Searched refs:has_right (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-priority-queue.hh115 bool has_right = right < heap.length; in bubble_down()
117 && (!has_right || heap[index].first <= heap[right].first)) in bubble_down()
120 if (!has_right || heap[left].first < heap[right].first) in bubble_down()
/third_party/libinput/src/
H A Devdev-mt-touchpad-buttons.c927 has_right = libevdev_has_event_code(device->evdev, EV_KEY, BTN_RIGHT); in tp_guess_clickpad() local
938 if (!is_clickpad && has_left && !has_right && in tp_guess_clickpad()
945 if (has_middle || has_right) { in tp_guess_clickpad()
/third_party/ffmpeg/libavcodec/
H A Dmss12.c203 int has_right) in decode_pixel_in_context()
222 if (has_right) in decode_pixel_in_context()
201 decode_pixel_in_context(ArithCoder *acoder, PixContext *pctx, uint8_t *src, ptrdiff_t stride, int x, int y, int has_right) decode_pixel_in_context() argument

Completed in 4 milliseconds