Searched defs:y2 (Results 1 - 10 of 10) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/st7735/
H A Dgfx.cxx115 GFX::drawTriangle(int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, int16_t y2, uint16_t color) { argument
117 drawLine(x1, y1, x2, y2, color);
118 drawLine(x2, y2, x0, y0, color);
/hardware/bsp/intel/peripheral/libupm/src/lcd/
H A Deboled.cxx346 void EBOLED::drawTriangle(int8_t x0, int8_t y0, int8_t x1, int8_t y1, int8_t x2, int8_t y2, uint8_t color) argument
349 drawLine(x1, y1, x2, y2, color);
350 drawLine(x2, y2, x0, y0, color);
353 void EBOLED::drawTriangleFilled ( int8_t x0, int8_t y0, int8_t x1, int8_t y1, int8_t x2, int8_t y2, uint8_t color) { argument
357 // Sort coordinates by Y order (y2 >= y1 >= y0)
361 if (y1 > y2) {
362 swap(y2, y1); swap(x2, x1);
368 if(y0 == y2) { // Handle awkward all-on-same-line case as its own thing
382 dy02 = y2 - y0,
384 dy12 = y2
[all...]
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_x11.c234 int y2 = *(src_y + x + 1); local
243 yuv2pixel(dest_even++, y2, u, v);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dblockd.h58 ENTROPY_CONTEXT y2; member in struct:__anon1041
/hardware/intel/img/psb_video/src/
H A Dpsb_overlay.c414 int dstPitch, int srcPitch, int __maybe_unused x1, int __maybe_unused y1, int __maybe_unused x2, int __maybe_unused y2, BoxPtr dstBox,
450 y2 = y2 / 4;
452 dstBox->y2 = dstBox->y2 / 4;
484 dstBox->x2 = dstBox->y2;
485 dstBox->y2 = pPriv->height_save - tmp;
487 dstBox->y1 = dstBox->y2;
488 dstBox->y2 = tmp;
498 dstBox->y1 = pPriv->height_save - dstBox->y2;
411 i830_display_video( VADriverContextP ctx, PsbPortPrivPtr pPriv, VASurfaceID __maybe_unused surface, int id, short width, short height, int dstPitch, int srcPitch, int __maybe_unused x1, int __maybe_unused y1, int __maybe_unused x2, int __maybe_unused y2, BoxPtr dstBox, short src_w, short src_h, short drw_w, short drw_h, unsigned int flags, int overlayId, int pipeId) argument
1030 int x1, x2, y1, y2; local
[all...]
H A Dpsb_overlay.h188 uint32_t y2; member in struct:__anon1464
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_q6vdec.h166 u32 y2; member in struct:vdec_cropping_window
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_q6vdec.h141 u32 y2; member in struct:vdec_cropping_window
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_q6vdec.h166 u32 y2; member in struct:vdec_cropping_window
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_q6vdec.h141 u32 y2; member in struct:vdec_cropping_window

Completed in 296 milliseconds